You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Polylith currently uses borkdude/edamame 1.3.23 but that cannot read files containing the new Clojure 1.12 Alpha 7 param tags type hint (e.g., ^[String]). borkdude/edamame 1.4.25 supports this (it was released last night after Alpha 7 started to be tested).
The text was updated successfully, but these errors were encountered:
Issue #315. Rolled back the use of separate config.edn files in projects and bricks.
* Added test/brick-names-to-test to the clj-poly API.
* Added link to how to the Cursive documentation on how to setup Polylith.
* Stop supporting the migrate command.
* Upgrade edamame (issue #432) and other libraries to the latest version.
* Fixed broken links in the documentation.
* Replaced next-release.txt with next-release.adoc.
* Fixed alignment poblems in the generated cljdoc API doc.
* Added John Shaffer (https://github.com/john-shaffer) as Polylith Fans sponsor. Thanks!
Polylith currently uses
borkdude/edamame 1.3.23
but that cannot read files containing the new Clojure 1.12 Alpha 7 param tags type hint (e.g.,^[String]
).borkdude/edamame 1.4.25
supports this (it was released last night after Alpha 7 started to be tested).The text was updated successfully, but these errors were encountered: