usethesource / flybytes

Flybytes is an intermediate language between JVM bytecode and software languages (DSLs, PLs), for compilation and decompilation.
BSD 2-Clause "Simplified" License
16 stars 6 forks source link

many tests are failing after port to new IFunction API #17

Closed jurgenvinju closed 2 years ago

jurgenvinju commented 2 years ago
[ERROR] testBreakNested: <5749,70>(lang.flybytes.tests.RunTests)  Time elapsed: 0.001 s  <<< ERROR!
org.rascalmpl.interpreter.staticErrors.UnsupportedOperation: 
A value of type Mirror (Signature method, list[Mirror] args) is not something you can call like a function, a constructor or a closure.
Advice: |http://tutor.rascal-mpl.org/Errors/Static/UnsupportedOperation/UnsupportedOperation.html|
jurgenvinju commented 2 years ago

all fixed