-
Notifications
You must be signed in to change notification settings - Fork 297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ruby] Download builtin package dependencies #4473
[ruby] Download builtin package dependencies #4473
Conversation
… Reading and populating typemap for RubyProgramSummary
I am against putting .zip files (or any binary in general) directly into this repo. |
@max-leuthaeuser Another solution I've thought of is to treat this like the AstGen binaries, where some repo generates these and during release-time they're compressed and packaged in a minimal way. Would that be an acceptable next step? Right now I believe these are ~100mb uncompressed |
Guess thats much better, yes. |
Plan going ahead: We will not merge this PR as-is. We are going to create a separate repo that generates these type stubs, and will make releases for the language frontends that support this design (i.e., Ruby, C#)
|
This will be replaced by #4501 |
Superseded by #4501 |
This PR handles:
NamespaceTypeMap
for builtin ruby packages.zip
folder withMessagePack
files for each of the gems to be re-usedTODO for next branch:
NamespaceTypeMap
fromBuiltinPackageDownloader
if runZipStream
if theBuiltinPackageDownloader
is not run and a.zip
folder is present to build theNamespaceTypeMap