Paul Doran
Paul Doran
If `test.dat` is a single line or binary data then wouldn't all 2GB be read by the first `readLine` call?
Apache Commons IO has [`IOUtils.contentEquals`](https://commons.apache.org/proper/commons-io/apidocs/org/apache/commons/io/IOUtils.html#contentEquals%28java.io.Reader, java.io.Reader%29). This just uses two `BufferedInputStream`; but, of course, this doesn't do a diff.
@abalhier, did you start working on this? This is something that I'd be interested in helping out with. As @abalhier suggested we need to be clear on where we want...
@joel-costigliola - I might have time this week to begin this. If I've understood your idea correctly then rather than BasicErrorMessageFactory taking a String in the constructor it will take...
I've migrated the following (see https://github.com/dorzey/assertj-core/commits/message_builder_spike): - `ShouldHaveAtLeastOneElementOfType` - `ShouldBeGreaterOrEqual` - `ConditionAndGroupGenericParameterTypeShouldBeTheSame` It's already highlighted some inconsistency in spacing and line break usage.
I'm more than happy to continue this if we think it is heading in the right direction.
Happy to :smiley_cat:
I've not had time to contribute for a while now. Is this still required? Or are there more pressing issues?
@GClunies It would be great if you could raise a PR with the anaconda setup so that I can link it from the README. I'm unfamiliar with anaconda myself.
Thanks for this. I will try and find time to replicate your setup.