You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hey @marcobambini, i've been looking into this and i think the issue is in gravity_semacheck2 or gravity_codegen, but i'm not sure.
from my debugging, i've found that the gtoken_t access for a function with private and public are correct values inside decl_check_access_specifier. i've even found my way to parse_function, but still i feel like there's some information i'm not seeing.
do you have any idea where i should be focusing my attention to solve this issue in order to submit a pull request?
The text was updated successfully, but these errors were encountered:
hey @marcobambini, i've been looking into this and i think the issue is in gravity_semacheck2 or gravity_codegen, but i'm not sure.
from my debugging, i've found that the gtoken_t access for a function with private and public are correct values inside decl_check_access_specifier. i've even found my way to parse_function, but still i feel like there's some information i'm not seeing.
do you have any idea where i should be focusing my attention to solve this issue in order to submit a pull request?
Did you get anywhere with this before I start my own dig?
hey @marcobambini, i've been looking into this and i think the issue is in
gravity_semacheck2
orgravity_codegen
, but i'm not sure.from my debugging, i've found that the gtoken_t access for a function with private and public are correct values inside
decl_check_access_specifier
. i've even found my way toparse_function
, but still i feel like there's some information i'm not seeing.do you have any idea where i should be focusing my attention to solve this issue in order to submit a pull request?
The text was updated successfully, but these errors were encountered: