enso/test/Examples_Tests/src
Jaroslav Tulach 3b790606e1
Avoid StackOverflow when comparing unknown foreign objects (#7780)
Closes #7677 by eliminating the _stackoverflow execption_. In general it seems _too adventurous_ to walk members of random foreign objects. There can be anything including cycles. Rather than trying to be too smart in these cases, let's just rely on `InteropLibrary.isIdentical` message.

# Important Notes
Calling `sort` on the `numpy` array no longer yields an error, but the array isn't sorted - that needs a fix on the Python side: https://github.com/oracle/graalpython/issues/354 - once it is in, the elements will be treated as numbers and the sorting happens automatically (without any changes in Enso code).
2023-09-19 15:39:04 +00:00
..
Examples_Spec.enso Proper implementation of Value Types in Table (#6073) 2023-03-31 16:16:18 +00:00
Main.enso Moving numpy check into test/Examples_Tests (#7808) 2023-09-14 13:13:40 +02:00
Python_Examples_Spec.enso Avoid StackOverflow when comparing unknown foreign objects (#7780) 2023-09-19 15:39:04 +00:00