Páll Haraldsson

Results 336 comments of Páll Haraldsson

What the title says, Julia without libstdc++.so, that is bundled with Julia. You can for some C++ programs. I understand if LLVM requires it, but it is optional in a...

Well that's true, I was thinking smaller compiled programs (actually seeing the just announced Julia proprietary AOT compiler this might be outdated, since I think it always compiles to C++...

I thought the proposal was actionable, and still do (i.e. not to link to it at all); also the alternative, link but not bundle: > libstdc++ is dynamically linked, always....

Can we have abbreviated stack traces (by default), and also output the full one elsewhere? The example Chis had is bad, and worse if people don't know where to cut....

This could be added to my PR, and I actually though it would partially, if not fully fix this #52351. I tried locally in the REPL I had open: ```...

Please add "MSYS2" label. This UCRT seem like good to support (not just the float parsing bug, that has a better/easier workaround), it's the future, for Windows10+, i.e. all supported...

YAML is a JSON superset. YAML.jl might not be, I'm looking into that, and if this simple change works. YAML.jl has faster startup, another workaround is loading JSON3 lazily.

I believe PyJulia is about to be deprecated, at least is under discussion. Most have moved, and you also, in docs, I think you just forgot to update the README......

Note, idea take from @chriselrod's PR: https://github.com/JuliaLang/julia/pull/51812 ``` # macros are too awkward to work with, so we use a function # mean times are much better for benchmarking than...