Isaac Yonemoto

Results 163 comments of Isaac Yonemoto

it looks like ChildProcess struct no longer requires an allocator on init, (which is why the deinit is now gone). Does this warrant changing the name of the function? Probably,...

I am just running in to this with zigler, where I am "ad-libbing" certain variables in codegen'd stuff. For this use case, it would be super useful to allow *both*...

nope, I mean calling the modules directly instead of via an intermediary, those modules should still exist in release.

Yeah, it gets tricky (but not impossible) if you want cross-compilation to be possible.

solved macos here: https://github.com/ityonemo/zigler/pull/250

freebsd failing as follows: ``` == Compilation error in file test/support/zigtest/transitive.ex == ** (CompileError) /tmp/.zigler_compiler/test/Elixir.ZiglerTest.ZigTest.Transitive/erl_nif.zig:21: C import failed usingnamespace @cImport({ ^ /usr/local/lib/erlang/erts-10.3.5.16/include/erl_drv_nif.h:156:12: note: 'sys/types.h' file not found # include ^...

probably needs examination by virtualizing through QEMU

macos blocked on: https://github.com/ityonemo/zigler/issues/310

this seems to have a permission error? So punt till a future version.