Fork me on GitHub
#fulcro
<
2023-02-24
>
tony.kay15:02:45

Fun with Time Zones, so did I 😄

Thomas Moerman17:02:43

Looking forward!

Tyler Nisonoff23:04:57

anyone know if this was recorded? cant find it on their youtube page

tony.kay15:04:55

It hasn't happened yet

Tyler Nisonoff15:04:53

Oh wow I totally misread the date, great hopefully I can watch live!

Tyler Nisonoff17:02:21

EDIT: (upgrading to recent fulcro-spec fixed my issue) -- editing to have more visibility to the meetup ^ !

tony.kay00:02:49

So, here’s how I have things set up (Using IntelliJ). Given this code:

(defn f []
  (throw (ex-info "" {})))

(specification "A" :focus
  (assertions
    (f) => 1))
I have a kb shortcut that runs (for focused tests):
(in-ns (.getName *ns*))
(require 'fulcro-spec.reporters.repl)
(fulcro-spec.reporters.repl/run-tests #(:focus (meta %)))
and in the REPL I see:

tony.kay00:02:26

If you’re not seeing exceptions, it is something else in how you’ve configured things…thinking about what that might be…

tony.kay00:02:46

for example, are you using some kind of other test runner?

Tyler Nisonoff00:02:17

im using

(in-ns (.getName *ns*))
(require 'fulcro-spec.reporters.repl)
(fulcro-spec.reporters.repl/run-tests)

Tyler Nisonoff00:02:23

which seems to match yours?

tony.kay00:02:20

are you using =throws=> because you expect an exception?

tony.kay00:02:33

or are you talking specifically about this case (unexpected)?

Tyler Nisonoff00:02:05

your case (unexpected)

Tyler Nisonoff00:02:16

restarting everything to confirm

tony.kay00:02:56

fulcro-spec.reporters.terminal/**stack-frames**

tony.kay00:02:01

did you set that to zero somewhere?

Tyler Nisonoff00:02:42

not that i know of, will check my val in a fresh REPL

Tyler Nisonoff00:02:00

okay sorry Tony... I was on a 3.1.5 instead of 3.1.12

Tyler Nisonoff00:02:07

and upgrading seems to be working fine

tony.kay00:02:10

*exclude-files* in that same ns?

tony.kay00:02:24

ah, did version fix it?