Kristoffer Carlsson

Results 1634 comments of Kristoffer Carlsson

What should be done for this issue to be solved? It seems to lack a clear goal right now.

Question, why not set the env variable "globally" together with `JULIA_DEPOT_PATH` and `JULIA_LOAD_PATH`?

I'm ok with this but if someone has a better or more canonical way feel free to push to this branch. https://github.com/JuliaLang/julia/pull/54093#issuecomment-2058889142 seems easiest to me IIUC though?

The command to compile the pkgimage seems to include the CPU target properly: ``` julia_cmd(; cpu_target) = `julia-master/usr/bin/julia -C 'generic;sandybridge,-xsaveopt,clone_all;haswell,-rdrnd,base(1);x86-64-v4,-rdrnd,base(1)' -Jjulia-master/usr/lib/julia/sys.dylib -g1 --startup-file=no` ``` but yet ``` julia> cd(joinpath(Sys.BINDIR, "../share/julia/compiled/v1.12/Test"))...

> is Base.precompilepkgs ignoring this? It seems to take in a CacheFlags argument that is empty `CacheFlags` are AFAIU not related to the CPU target and even if it was,...

This seems a bit strange since `StringVector`s seem to be particularly made to be used in `IOBuffer`: https://github.com/JuliaLang/julia/blob/bbae41749518d7f1f7c5b5b60569ec1a7c15acb4/base/iobuffer.jl#L43-L45

@vtjnash, what does the :-1: mean here? Should that be taken as an objection to merging this?

What was the latest version where this worke? 1.10.1, 1.9?

AFAIU, OpaqueClosures does not respect function redefinitions which means you want to create them "as late as possible" (but not later than needed). In the guide here, the `MyProblem` struct...

Dup of https://github.com/JuliaLang/julia/issues/38364 arguably. Also, I want to highlight this comment: https://github.com/JuliaLang/julia/issues/38364#issuecomment-725558201 > There are various issues in the system when dealing with large tuples: if type inference doesn't get...