Jens Haase

Results 6 issues of Jens Haase

In future there should be a "Internals" guide that describes how the compiler and all the other components work. For example: * Describe the compiler pipeline * What is a...

documentation

Currently it is not possible to define new Exception types in Phel. One can only use the existing PHP Exceptions or define new Exceptions in a new file. This ticket...

enhancement

Hi, I'm using Gephi to debug my generated graphs. Therefore I export the graph to the GraphML format with the GraphMLWriter. It would be nice if each data key can...

decaffeinate is crashing on my CoffeeScript input: ```coffee import("/path/to/file").then (module) => console.log('test') ``` https://decaffeinate-project.org/repl/#?useCS2=true&useJSModules=false&loose=false&optionalChaining=false&evaluate=false&stage=full&code=import(%22%2Fpath%2Fto%2Ffile%22).then%20(module)%20%3D%3E%0A%09console.log('test')%0A I get this error: ``` NormalizeStage failed to parse: unexpected ( > 1 | import("/path/to/file").then (module)...

crash

Hello, I found a bug when using global variables and `ServerTree.add`. This is the code I have: ``` ( ServerTree.removeAll(); ServerTree.add({ ~fxGroup = Group.new; }) ) ~fxGroup ``` Then I...

This PR will add a status bar to the vscode extension. This status bar will show the server status of the Supercollider server. With a click on the status bar...