-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Elektrify with highlevel API and code-generation #7
Elektrify with highlevel API and code-generation #7
Conversation
Is this draft PR a new feature? You tell me when I should look at this PR? |
I think it existed for some time, but it is pretty weird in some respects. e.g. CI systems seem to react differently to it, some run the build and other don't.
Yes, I will tag you when it is ready. I found that I need an addition to the API to implement |
Note that I will not poll here, so please mention me. |
83d11d1
to
b01933d
Compare
@markus2330 You can take a look at the code now. If you want to compile it, you need to use the Elektra version from ElektraInitiative/libelektra#2707. Actually using the new version will be tedious however, because I still need to fix the My plan is to not update anymore drivers and work on my thesis instead. The remaining drivers should mostly be straight-forward to update. I will probably do it, once my thesis is finished. But since I can't even test most of the drivers that I updated already, I don't really see any reason to waste time. The Also I noticed that having boolean keys with default value |
Ok!
Are there any important drivers missing? Maybe @Piankero can help out?
see #8
I opened ElektraInitiative/libelektra#2723 |
multi-line comments otherwise break everything
@kodebach can you please merge this to master? If possible, please also rebase our master (of https://github.com/ElektraInitiative/lcdproc) to the current master of LCDproc. |
Thank you! So @haraldg can now test the master. |
Changes:
Because of ElektraInitiative/libelektra#2634 the spec for drivers is essentially useless. To make the server work with the
curses
driver for example you need to do (at least) the following in addition to the normal mount + spec-mount: