-
-
Notifications
You must be signed in to change notification settings - Fork 0
Initial review and release 0.1.0 #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
Comments
I can take a look. I am happy with the concept. |
I'm happy that it is test driven (and with rstest and files). Some general comments:
In summary: Happy with it 🚀 |
Many thanks for your review!
Yes, exactly!
Do we agree that escaping should be opt out? How would the cli look like than? I can only think of
Sure, 9e700cb
The flow is: Tests copies foo.properties.in -> foo.properties. config-uils in-place edits foo.properties, so we can not use this as starting point. Also the file ending .properties is needed for config-uils file type detection to work. But I improve the .gitignore in 527079c.
The thing is that we currently don't support escaping our sequences, we have #2 for that. But you are right, we could also test things that don't work (e.g missing closing bracket - which is was to lazy to test right now)
Honestly I personally don't care enough, but I'm happy to collaborate on this! (renaming is sadly not possible because in-place edits, see above)
That makes sense. On the other hand it's effort to maintain and stuff and I would hope we very rarely touch this repo. But I guess let's do at least cargo clippy and cargo test |
Added some CI to #4 as well |
Oh cool, yeah so they were generated and will no longer be in the repo.
👍
I do [care] :) and am happy to do this.
|
Many thanks for the review! |
Whoever picks this up should review the thing we/I did came up with.
For me personally it's much more important to review the idea and concept rather than "only" the actual code lines.
Once this is done we can draw a release
The text was updated successfully, but these errors were encountered: