Jurgen J. Vinju

Results 291 issues of Jurgen J. Vinju

**Describe the bug** The Rascal compile mojo sometimes fails with the following stacktrace. After re-running the same job, the issue has never appeared again immediately. Just after a few days...

bug

``` rascal>str myPath = " "; str: " " rascal>|hello://| |prompt:///|(0,18,,): MalFormedURI("hello:// ") at $shell$(|prompt:///|(0,18,,)) rascal>|hello:///| + myPath loc: |hello:///%20%20| ```

I think not printing would be ok, but only if a browser is started to show the content. ``` import Content; html("this is a test"); ``` This should pop up...

bug

``` getTPLReadLoc: DOES NOT EXIST: |file:///Users/jurgenv/git/salix/target/classes/rascal/salix/lib/Highlight.tpl| [INFO] getTPLReadLoc: DOES NOT EXIST: |lib://rascal/rascal/salix/lib/Highlight.tpl| [INFO] getTPLReadLoc: DOES NOT EXIST: |file:///Users/jurgenv/git/salix/target/classes/rascal/salix/demo/shop/Shop.tpl| [INFO] getTPLReadLoc: DOES NOT EXIST: |lib://rascal/rascal/salix/demo/shop/Shop.tpl| [INFO] getTPLWriteLoc: salix::Node => [INFO] saveModule(salix::Node)...

**Describe the bug** * add an alternative `readXML(type[&T] expected, loc src)` and `readXML(type[&T] expected, src src)` * use the grammar to call `vf.constructor(..)` rather than `vf.node` where possible and throw...

bug

**Describe the bug** It should at least be able to write back what `readXML` can read. * there are XMLreader and XMLwriter classes in vallang that we do not use....

bug

**Describe the bug** See title. Reproduce by any trigger that triggers a build of the rascal_compiler incremental builder and try to cancel it using the `[]` stop button of the...

bug

**Describe the bug** ``` data Symbol = \int(); data Statement = \if(); data S = label(Statement x, int y); data T = label(Symbol x, str y); value f(S s) {...

bug

now that we have a `rascal-cdt-repackaged` the original name does not make sense anymore. I'm looking for (dis)agreement. If you agree, please mark, otherwise, please contribute a discussion: * [x]...