braveclojure / babooka

https://www.braveclojure.com/quests/babooka/
58 stars 7 forks source link

Nerve-racking: running "Your first script" does not show output (as of version 1.1.171) #10

Closed rogererens closed 4 months ago

rogererens commented 1 year ago

Although it is feels Victorious to see that running bb hello.clj does not result in any error, it is slightly less so, as you seem to insist that the text "Hello inner world!" ought to be printed. Since babashka version 1.1.171 included a breaking change to make printing results an opt-in, the flag --prn should be used to have such text thrown into the world at large.

borkdude commented 1 year ago

Also reported in #7

rogererens commented 4 months ago

Fixed in commit 5060609 by surrounding str/join with a prn