Xiu-zhe (Roger) Luo
Xiu-zhe (Roger) Luo
Thanks for reviving this! I didn't notice the CI not passing
this happens to me even for just the PackageCompiler example OhMyREPL on julia 1.6 PackageCompiler 1.2.5 ```julia julia> PackageCompiler.create_sysimage(:OhMyREPL;sysimage_path="julia_code/") [ Info: PackageCompiler: creating system image object file, this might take...
> Isn't ok to have "scripted" plugins for now, instead of declarative plugins? I understand declarative plugins is a better design choice, but does it really hurt to have those...
If you want to create a Julia type, the only way is to `eval` an expression (but only once), this is similar to the compile process of C++, and there's...
ah thanks!
@fredrikekre I think DisplayAs doesn't really solve this problem, one need to use that explicit which is not this issues describes - shouldn't the default `text/plain` output be consistent with...
> AFAICT this has nothing to do with the thunking mechanism. I'm just saying one cannot make the input and output type of a pullback to be the same, or...
This PR is already quite nice, but I guess you didn't know [Comonicon](https://github.com/comonicon/Comonicon.jl), it actually takes care of a CLI application, e.g build system images, generating shell autocompletion, handling the...
> this cpu target needs to be customizable https://github.com/comonicon/Comonicon.jl/blob/master/src/builder/install.jl#L60. That's not the build pipeline for applications, because of the packing issue, there are two modes, one builds the system image...
and FYI: https://github.com/JuliaLang/Pkg.jl/issues/1962