-
Notifications
You must be signed in to change notification settings - Fork 465
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
add bitxor (^) unified operator #7216
add bitxor (^) unified operator #7216
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
to
bd8ceb3
Compare
tests/syntax_tests/data/parsing/errors/typeDef/expected/nestedRecord.res.txt
Outdated
Show resolved
Hide resolved
bd8ceb3
to
695922c
Compare
Co-authored-by: Hyeseong Kim <[email protected]>
695922c
to
6a5a015
Compare
Co-authored-by: Christoph Knittel <[email protected]>
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 🤨 |
Thanks a lot! I adapted it a bit. |
* add add lxor (^) unified operator * add bitxor Co-authored-by: Hyeseong Kim <[email protected]> * Update compiler/syntax/src/res_diagnostics.ml Co-authored-by: Christoph Knittel <[email protected]> * update the test output * CHANGELOG: Add unified bitwise (`^`) operator to the list of changes * Update CHANGELOG.md --------- Co-authored-by: Hyeseong Kim <[email protected]> Co-authored-by: Christoph Knittel <[email protected]>
#7172
When running make lib locally, the build is failing, and I’m currently checking it.