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

Fix mangling issues with safari #327

Closed
wants to merge 1 commit into from

Conversation

rvanvelzen
Copy link
Collaborator

Fixes #326 and #179

It isn't a really clean solution, but it works. The idea is to "virtually" reference the function name inside the scope. But to be able know it isn't really referenced, we add a virtual flag to AST_SymbolRef.reference.

Fixes mishoo#326 and mishoo#179

It isn't a really clean solution, but it works. The idea is to
"virtually" reference the function name inside the scope. But to be able
know it isn't *really* referenced, we add a `virtual` flag to
`AST_SymbolRef.reference`.
@mishoo
Copy link
Owner

mishoo commented Oct 29, 2013

Thanks, but I've done it in a different way.

@mishoo mishoo closed this Oct 29, 2013
@rvanvelzen
Copy link
Collaborator Author

Doesn't matter, your solution is nicer. :)

@rvanvelzen rvanvelzen deleted the safari-workaround branch October 29, 2013 11:37
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

Successfully merging this pull request may close these issues.

Error in Safari after mangling
2 participants