Thadeu de Paula

Results 7 issues of Thadeu de Paula

- **Platform:** Linux (Debian 11) - **LuaRocks version:** /usr/bin/luarocks 3.7.0 ## The misbehavior **_Scenario 1:_** When using `LUAROCKS_CONFIG` environment variable, `luarocks path` returns `LUA_PATH` and `LUA_CPATH` in different directories order...

bug

Some values expected to be initialized with NULL was being initialized with 0 triggering sparse warnings Also `DBL_EPSILON` on Linux GCC depends on `__DBL_EPSILON__` causing trouble on compilation.

### Describe the bug There is no documented `va_list` alternative for use when using C bindings, but looks like there is a partial support when using `v translate`. ### Reproduction...

Bug
Unit: cgen

Those three tags at xhtml header were preventing some Webkit browsers (and perhaps others) from rendering content. Tested with WebkitGtk on Luakit

Adding a: ```nim task clean, "wipe out artifacts" : exec("rm -rf examples/out") ``` Doesn't allow `nimble clean` to executed it. The above code was tested in the .nimble file and...

The following code compiles and runs ok, but nimsuggest complains about function calls in assert lines (last two): ```nim type MaybeS = enum Nothing, Just type Maybe[T] = tuple[fst:MaybeS,snd:T] proc...