Klemens Böswirth

Results 411 comments of Klemens Böswirth

> * i've deprecated `Elektra::ksRewind`, since it is needed to rewind the a `KeySet` before handing it to a native plugin via `NativePlugin::set`, `NativePlugin::get` and `NativePlugin::error` I haven't looked that...

> Anyways i cannot see an adverse effect regarding the tests and since this was already an issue in master i would deem it out of scope of #3171. If...

I'm not sure, let's keep the issue open for now. But your part is done, so I unassigned you...

> @kodebach can you write a new issue about rewriting the parts that still use ksNext/ksRewind etc.? In particular rewriting the plugins would be quite suitable for CM. I created...

Generally, I'm totally in favour of removing cascading mountpoints. I always found them strange a bit of a hack. The code would certainly be simpler without them. > at least...

> This would imply that if we remove cascading mountpoints, `default:/` mountpoints are also not possible anymore. That's just a matter of definition. The goal was that you cannot define...

> I am not sure if it should be put together with the "database" backend, as it is somewhat hybrid database and file-based. I'd say SQLite is clearly a database...

I don't disagree that it should be possible and would be nice to have an SQLite storage plugin for the existing file-based backend plugin. But I'm not sure this is...

No, I don't think there are any failing test cases right now. `type` et al. not working on `default:/` keys is a long-known limitation, so it was just accepted as...

The error message in [this line](https://github.com/ElektraInitiative/libelektra/actions/runs/3517778908/jobs/5895942063#step:10:792) says: ``` application.c `pkg-config --cflags --libs elektra` -o application -Wl,-rpath `pkg-config --variable=libdir elektra` /bin/sh: application.c: command not found make: *** [application] Error 127 ```...