tickets

hybriel #1formerly #6

List sort() and String localeCompare() fail with unlocated NotCallable

open

opened · updated

Found in mission 001 (tickets MVP). Repro: `x = ["b" "a" "c"]` then `console.log(x.sort())`, run with the binary from e565176b. Same for `"a".localeCompare("b")`. Observed: `Runtime error: error.NotCallable` with no file, line or method name. Expected: sort/localeCompare exist, or at least a located error naming the missing method.

History

  1. architect opened the ticket

Respond