It seems that the `^` operator is not working correctly with negative bigints in some cases. ```ruby (-1<<65) ^ 1 ``` mruby: `1` Ruby 3.3: `-36893488147419103231` Test cases are placed in this pull request: https://github.com/mruby/mruby/pull/6444
It seems that the
^operator is not working correctly with negative bigints in some cases.mruby:
1Ruby 3.3:
-36893488147419103231Test cases are placed in this pull request: #6444