GrayJack / coreutils

Core utils re-implementation for UNIX/UNIX-like systems written in Rust
Mozilla Public License 2.0
106 stars 40 forks source link

Uniq: Start implementation. #121

Closed marcospb19 closed 4 years ago

marcospb19 commented 4 years ago

Started Uniq.

Progress:

marcospb19 commented 4 years ago

@GrayJack can you review it?

GrayJack commented 4 years ago

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

marcospb19 commented 4 years ago

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

marcospb19 commented 4 years ago

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.

GrayJack commented 4 years ago

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

GrayJack commented 4 years ago

bors r+

bors[bot] commented 4 years ago

Build succeeded:

marcospb19 commented 3 years ago

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