lucaswerkmeister / graaleneyj

experimental Graal implementation of eneyj (part of AbstractText)
GNU General Public License v2.0
8 stars 1 forks source link

Migrate away from TruffleException #4

Closed lucaswerkmeister closed 3 years ago

lucaswerkmeister commented 3 years ago

Compiling on GraalVM 21.0.0 with deprecation warnings on tells us that ZErrorException shouldn’t extend TruffleException anymore; the changelog indicates there’s an AbstractTruffleException class instead, with several new interop methods replacing TruffleException methods.