Christoffer Lerno

Results 1219 comments of Christoffer Lerno

I've implemented it with `$exec("foo.c3", { "arg1", "arg2" }, "to_stdin")` already, it seems good enough.

@DrSloth is the feature completed as expected?

I'm going to close this because I think it was finished.

I've thought of adding it several times but never got around to it. If you want to implement it, you're very welcome to do so. If you do, then try...

I'll probably look at subprocess.h and then grab exactly the parts we want and then make a slimmed down version of that eventually, but yes, you can do that.

Just check that it's ok to add it to the codebase in terms of copyright and such.

By the way, I saw you had some problems linking the non-RTTI version with wrapper.cpp. I *think* I've updated the CMake file correctly to deal with this (sending -fno-rtti on...

I need to do some research on how to best make this work correct on both Win and Posix

What is the desired behaviour? If we think about things like appending and defining such a path. Should there be an "empty path"(`""`) as well as "current path" (`"."`)?

This should be fixed in `dev` now.