Luis Cáceres
Luis Cáceres
It's odd. You shouldn't need nodesoup or cimg if you are using the shared lib. Also, it should be ``` target_link_libraries(my_target PUBLIC Matplot++::matplot) ``` > Maybe we could force nodesoup...
It's odd. If CMake can't find the required library file (the actual .lib file) it's supposed to complain about it at configure time. Can you maybe try again with a...
Sorry, wrong mimetype. What is missing are the office mimetype icons: - x-office-address-book - x-office-calendar - x-office-document - x-office-drawing - x-office-presentation - x-office-spreadsheet
Doesn't a `!noreturn` return type still make sense? It either never returns or it returns an error. A use case that comes to mind is execve. It does seem like...
How about renaming it to `noop_allocator` so it's clearer what it actually does? The intended usage would be part of the doc comment instead of the name.
CI error failed to fetch using git on windows :/
Added the test case.
I reran the test case on latest master and the compiler no longer crashes. Closing this PR.
This issue seems to be fixed in the latest master. The code in the first post no longer crashes: ```zig $ build/stage3/bin/zig build-obj test1.zig test1.zig:20:44: error: unable to resolve comptime...
> > I could have sworn there was an issue about function multiversioning/selection based on runtime-detected CPU in Zig itself but I can't find it now > > https://github.com/ziglang/zig/issues/1018 ?...