Dominik Picheta

Results 547 comments of Dominik Picheta

Do what you like, but there is a low chance we would adopt a Nim "hub" written in Python, let alone Java.

Something I've been meaning to ask. There was a regression in the parser which caused it to fail on things like: ``` some sentence which will fail the parsing of...

yeah, if you could that would be brilliant, it means lots of forum posts aren't rendering :/

The last time I looked at this it required some additional compiler support IIRC. Basically the ability to get a data structure representing the stack trace instead of just text....

Do you actually have a program which calls `getenv` in a hot code path and so sees significant improvements in performance thanks to this new proc? If so, what are...

Small suggestion: since we don't seem to have full automated tests for this, can you describe how you've tested this PR locally manually? I'm sure it will help us for...

We can just set up an alias: https://github.com/nim-lang/packages#renaming-packages (so that `compiler` points to the new `nim` package).

You shouldn't need any changes in Nimble for this afaik. Aliases are already supported.

Hm, that's a good point. The current "compiler" package is just the compiler sources (and nimsuggest too for some reason?) The compiler itself also depends on the stdlib though so...