Kristoffer Carlsson

Results 1634 comments of Kristoffer Carlsson

https://github.com/JuliaPackaging/Requires.jl/blob/7ff79f692d43658c285a80aa10dc29fa29921049/src/require.jl#L45-L51 I guess. I don't really understand why you wouldn't just error there, something is cleary broken.

Imo yes. But maybe there is some good reason. I guess it can be argued that if the `@requires` part is an optional addition of functionality, failing to load that...

Being able to build sysimgs on Windows seems like a good thing :)

Still bugged? ``` julia> BinDeps.debug("MKLSparse") INFO: Reading build script... The package declares 1 dependencies. - Library "libmkl_rt" - Providers: - Binaries ``` ``` julia> Pkg.build("MKLSparse") INFO: Building MKLSparse ==============================[ ERROR:...

I had a very similar error today that `⊻` was undefined in `build.jl` when something was trying to build MbedTLS. When I looked in the MbedTLS `build.jl` file I did...

> sometime during test execution it complained about some of the test deps not being installed That sounds weird.. Would be good to track that down indeed.

Do you know what `post`request that is failing? If it is an idempotent one then we could just run with `retry_non_idempotent=true` for that request?

The argument got introduced at the same time as the macro though. Yeah, writing `auth` all the time (and then forgetting it somewhere causing rate limits sometimes) is also kinda...

> It's common if you time using three times in a row, that second time is also slow, I think it's an indication of something (packages that load quick tend...

FWIW, I have found little benefit to `precompile.jl` *unless* one combines it with sysimg precompilation. Then the effect is immense.