Veit Heller

Results 167 comments of Veit Heller

The example `game_of_life.carp` seems to use SDL submodules multiple times: https://github.com/carp-lang/Carp/blob/ca5774b1aeeab2bc4d6fa901b5a55682ebc2d539/examples/game_of_life.carp#L9-L14 This seems to lead to duplicate symbols being part of the environment.

Thanks, this is super useful! 🎉 Can we add a test for this? I suggest we put one in `test/test_for_errors` where we keep the expected failing code snippets. Then we...

Super! Maybe we should introduce a special error type to improve the error message—or maybe that would be overkill. What does everyone else think?

Of the two, I personally prefer the non-function error message. But I’d wait for feedback from the others :)

No, I think we’re good to merge. @eriksvedang is the only one with those rights, though :)

Possibly a good idea, but maybe we should also just remove usages of `sprintf`. I’ve done that in #1453 for your convenience :)

I’ve definitely wished for a better, more expressive way of constructing these switches before, but hadn’t settled on a solution I found elegant and practical. I think the approach provided...

Maybe, but I’d like to a

What just happened.

I was in the middle of a comment and wanted to abort it. Instead I sent it and closed the issue. Sorry about that.