-
Notifications
You must be signed in to change notification settings - Fork 232
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
Improve the makefile #256
Comments
|
I think compare-user.js does a decent job regarding this. |
My main grief with compare-user.js is that it requires a full node.js stack for something relatively simple. |
|
We could try to utilize Awk's records. Something like:
|
I think we should also check, that the values are of correct type to avoid bugs like #30. |
Very nice feature otherwise, and it could probably be extended to cover other user.js variants. I'd like to
|
True that. Need to think about the best way to do it.
We could start by implementing functionality, that takes the other user.js as a parameter. |
I think the makefile-based solution will start being hard to maintain if we want to add more sources for comparison. I'd like to work on something python-based in the few coming months. I'll keep this issue updated. |
Sound good. Thanks in advance! |
gen-readme.sh
to detect paragraphs where all lines are commented out (hence a disabled pref), and not output README entries when the pref is disabled. This would prevent having ot use workarounds like https://github.com/pyllyukko/user.js/pull/296/files and will make diffs easier to read when master/relaxed branch start to diverge more, as well as comparing against other forks.The text was updated successfully, but these errors were encountered: