Krzysztof Leśniak
Krzysztof Leśniak
I have a trivial `test.mlb` file containing single line: ``` $(SML_LIB)/basis/basis-1997.mlb ``` I can successfully compile this with `mlton test.mlb`, but `mlkit test.mlb` gives an error: ``` * Error: The...
**Describe the bug** I'm getting SIGSEGV when using `GENERATE` returning function pointers. Unsure if it's issue in catch2 or maybe it's not really supppported. fail.cpp: ```cpp #include "catch.hpp" #include const...
Improves `enumerate` so that it's possible to start at any given index. Similar functionality exists in [boost::adaptors::indexed](https://www.boost.org/doc/libs/1_75_0/libs/range/doc/html/range/reference/adaptors/reference/indexed.html) This is just a draft, it just adds an additional parameter to `enumerate_fn::operator()`....
## Expected Behavior Clicking a '+' button successfully adds a new note ## Current Behavior Clicking '+' button results in a segfault, killing the application. After restart note is added...
**Scope** Please choose the most suitable option from the list below. If you are unsure, choose `I don't know`. - [x] This squid is an SOSML squid. (It occurs independently...
In Postgres function created by `CREATE FUNCTION` can be schema qualified. `sqlgg` doesn't support that and fails to parse such statement. `CREATE PROCEDURE` can also be schema qualified. https://www.postgresql.org/docs/current/sql-createfunction.html ```...
Incorrect error message and error location for invalid escape sequences: ```json { "": "foobar\?" } ``` Current message: ``` Error: Parse error on line 2: { "": "foobar\?"} ------^ Expecting...
## Description This adds a script that is drawing a box plot from the `BENCHMARK` measurement data. It is implemented in `R` using `XML` and `ggplot2` libraries. Xml reporter has...
## Description Make F1 key launch man page for current query. E.g. I have `CREATE TABLE foo` as my query and I press `F1`. The man page `CREATE_TABLE` is launched....