Christoffer Lerno

Results 1210 comments of Christoffer Lerno

@mstorsjo No, I meant that Mingw provides the same thing as downloading the .lib files from MSVC: a way to link objects files into .exes that rely on Win32 OS...

@jbkempf I am talking functionality, not license.

@89z Yes, there are several improvement points: 1. Weed out unnecessary MSVC .lib files. 2. See if the download can be completely implemented in C so it can be done...

I think this one is essentially doing what the script does with some further pruning. What I want is to essentially get this script either into .c or .c3 form...

require / ensure now works.

They are not comments

What doc format would you suggest?

I don't understand. Where would the function description be placed?

I'll fix the bug. But [1] [2] [3] all seem to assume that doc descriptions then are separate.

Yes, what happens here is that the optimizing backend finds out that the program will violate constraints and everything results in segmentation fault.