-
-
Notifications
You must be signed in to change notification settings - Fork 973
fix(array-pointer): support array pointer for ref #2073
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Kusari Analysis Results:
Proceed with these changes
✅ No Flagged Issues Detected
All values appear to be within acceptable risk parameters.
No pinned version dependency changes, code issues or exposed secrets detected!
@kusari-inspector rerun - Trigger a re-analysis of this PR
@kusari-inspector feedback [your message] - Send feedback to our AI and team
See Kusari's documentation for setup and configuration.
Commit: ada15fd, performed at: 2025年09月02日T17:00:51Z
Found this helpful? Give it a 👍 or 👎 reaction!
Uh oh!
There was an error while loading. Please reload this page.
Hi,
There's a fix for this case:
I would expect it will produce in Go code like that:
The key is -
[]*DateHistogram
.Currently, it's not possible to declare
type: array
with an external $ref and a pointer(*
). I tried multiple ways and still get[]DateHistogram
.This PR should fix that.
Best,