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

Environment cleanup #1209

Merged
merged 7 commits into from
Jan 16, 2023
Merged

Environment cleanup #1209

merged 7 commits into from
Jan 16, 2023

Conversation

soutaro
Copy link
Member

@soutaro soutaro commented Jan 13, 2023

  • Environment#alias_decls is renamed to Environment#type_alias_decls
  • AST::Declarations::Alias is renamed to AST::Declarations::TypeAlias
  • Add type name utilities to Environment: #interface_name?, #type_alias_name?, #module_name?, #type_name?, #constant_name?, #constant_decl?, #class_decl?, #module_decl?
  • Remove RBS::TypeNameResolver and RBS::ConstantTable that are deprecated by RBS::Resolver::* classes

@soutaro soutaro merged commit 8bd4e46 into master Jan 16, 2023
@soutaro soutaro deleted the env-utilities branch January 16, 2023 01:25
@soutaro soutaro added this to the RBS 3.0 milestone Feb 22, 2023
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.

1 participant