Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Fix null exception in infix:<?^>.
The Parrot version of nqp::xor returns a Parrot Undef, which we really don't have a sane equivalent of on JVM so it gives a null. This handles it appropriately, fixing at least one test file.
- Loading branch information