Open stanislowskij opened 2 months ago
Need to check for collapsing ranges in nested expressions.
We need to move collapsing ranges into type-and-val. The current collapsing doesn't work because range-collapse gets a string, not a collection.
Done with babel spec messages, need to handle other spec messages.
I checked by setting up my own function and speccing it. Args are printed correctly. Haven't added this to tests since I'd like to use a more systematic approach to third-party spec testing. I am creating a separate issue for testing for third-party specs. This issues is closed.
Turns out it third party type specs that use clojure.core
predicates were treated as babel specs, so we don't know if the args are actually printed correctly for third party specs.
Seems like this was almost done, but not quite. Somebody should be assigned to look at this again and reorganize the issue.
⚠️ Imported from legacy repository. This issue is a duplicate of https://github.com/Clojure-Intro-Course/babel-legacy/issues/126.