Veit Heller

Results 167 comments of Veit Heller

Is this gitlab.com or a self-hosted GitLab instance? If it’s self-hosted, which version is it? On gitlab.com, the default branch is indeed `main`; I just created one myself.

Thank you! In the meantime, I’ve fixed the other issue. The parser should now also handle gitlab.com (but not self-hosted instances!). It will also throw a hopefully more instructive error...

I didn’t change it, but that is a Smalltalk syntax cue (https://www.markdownguide.org/extended-syntax/#syntax-highlighting). It should be supported by GitHub, GitLab, and GT.

Hm, it looks like GitLab expects specific newlines where GitHub is happy with any. We are not doing anything specific to the newlines in the file, so this is the...

For now, we moved from `#fireUpdateWish` to `#fireToolUpdateWish` and added a rewriting deprecation.

Thanks for the bug report! Is it possible that you are in the examples directory? If so, the problem is that one of the examples is called `derive.carp`, shadowing the...

Hello, sorry about the late answer! Indeed, `defdynamic-once` is defined after `profile.carp` is loaded. `defdynamic` should work. Your profile file is indeed the first thing that is loaded, before any...

Ah yes, thanks for the heads-up. I will clarify the comment to say that you should use `defdynamic` instead to set them.

It looks to me like the clang-cl installation itself has some issues. Since we’ve migrated quite far from the original issue and are moving to a more chat-like communication style,...

That is true, but considering that the Carp compiler is written in Haskell, hooking into it (which might be required) will probably be simpler from within Haskell.