pedestal

hlship 2024-06-05T12:00:16.060399Z

I'm filling some gaps in code coverage, and making some small improvements to documentation, in a lead up to a release candidate.

👍 2
👍🏻 2
hlship 2024-06-05T20:14:18.751839Z

What do you think of this output?

Testing io.pedestal.interceptor-test
WARNING: io.pedestal.interceptor.chain/execute-only is deprecated and may be removed in a future release
Call stack: ... clojure.test/test-var -> clojure.test/test-var/fn -> io.pedestal.interceptor-test/fn -> io.pedestal.interceptor.chain/execute-only

2024-06-05T22:09:37.730469Z

As long as "my function" & line number is mentioned somewhere.

hlship 2024-06-05T23:36:14.467489Z

io.pedestal.interceptor-test/fn is "my function"

hlship 2024-06-05T23:37:15.165759Z

I had it print out the file and line number but it made the output very cluttered; I don't want to print vertically because that will make it look like an exception was thrown.

2024-06-05T23:44:04.197329Z

Oh OK

hlship 2024-06-05T20:15:02.981749Z

Basically, show the last few stack frames before the deprecated function was invoked