Elliot Saba

Results 474 comments of Elliot Saba

> According to the Pkg documentation the user still receives the download from the url in the artifact. It's a little complex; the `Artifact.toml` contains URLs which are the source...

Cycler mode works, this isn't a big deal, just wanted to make certain it was known.

> `n` steps to the next expression until we end up on a new line. Yeah, I was kind of hoping that the behavior was instead "if we are currently...

> Yeah, I was kind of hoping that the behavior was instead "if we are currently at file.jl:M, set a breakpoint at file.jl:(M+1), then step forward until we hit a...

> All of those might have the same line number then? Can I get line numbers printed next to the lowered code?

> Those statements are all on line 1 -- same as for the `@code_lowered` output: But `@code_lowered` doesn't show line numbers? It only shows basic block numbers, right? > we'd...

Symlink targets are always in reference to the location of the symlink file itself, so since the symlink file location is inside of `$(LIBDIR)`, the target will implicitly point to...

Unfortunately there isn't an easy way to modify PE import names. The best that I've found is [machomachomangler](https://github.com/njsmith/machomachomangler#pe-features)

You need to embed the libjulia versions into the `platforms` list, follow [libcxxwrap_julia](https://github.com/JuliaPackaging/Yggdrasil/blob/967a35fdfd5d9ede276fbe7408f7d8a9902cdcab/L/libcxxwrap_julia/build_tarballs.jl#L40-L44) for an example

We actually don't use BB tools to do the unpacking, because of disk performance issues on QEMU. That might be changed when I rebuild the QEMU runner this week (since...