Skip to content
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

Private functions in classes #346

Open
m0nt3-q opened this issue Jan 17, 2021 · 2 comments
Open

Private functions in classes #346

m0nt3-q opened this issue Jan 17, 2021 · 2 comments

Comments

@m0nt3-q
Copy link

m0nt3-q commented Jan 17, 2021

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?

@akamicah
Copy link

akamicah commented Jun 8, 2021

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?

@marcobambini
Copy link
Owner

@MikeRKing unfortunately I haven't yet found the time to look at this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants