-
Notifications
You must be signed in to change notification settings - Fork 72
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
Slang: Integer>>#bitOr: and Integer>>#| are translated to C code differently #523
Conversation
@hernanmd There are changes in files that are not related with the issue: the cmake files. Are they part of another PR? |
During the VM Dojo we had problems compiling the VM because SDL2 wasn't build since it was installed in a different location. So we add DEPENDENCIES_FORCE_BUILD option. Let me know if I should open a new issue. |
Yes, but that is already in #522, we should rebase this branch and remove the extra commit maybe. |
What a menial task! Good job! |
I merged the changes and now the included commits are only related to this issue: https://github.com/pharo-project/pharo-vm/pull/523/files
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes look good to me.
I restarted the CI
CI was good!!! |
Fix #446