-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
checker: fix private symbol visibility checking #23543
Conversation
Connected to Huly®: V_0.6-21971 |
V UI CI failures are fixed by vlang/ui#593 |
Need check `sum_type` and `function` also. And `function` type try to get the correct mod name.
Sorry for directly commit.... |
fix error "vlib/x/json2/decoder2/decode_sumtype.v:50:11: error: sum_type `Sum` was declared as private to module `main`, so it can not be used inside module `x.json2.decoder2`" Assume type define in `main` can be used as generic type in other module.
Already submitted a fix for Shy - larpon/shy#20 |
Submitted PR to herolib to fix visibility issue freeflowuniverse/herolib#30 |
If it can not be merged soon, we can just make |
The PR in herolib is now merged. I will merge this PR here as well. |
Fix #23518
Additional fixes:
larpon/shy#20
vlang/ui#593
vlang/ui#594