Make rc2nix stable #337
luochen1990
started this conversation in
Ideas
Replies: 2 comments
-
I am thinking of moving every script to a single cli program, since I'm going to be adding another script for kxmlgui files, so they can also share utilities, because i think KConfManager.read() could be actually used for rc2nix, but I will need to look into it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey,
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I find that currently rc2nix is not stable, which means, when I run rc2nix and activate it and run rc2nix again, things changed.
Here is the diff between run rc2nix first time and second time:
I hope to make it stable. And so have several questions:
KConfManager.read()
inwrite_config.py
which parse config files just as whatrc2nix.py
did, is it possible to lift the config file parsing logic into a common utils to reuse them? (we can also do similar thing forunparse
so that we can add unit tests to make sure they are inverse functions of each other.)Beta Was this translation helpful? Give feedback.
All reactions