Colin Summers
Colin Summers
If we're going to re-define `fetchCrate` then we might as well redefine it in terms of `fetchzip`. The following are entirely equivalent (same store paths and everything): ``` lscolors_crate =...
Just ran across this issue myself. Is the fix proposed by @duairc correct? Thanks!
finally found someone else having this issue, unfortunately it appears there's no resolution other than "download more ram" :). Would setting the topology/thread affinities to ignore nodes with attached memory...
Hi Mike! Sorry for the terse reply; I'm replying from my phone. @kwdef is actually already in Base. I don't think it's in the documentation yet, but you can find...
I misunderstood your question! Without the patch, splitstructdef/combinestructdef don't really work. The @kwdef syntax just gets classified as a constructor in splitstructdef rather than as a field (with a default...
My specific use case, which prompted this patch, was [a discussion](https://discourse.julialang.org/t/autocomplete-for-contents-of-custom-type/8304/2) of a macro which adds type parameters where needed to yield a fully concrete struct definition i.e. ``` @autotype...
Hi Mike, Sorry for the extended delay; I was out of town. I definitely see the reason to not special case this. I attempted versing the order of the macros...
I personally use NixOS/Nix which makes bundling `jlfmt` and it's dependencies without fully compiling it like PackageCompiler.jl pretty easy. Outside of the ecosystem I'm not sure. Julia could really benefit...
So I'm almost done incorporating the above feedback, but ran across the following which I thought was a bug. Using your example: ```julia struct A; a end x = A([1])...
Ahh I guess so! Nevermind :)