flybytes icon indicating copy to clipboard operation
flybytes copied to clipboard

Moved to the latest rascal and rascal-plugin release

Open DavyLandman opened this issue 1 year ago • 3 comments

@jurgenvinju & @PaulKlint I think rascal-core is finding a few errors that might not be errors:

  • https://github.com/usethesource/rascal/issues/1956
  • the nothing() of util::Maybe in a kwparam default is causing the following error:
[ERROR]   lang/flybytes/Compiler.rsc:032:049: Default expression of type `Maybe[loc]` expected, found `Maybe[&A]`

apart from that, for @jurgenvinju to pickup, there are quite some errors where the overloads have different return types. In this PR I fixed a few of the type errors that where easy to fix, but these I'll leave for you.

DavyLandman avatar Jun 14 '24 13:06 DavyLandman

I fixed those return type things last week on a local branch. So I'll merge that a.s.a.p.

jurgenvinju avatar Jun 14 '24 20:06 jurgenvinju

@jurgenvinju & @PaulKlint the code now typechecks, there are now 2 errors in the tests.

DavyLandman avatar Jun 26 '24 07:06 DavyLandman

@jurgenvinju this one is ready for merging I think.

DavyLandman avatar Aug 27 '24 09:08 DavyLandman

@jurgenvinju this one is ready for merging.

DavyLandman avatar Oct 17 '24 12:10 DavyLandman