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

Remove broken push pragma from jscore #8414

Merged
merged 1 commit into from
Aug 17, 2018
Merged

Conversation

GULPF
Copy link
Member

@GULPF GULPF commented Jul 23, 2018

The push pragma caused issues because apparently it overrides existing importcpp pragmas, which meant that none of the newDate overloads could be used.

@dom96
Copy link
Contributor

dom96 commented Jul 23, 2018

Wouldn't it be better to {.pop.} around those newDate overloads?

@Araq
Copy link
Member

Araq commented Jul 23, 2018

That seems wrong. We need to fix pragmas so that local pragmas take priority over pushed pragmas.

@Araq Araq merged commit b77d910 into nim-lang:devel Aug 17, 2018
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.

None yet

3 participants