-
Notifications
You must be signed in to change notification settings - Fork 23
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
housekeeping #4
base: master
Are you sure you want to change the base?
housekeeping #4
Conversation
i10416
commented
Feb 27, 2022
•
edited
Loading
edited
- add github actions to run linter and test for PR
- example: https://github.com/i10416/mustache/actions/runs/1909374217
- update analysis_options.yaml more pedantic
- address linter warning
- address errors from wrong type inferences for json string.
- improve type safety
- mark immutable classes with const
- add github actions to run linter and test for PR - update analysis_options.yaml more pedantic - address linter warning -
At the moment, tests failed for |
- inheritance feature is newer compered to other mustache features and should be implemented in dedicated PR.
22 tests are failed due to this library lacking inheritance feature. |
@jonahwilliams Hello and I appreciate you maintaining this library. I made some housekeeping changes and fixed small bugs in json parsing and spec. Could you review changes when you have spare time? I'm happy to tweak these changes, so please feel free to tell me if there's anything you care about. Thank you, in advance. |
Sorry, I found a lot of linter warning show up after updating linter config to be type-safer. I will add some changes. |