Klemens Böswirth
Klemens Böswirth
Running `make install`, when the `fuse` tool is built, creates files inside the source directory. At the very least these files should be part of `.gitignore`, but ideally the shouldn't...
The title says it all. To avoid confusion (*) we should rename the default (file-based) backend plugin `backend` to `filebackend`. (*) confusion between "a backend plugin" (any of the possible...
More decision in addition to #4243
The current solution with `origvalue` metadata is far from ideal. The root cause of all the problems is that we wanted a solution that fulfils two properties: 1. If the...
**DO NOT MERGE** --- # Preview of new API (DO NOT MERGE) So far only the `typedef`s for `Key`, `KeySet` and `KDB` have been renamed and it only compiles with...
We recently added the global KeySet that every plugin has access to. We could use this to pass additional information to plugins from `kdGet` and `kdbSet`. For example we could...
This is a summary of open questions from the `new-backend` branch: ### `modules` vs `global` Should we merge the `KeySet * modules` and `KeySet * global` within `struct _KDB`? They...
More decision in addition to #4243
## Status Quo > **Note:** if you already know about the problems with the `_` and `#` wildcards in specifications, skip to the next section When writing a specification, there...
The internal iterator API (listed in #3171) will be removed from the C API. Corresponding functions need to removed from the C++ API and direct all uses within C++ code...