Dear Calva friends: calva https://github.com/BetterThanTomorrow/calva/releases/tag/v2.0.580 • https://github.com/BetterThanTomorrow/calva/issues/3191`repl.log()`https://github.com/BetterThanTomorrow/calva/issues/3191 With this any extension (or Joyride script) can log to Calva’s log event emitter. The only use case I can think of is for things happening at a repl that is not connected to Calva, want to advertise to extensions listening on the Calva repl log. (I have such a use case, more on that in a few days in #joyride.)
since a while I have again a serious issues regarding "outputs". After getting an "exception" in my code, Calva stops printing any evaluation result anywhere. I played around with "outputs" setting, looked in all windows, but nothing. I just get the "variable name" printed, but not its content. Only re-jack-in fixes it, up to next exception
Please file an issue about this.
Its was hard to reproduce, but it is related to "printing a stacktrace". (of an "error" in my case) Commenting that line out, makes it go away