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

More info on C extension compatibility problems #470

Merged
merged 1 commit into from Aug 28, 2017
Merged

Conversation

chrisseaton
Copy link
Collaborator

No description provided.

@chrisseaton chrisseaton merged commit 41fe212 into master Aug 28, 2017
@chrisseaton chrisseaton deleted the cext-compat branch August 28, 2017 19:55
and global variables may be macros. This causes problems where they are used in
a context which relies on a particular implementation, for example a global
variable assigned to an initial value which was a macro, like `Qnil`, which is
a macro that evaluates to a function call in TruffleRuby.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think adding a specific example here (the global = Qnil; one) and a workaround would be very helpful here and clearer.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dougxc pushed a commit that referenced this pull request Nov 27, 2018
* commit 'b28603dbf30e5649279eb282693b7a12486c5056':
  Add tags for new failing specs
  Update to ruby/spec@cdd6ff7
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