shu--hung
2022-7-21 18:58:37

I’ve been using what @sorawee has written there. I also package this particular command as https://github.com/shhyou/raco-test-with-errortrace

Since raco test spawns new processes, the code in the repo won’t work in general. The code has to be integrated with raco test :confused:


sorawee
2022-7-21 19:01:05

@shu—hung I think it would also be helpful to add --errortrace to raco test, since it will be more easily accessible.


sorawee
2022-7-21 19:01:40

Though in that case, errortrace probably should be dynamic-require to prevent a hard dependency


sorawee
2022-7-21 19:02:02

Oh, you are already doing that :smile:


shu--hung
2022-7-21 19:02:21

yes, I agree that it’s better to add --errortrace before raco test. I’m not working on that currently :cry:


sorawee
2022-7-21 19:02:49

If you don’t mind, I can try to add it this weekend (though I also might not have time…)


shu--hung
2022-7-21 19:03:39

It’s just that… raco test also uses processes and places, so I’m not sure how to pass the configuration