Completed
Details
Details
Assignee
Ambrose Bonnaire-Sergeant
Ambrose Bonnaire-SergeantReporter
Mark Feeney
Mark FeeneyLabels
Components
Affects versions
Priority

Created July 27, 2015 at 2:11 PM
Updated December 3, 2017 at 11:07 PM
Resolved December 3, 2017 at 11:07 PM
Problem
Below is a case where core.typed requires a type hint that Clojure itself doesn't.
(Clojure 1.7, core.typed 0.3.9)
Adding a hint satisfies core.typed, but is unnecessary for plain Clojure.
This used to work without the hint. It first started failing here: (git bisect)
Notes
Discussion: https://groups.google.com/forum/#!topic/clojure-core-typed/EJIl01yQhPk
tools.analyzer issue: http://dev.clojure.org/jira/browse/TANAL-112
(already fixed in 0.6.8-SNAPSHOT, see thread)
Solution
Bump t.a.j dep to include 966fe1f and add test.
Pull request: 50
Commits:
Fix 7ed102
Test af991f