Jack Clarke

Results 39 comments of Jack Clarke

With clang, this error pops up: ``` [2/2] Linking target w++.exe FAILED: w++.exe "clang++" -Wl,/MACHINE:X64 -Wl,/OUT:w++.exe w++.exe.p/src_main.cpp.obj "-Wl,/nologo" "-Wl,/release" "-Wl,/nologo" "-Wl,/OPT:REF" "-Wl,--subsystem,console" "-lkernel32" "-luser32" "-lgdi32" "-lwinspool" "-lshell32" "-lole32" "-loleaut32" "-luuid"...

I mean I'd rather get it to work without having to jump through those hoops.

I don't think it's too hard to work with, it's less than ideal sure but it's the best option we have.

This flag has now been added but a runtime flag would be nice also.

There's now a runtime flag to disable run in the dev branch.

As per @noxabellus' suggestion on Discord, we could also just look into supporting conditionals.

Just to note, conditionals are in the works.

Conditionals are now implemented so this issue has become relevant again.

Had a talk about it the other day but I think the conclusion was that it doesn't really make sense to impose a recursion limit for a number of reasons:...