Skip to content
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

Sebs/incompatible nom #48

Merged
merged 14 commits into from
Aug 4, 2023
Merged

Sebs/incompatible nom #48

merged 14 commits into from
Aug 4, 2023

Conversation

sebs2837
Copy link
Contributor

@sebs2837 sebs2837 commented Jun 27, 2023

Update nom since the used nom version is about to be deprecated.

Copy link
Owner

@flxo flxo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank to the contribution. The parsing part looks good. Please split off the dev feature and remove the version update.

Cargo.toml Outdated
@@ -17,7 +17,7 @@ license = "MIT"
name = "rogcat"
readme = "README.md"
repository = "https://github.com/flxo/rogcat"
version = "0.4.6"
version = "0.4.9-pre"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a huge jump. Think this should be 0.4.7-pre and additionally not part of this pr. I'll fix it.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess I got a bit to excited with those version numbers, I changed it to 0.4.7-pre hope that's fine for your

@@ -172,6 +172,12 @@ pub fn cli() -> App<'static, 'static> {
// .long("show-time-diff")
// .conflicts_with("output")
// .help( "Show the time difference between the occurence of equal tags in terminal output"))
.arg(Arg::with_name("dev")
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we get this in a seperate PR?

Copy link
Contributor Author

@sebs2837 sebs2837 Jul 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

your request is my command... I'll change it immediately I also removed the unused cli commands

@sebs2837 sebs2837 requested a review from flxo July 31, 2023 12:51
@flxo flxo merged commit b16f233 into flxo:main Aug 4, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants