Skip to content
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

Add manifest.yaml for rbs gem #921

Merged
merged 1 commit into from
Mar 19, 2022

Conversation

pocke
Copy link
Member

@pocke pocke commented Mar 10, 2022

Fix ruby/typeprof#111

Previously loading rbs gem's RBSs raises an error, which displays "no
Logger found", without specifying the all dependencies in the
rbs_collection.yaml.
Because I forgot adding manifest.yaml for this gem.

This patch adds manifest.yaml for RBS gem to fix this problem.


By the way, the dependencies list is duplicated with Steepfile. I should remove the duplication by introducing rbs collection for this repository, but I remained the duplication to keep this PR simple. I'll do it soon.

Previously loading rbs gem's RBSs raises an error, which displays "no
Logger found", without specifying the all dependencies in the
rbs_collection.yaml.
Because I forgot adding manifest.yaml for this gem.

This patch adds manifest.yaml for RBS gem to fix this problem.
Copy link
Member

@soutaro soutaro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@soutaro soutaro merged commit d6e0527 into ruby:master Mar 19, 2022
@pocke pocke deleted the Add_manifest_yaml_for_rbs_gem branch March 19, 2022 12:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Error message with rbs_collection
2 participants