Joshua Higginbotham

Results 27 comments of Joshua Higginbotham

I'm taking immediate responsibility for this since it affects the contribution workflow so much. I'm going to make the necessary modifications to Telescope and take care of the GitHub workflows....

Money saved is money earned, so ya pretty much. :)

Unfortunately my dev environment is borked at the moment, so I can't meaningfully try to reproduce this. :upside_down_face: Alas Starlight's error-reporting mechanisms [aren't great either](https://github.com/jhigginbotham64/Starlight.jl/issues/13). :upside_down_face: There are several different...

Also, are you seeing either of the windows that are supposed to get created by the tests? I.e. do you have any sense for *when* the error occurs?

If you checked it out with `Pkg.dev` or some equivalent, did you follow up with `Pkg.instantiate`?

Unfortunately the debug output shows only a stacktrace of what `Pkg` is doing internally, because Starlight's error-reporting sucks. That's why I recommended you try a few others ways of running...

Aha. I see the words `Test Summary` in the extended output. That's informative, it at least gets through all the tests. Probably segfaulting some time during shutdown.

Try running `Pkg.instantiate` too.

I won't be able to help much more until I get my dev environment fixed tomorrow. :(

Interesting. I'll work on reproducing tomorrow after I fix my dev environment.