You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/01/23 23:54:45 UTC

[GitHub] [arrow-julia] ericphanson edited a comment on pull request #278: Create CONTRIBUTING.md

ericphanson edited a comment on pull request #278:
URL: https://github.com/apache/arrow-julia/pull/278#issuecomment-1019595553


   Thanks for the helpful list and the link to the shell script. To answer your questions,
   
   1. No, we don’t prepare binary packages. Julia works by JIT compiling the source at runtime via the `julia` binary, so we only distribute source code.
   
       For some more context, this distribution is usually done via Julia’s package manager; when we “register” the package, we supply the registry with a git-tree-sha of the source tree of the code being registered (this is automated), and the package manager Pkg.jl grabs that tree from the git repo and serves that to users. (Or more accurately, a “storage server” does the grabbing from GitHub or where ever the repo is hosted and stores the source code indefinitely, e.g. in case the original host goes down, and user-facing “package servers” sit in front and serve the code to users through Pkg.jl).
   
   2. Sure, I would be interested in joining in the future.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org