JanosGit

Results 30 issues of JanosGit

Random number vectors for the unit tests are currently created at compile time and are seeded by the `__TIME__` macro. This makes it hard to reproduce failing test cases. We...

The root Readme should present the potential user a few more example use cases presenting - The core types Vector/Array/Span - Math expressions - Convenience member functions The examples folder...

Build has been disabled for now

bug
actions

We use capnproto messages to store analysis results of user input files. Depending on the input file size, the size of the generated message varies. We use a `MallocMessageBuilder` and...

The intended behavior is that it pauses execution under the debugger which can then be continued.

bug

CL-based builds have been disabled for now. Getting errors like this for all attempts to compile the test cases ``` D:\a\VCTR\VCTR\test\TestCases\Expressions\Map.cpp(84): fatal error C1001: Internal compiler error. (compiler file 'msc1.cpp',...

Fix for the issue discussed in https://github.com/capnproto/capnproto/issues/2187 I decided to allocate a temporary Vector in case the size exceeded the limit as I don't consider it a performance issue in...