ElektraInitiative / go-elektra-archive

Go bindings for Elektra
https://libelektra.org
BSD 3-Clause "New" or "Revised" License
5 stars 4 forks source link

Api updates #12

Closed kodebach closed 3 years ago

kodebach commented 3 years ago

Updates for kdbOpen and keyDup changes

closes #11

DEPENDS ON #10

kodebach commented 3 years ago

Not sure, why the Travis build hasn't triggered here...

I haven't tested the changes locally (setting the Go stuff up again, is a bit annoying), so don't merge this before someone could verify the changes work.

markus2330 commented 3 years ago

@kodebach is it enough if the build server passed?

@raphi011 can you take a look?

kodebach commented 3 years ago

is it enough if the build server passed?

Probably. But I still don't know why it hasn't triggered for this PR. Maybe Travis has problems, because this PR builds on #10?

BTW we should move from Travis to Github Actions in this repo too. Shouldn't be too hard here, the script is very short.

markus2330 commented 3 years ago

Ok, merged #10.

mpranj commented 3 years ago

@kodebach do you mind if I rebase and merge #12 and #13 together to test these changes?

mpranj commented 3 years ago

Changes rebased & merged via #13. Thanks @kodebach