Add local source for rbs collection#854
Merged
soutaro merged 3 commits intoruby:masterfrom Feb 17, 2023
Merged
Conversation
dda9543 to
7288de7
Compare
b7466c5 to
61dd0e4
Compare
afe47a7 to
86f4ec5
Compare
0014b91 to
8699b59
Compare
|
@pocke how can I use this feature? I created the directory: gems_sigs/gosu/1.4.6/gosu.rbs My rbs_collection.yaml: rbs collection install return: Any idea? |
Member
Author
|
I couldn't reproduce this error. Could you open an issue and create a repository to reproduce this error? |
|
Thanks for the answer. I will try =) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix #842
This PR adds local source feature to rbs collection.
This feature allows you to write a local path as an rbs collection's source. Previously you need to create a git repository to add a source, but now you can just specify a local directory as a source.
Usage
Then,
rbs collection installinstalls RBSs from the specified path.