Skip to content

Uniq: Start implementation.#121

Merged
bors[bot] merged 11 commits intoGrayJack:devfrom
marcospb19:implement-uniq
Aug 9, 2020
Merged

Uniq: Start implementation.#121
bors[bot] merged 11 commits intoGrayJack:devfrom
marcospb19:implement-uniq

Conversation

@marcospb19
Copy link
Contributor

@marcospb19 marcospb19 commented Aug 4, 2020

Started Uniq.

Progress:

  • Basic implementation
  • Review error messages
  • Flag: -c|--count
  • Flag: -d|--repeated
  • Flag: -f|--skip-fields=N Implemented in Uniq: fix -s and implement -f flags #131
  • Flag: -s|--skip-chars=N
  • Flag: -u|--unique

@marcospb19
Copy link
Contributor Author

marcospb19 commented Aug 4, 2020

@GrayJack can you review it?

@GrayJack
Copy link
Owner

GrayJack commented Aug 4, 2020

Can you add uniq to all the toml files so it's tested on all platforms?

@marcospb19
Copy link
Contributor Author

-d and -u are implemented, need to finish their tests, -c is also pending.

@marcospb19 marcospb19 requested a review from GrayJack August 7, 2020 20:20
@marcospb19
Copy link
Contributor Author

marcospb19 commented Aug 7, 2020

PR ready, one more review?

So, --fields is pending implementation but I could not understand exactly what this flag do when I was testing, after merging we can open an Issue for it.

Copy link
Owner

@GrayJack GrayJack left a comment

Choose a reason for hiding this comment

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

Could you also update the table in the README.md in the status of the uniq? Should be Started since it still didn't implement the -f flag

@GrayJack
Copy link
Owner

GrayJack commented Aug 8, 2020

Sorry for so many reviews, I'm still not used to the VSCode plugin for PR reviews 😆

@marcospb19 marcospb19 requested a review from GrayJack August 9, 2020 21:06
@GrayJack
Copy link
Owner

GrayJack commented Aug 9, 2020

bors r+

This was referenced Aug 9, 2020
@bors bors bot merged commit 54cc35c into GrayJack:dev Aug 9, 2020
@marcospb19 marcospb19 mentioned this pull request Aug 10, 2020
@marcospb19
Copy link
Contributor Author

There are several errors with the implementation of the -s flag, working on that for the implementation of -f.

@marcospb19 marcospb19 changed the title Uniq: Start implementation (in progress). Uniq: Start implementation. Nov 28, 2020
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.

2 participants