Klemens Böswirth
Klemens Böswirth
I'll see if I can come up with some concrete instructions. But this comparison "manual vs. tool" (intentionally) isn't really required to answer my research questions. So I would have...
In general any renaming should be fine. Removal functions depends on what the replacement is. If there is a straight-forward replacement then it should also be fine, e.g. `keyGetMeta` ->...
@mpranj Is this still happening?
Based on the way the `uninstall` command is written in `.cirrus.yml`, it will never fail. https://github.com/ElektraInitiative/libelektra/blob/5ebc9a4ba5215950f990f7dca948ce310f764079/.cirrus.yml#L202 The command basically says: Run the `cmake` command and only if it fails, print...
@markus2330 The old Probot based bot also seems to be buggy. It closed both #3318 and #1610 even though the last comment wasn't the "I mark this issue stale" from...
I had a quick look and it seems `elektraCursor itKs` was a quick and dirty workaround, since `yajl` relied on the internal cursor in `KeySet`s for communication between different functions....
Not necessarily just in a single function, but in a section of code, i.e. enabling/disabling a mode where all errors are converted to warnings.
AFAICT all the globals currently used come from Bison/Yacc (they are all `yy*`). At least for modern Bison there seem to be ways to generate a fully [reentrant parser](https://www.gnu.org/software/bison/manual/html_node/Pure-Decl.html) which...
#2330 is closed, did you mean #3910 or maybe #3490? If so, you should probably also link it from there.
Yes, the tooling library behind `kdb mount` needs to be updated. And in fact the goal was to rewrite it in C, so that we can provide a C API...