Closed lread closed 3 years ago
Note: did have failure on Windows, hence the ci commits. Don't understand why things failed on Windows. Guessing either deps download wonkiness or gha wonkiness.
@lread I think the error you saw in CI was related to:
No such var: reader/read
and this relates to the first line workaround we have in build.clj
.
So you should really copy that line to your new build.clj to prevent such errors.
Aha, did not notice that! Thanks, will do!
Can we please not use force-pushes in this organization? It's very hard for me to see what is the delta compared to my previous review.
I don't do force pushes after a pull request is created (if I did, it was not intentional). Should I not be doing them before I create a pull request either?
Whoops, I misread, sorry.
No problemo!
That's a nasty tools.build issue, mysterious to diagnose the cause unless you are familiar with the symptom!
Formerly we were applying this transform against individual path elements which allowed for the possibility of packages parent and parent.child to be included.
I also decided to sort registered packages for repeatability. We always start with clojure, but the remaining packages are sorted by name.
To express this package scenario, I decided to re-org our integration tests. Our hello world app has moved from under test/ to the new test-hello-world/. This new setup should somewhat more reflect realworld usages.