unison/unison-src/transcripts/fix3678.md
2024-06-25 11:11:07 -07:00

188 B

scratch/main> builtins.merge

Array comparison was indexing out of bounds.

arr = Scope.run do
  ma = Scope.arrayOf "asdf" 0
  freeze! ma

> compare arr arr