John Skaller
John Skaller
Cool! Please add these to the repository. Let me add a directory for you.
Neither. I think I added you as a developer. Please check. You should be able to push directly to the repository
Sure!
Yes, because code for tuples or arrays that has to expand "in place" would get too big if it were allowed to go on forever. There has to be some...
Rough .. the requirement is to stop the *compiler* going into a long loop which would probably be a recursion that would blow the compiler stack .. or cause the...
Should this still be open? The limit can be increased to say 50. Arrays can be any size. Tuples have to have some limit. The limit applies to arrays in...
It would be the MSVC++ toolchain that ignores it. src/packages/toolchain.fdoc object toolchain_msvc_win32 Probably, that toolchain cannot compile/link for clr anyhow. You'd have to make a specific toolchain for clr.
You can easily fix this if you know what you want it to do. If you look at the msvc toolchain code, you can see its quite a hack, it...
Is this done or not?
It is passed, at least sometimes. See email. For clang and gcc, -g is always on anyhow. However --debug does more, it sets optimisation to -O1. It also should impact...