Andy Fingerhut
Andy Fingerhut
@zk Sorry, my mistake. I somehow flubbed up the curl command for downloading the JSON file, and had an old copy locally on my file system. I have downloaded the...
This PR combines both the new failing tests in PR https://github.com/GlenKPeterson/Paguro/pull/32 and also has some proposed fixes. You should of course treat these proposed fixes with suspicion, since I am...
I am pretty sure it could be caused by calling split followed by append, too, since I believe split also leaves the focus empty. I do not know whether it...
This is a Java implementation of the failing test case described in issue https://github.com/GlenKPeterson/Paguro/issues/31 plus a corresponding test case for mutable RrbTree
Feel free to ask questions about this one, or just close it if it isn't of interest. It is a somewhat esoteric change in behavior to make ordered-maps more similar...
That's a fair question. I'm not wedded to the current Clojure behavior, just an interested observer because of the changes I made with CLJ-1065 that brought the detailed behavior to...
I believe there is no change in status here -- everything about Clojure's detailed behavior, and the behavior of ordered sets is likely the same now as it was when...
This is identical to https://github.com/clj-commons/ordered/pull/34 except that it should have no merge conflicts, because I removed the part of the changes on file project.clj. Similar updates to project.clj have been...
Not sure whether a table like in this article would be of interest for an article on this topic: https://www.innoq.com/blog/st/2010/04/clojure-performance-guarantees/
I am out of the loop, obviously, but in what possible way is 'succession' different than an 'in place update', with all of the connotations of 'in place' included?