Mike Fikes

Results 162 comments of Mike Fikes

Updated Chart for the 19.0.0 production release: ![image](https://user-images.githubusercontent.com/1723464/57496385-ac25c100-72a0-11e9-8bad-d5ed327c2b5c.png) Underlying data: |Engine | ms| -- | -- | CE | 2979 | |CE --jvm | 1919 | | EE | 2672...

@dm3 A speedup of less than 1.0 is essentially a slowdown. See, for example https://en.wikipedia.org/wiki/Speedup#Using_execution_times Perhaps you could call it a 1.8 slowdown.

An update to ClojureScript is coming out that will allow this. `:def-emits-var true` needs to be put in the compiler env. See http://dev.clojure.org/jira/browse/CLJS-934

@mrrodriguez Right, perhaps a JIRA for what you are describing.

This documentation is awaiting resolution of https://dev.clojure.org/jira/browse/CLJS-2765

As an aside, note that [CLJS-3291](https://clojure.atlassian.net/projects/CLJS/issues/CLJS-3291) addresses an issue related to this for the parsing of `#inst` values in code. (Runtime handling has always been in the proleptic Gregorian calendar.)

@mobileink Thanks! This draft is looking pretty good! I'd be happy to contribute when you get to the point where you are interested in feedback.

Potential solution: Change the language to read: Let’s make a mistake. Try evaluating `(ffirst [1])` followed by `(pst)`. The REPL experience at that point might look like ``` ClojureScript 1.10.516...

@RickMoynihan I'm just saying that, if you depend on a project that uses version ranges, the ability to do `lein deps` broke. (Not saying where the error lies.) But, having...

Yeah, perhaps if the `lein-tools-deps` config ends up being a map, you could opt into or out of getting these https://github.com/technomancy/leiningen/blob/3fd92945ba25837afb5f9c14cafdafb8e70a493e/leiningen-core/src/leiningen/core/project.clj#L543-L546