Alberth289346

Results 218 comments of Alberth289346

``` java // submission.java line 258 tokenList = language.parse(submissionRootFile, relativeFilePaths); if (!language.hasErrors()) { ``` Just passing by, saw this issue, remembered the above interface weirdness. It's parsing a submission, and...

For my information, what does "turn this into a PISE topic for the next summer term" aim to achieve?

Basically you want to preserve structure and not details. For example you could have a "value" token for any literal in an expression. One step higher, you could have an...

Many thanks! As I have no idea what "updating NodeJS" means concretely, I opted for the deployed version that you linked to. I created a zip with ``` sh $...

I missed the left vertical bar as it had no ">>" signs on it. As a suggestion, perhaps also allow clicking at any other place at the bar (also for...

Don't know if you are aware, but #49 has a "Fix to an apparent bug with submission flipping" commit 3fdc7472a97e654def3702267e62fe9eade53424

SDL2 libraries should be provided by us in the package probably (or compiled into the binary as you say). At least the VCRUNTIME things are runtime support for the VC...

Instead of running the program in `gdb`, you can enable core dumps in your shell with `ulimit -c unlimited` which makes the OS automatically save the data of a (any!)...

I severely doubt that region check is of much use. You only check that `src_base` was sane at the start by testing the _same_ computed boolean value a zillion times...

Ok, that works better, but it allows `src_base` near the bottom right of the area, from where you then can draw a large sprite. That is, it doesn't look air-tight...