- Notifications
You must be signed in to change notification settings - Fork471
add bitxor (^) unified operator#7216
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
@MiryangJung great to see you in a PR, welcome! 😁 |
Hi@MiryangJung! Would be great to get this PR merged - do you have time to pick up work on it again? |
sure! I will redo the task. |
4d0f26a tobd8ceb3Comparetests/syntax_tests/data/parsing/errors/typeDef/expected/nestedRecord.res.txtShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
bd8ceb3 to695922cCompareCo-authored-by: Hyeseong Kim <hey@hyeseong.kim>
695922c to6a5a015CompareUh oh!
There was an error while loading.Please reload this page.
Co-authored-by: Christoph Knittel <christoph@knittel.cc>
Please also update the test output accordingly. |
oh! thx |
Oh, and could you also add a CHANGELOG entry, please? |
Ok! I've added it. But I'm not sure if I did it correctly 🤨 |
Uh oh!
There was an error while loading.Please reload this page.
Thanks a lot! I adapted it a bit. |
a7d34c7 intorescript-lang:masterUh oh!
There was an error while loading.Please reload this page.
* add add lxor (^) unified operator* add bitxorCo-authored-by: Hyeseong Kim <hey@hyeseong.kim>* Update compiler/syntax/src/res_diagnostics.mlCo-authored-by: Christoph Knittel <christoph@knittel.cc>* update the test output* CHANGELOG: Add unified bitwise (`^`) operator to the list of changes* Update CHANGELOG.md---------Co-authored-by: Hyeseong Kim <hey@hyeseong.kim>Co-authored-by: Christoph Knittel <christoph@knittel.cc>
Uh oh!
There was an error while loading.Please reload this page.
#7172
When running make lib locally, the build is failing, and I’m currently checking it.