Skip to content

Tags: Mathijsz/rascal

Tags

v0.8.4-bs9

Toggle v0.8.4-bs9's commit message
Clean up of intermediate files of generated Container module

v0.8.4-bs8

Toggle v0.8.4-bs8's commit message
Removed debug print

v0.8.4-bs7

Toggle v0.8.4-bs7's commit message
Fixed simpleBinaryDependencyIncremental test

Notes:
1. compileAndMergeProgramIncremental always removes the last declaration 
   from a module; this is to avoid running the checker when only a 
   trivial change has been made to the (console) input, e.g. evaluate
   another expression as opposed to a declaration that does require a 
   type check.
   
2. Module B compiled in standard fashion (using compileAndLink).

3. The final execute actually executes the result of 
   compileAndMergeProgramIncremental rather than doing yet another 
   compilation.

v0.8.4-bs6

Toggle v0.8.4-bs6's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
DavyLandman Davy Landman
Moved to new version of vallang for a bit faster project with binary …

…relations

v0.8.4-bs5

Toggle v0.8.4-bs5's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
DavyLandman Davy Landman
Fixed empty index bug

v0.8.4-bs4

Toggle v0.8.4-bs4's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
DavyLandman Davy Landman
Merge branch 'faster-loc-compare-ci'

v0.8.4-bs3

Toggle v0.8.4-bs3's commit message
Intermediate step in bootstrapping RascalParser

v0.8.4-bs2

Toggle v0.8.4-bs2's commit message
Improved reason why some tests are still marked as @ignoreCompiler

v0.8.4-bs

Toggle v0.8.4-bs's commit message
Revert "new bs release made"

This reverts commit 90a6de0.

v0.8.3-bs14

Toggle v0.8.3-bs14's commit message
Removed debug prints