Alex Arslan

Results 507 comments of Alex Arslan

Actually the unpacking thing might be a red herring possibly caused by `with_context` attaching the wrong context to a different error. I removed the `?` in https://github.com/JuliaLang/juliaup/blob/20a20b97615eedefc5853d61d5d9b30bcc505b44/src/operations.rs#L48 and now the...

I'm not really sure what we can do here since this seems to be an issue stemming from the `Cholesky` constructor itself: this package (correctly?) assumes that the second type...

I'm going to close this as I don't believe there's anything actionable.

> I haven't had the time to figure out how the denominator is computed for Pearson residuals and so haven't yet implemented them. It's based on the variance function: $$...

> How about testing residuals for all existing tests? FWIW I think this is pretty well tested as it stands and would favor having it merged without that. Perhaps once...

The first order of business for Android support would be to have actual Julia binaries available for it. Does Julia successfully build on or cross-compile for Android?

Can you post the output of `versioninfo(true)`?

Thanks. Can you post the full error message and stack trace from `Pkg.build("CodecZlib")`? I implemented the source build fallback for CodecZlib and it worked for me on FreeBSD 11.1 with...

> No shared library support. > Building static library libz.a version 1.2.11 with cc. It's failing because it can't find the built shared library, which is not surprising given that...

To be fair, this seems like a configuration issue; based on the output I think zlib wants GCC specifically, which is not installed by default on FreeBSD. I recommend installing...