Timothee Cour
Timothee Cour
there are some basic HCR bugs (eg https://github.com/nim-lang/Nim/issues/13999 although IIRC that was osx bug only); can you minimize (remove all dependencies) to isolate what the bug is?
`@["a", "b", "c"]` still not shown in inim 0.4.1 inim -s=bugs/t59_array_index.nim 👑 INim 0.4.1 Nim Compiler Version 0.18.1 [MacOSX: amd64] at /Users/timothee/.nimble//bin/nim /Users/timothee/git_clone/nim/Nim/lib/system.nim(3597) [] /Users/timothee/git_clone/nim/Nim/lib/system.nim(2807) sysFatal Error: unhandled exception: index...
need -d:openmp -d:release ... and then need to fix on my system the paths to avoid this: `/bin/sh: /usr/local/bin/gcc-7: No such file or directory`
workaround: use https://github.com/numforge/laser/blob/master/nim.cfg
@9il sorry if this isn't the right place to ask, but I'd like to make progress on integrating ryu in nim's stdandard library (refs https://github.com/nim-lang/Nim/issues/13365), and I'm wondering what's the...
Here's git clang-format that achieves that for clang-format: https://github.com/llvm-mirror/clang/blob/master/tools/clang-format/git-clang-format
@WebFreak001 silly question, what did you use to generate https://user-images.githubusercontent.com/2035977/35995443-a4ea249c-0d13-11e8-8716-b0ab82c6cef5.png from the dropbox link i had? the answers in https://stackoverflow.com/questions/14494747/add-images-to-readme-md-on-github seem to suggest hosting on one's own repo, unlike yours
I'd like to suggest an alternative https://github.com/dlang/tools/pull/320 that IMO is better
shouldn't it be: ``` version (foo) { } else void main(string[] args) { } ``` for all functions, `{` should be at same indent as function start, shouldn't it?
indeed, that seems even better.