-
Notifications
You must be signed in to change notification settings - Fork 8
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
[RSPEED-175] Rework config file handler and history #10
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One small question
e6768aa
to
f221152
Compare
Thanks for the review, @abadger! I will get to this as soon as possible. |
f221152
to
16a7e0e
Compare
Introduced two new modules, one for handling code related to config files The second, to handle history where we read and append to new history. Dropped the support for pypyaml as well. We will move on with tomllib
16a7e0e
to
56bedc3
Compare
We have requested the Please confirm the request on the @rhel-lightspeed/command-line-assistant Copr project permissions page and retrigger the build by clicking on a |
/packit build |
91515c2
to
c98398f
Compare
c98398f
to
ae44752
Compare
Co-authored-by: Preston Watson <prwatson@redhat.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Introduced two new modules, one for handling code related to config files The second, to handle history where we read and append to new history. Dropped the support for pypyaml as well. We will move on with tomllib