Orvid King
Orvid King
I think this will probably be able to be merged, though I've had to make some minor changes internally to make sure that GCC still has the right behavior. The...
The for loop support requires the `--enable-language-extensions` flag to be passed when compiling. Language extension support is disabled by default, but that doesn't seem to have been updated in the...
Out of curiosity: Why? Folly already has windows support via MSVC & clang pretending to be msvc. Is there some package in particular you're trying to get working in mingw?
The flags file is included as part of the creation kit, so you'll need to install that somewhere first, or else grab the flags file for fallout from one of...
This can probably be solved fairly easily by adding a check here to skip the utf-8 little endian BOM: https://github.com/Orvid/Caprica/blob/master/Caprica/papyrus/PapyrusCompilationContext.cpp#L83
The same issue also applies to using an unescaped `-` as the first character in a set. I've also discovered that some versions of RE2 have issues with escaped `-`...
@paulbiss Any progress on this in the last year and a half?
Could you check to see if the patch file is actually intact? The first error is saying the patch file is corrupted, so there might have been an issue when...
While the BUCK files are present, they are not yet usable in open source, though I believe @namanahuja has been working on that.
For the benchmarks, if there's one in particular you want to build via cmake, it should be possible to just add it to the existing `CMakeLists.txt` with a line similar...