Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Commit

Permalink
Let TypeRefinement implement ITypeSpecifier (#533)
Browse files Browse the repository at this point in the history
This PR let `TypeRefinement` implement `ITypeSpecifier` and the update schame version to `2022-09-29-0000`, fixing the CI on `main` branch. Without this PR, many places that were `ITypeSpecifier` now become `Node`, resulting compilation errors.
  • Loading branch information
Atry authored Nov 3, 2022
1 parent 14c9fc7 commit 0fdd1f0
Show file tree
Hide file tree
Showing 25 changed files with 1,201 additions and 166 deletions.
23 changes: 4 additions & 19 deletions codegen/inferred_relationships.hack

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion codegen/node_from_json.hack

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 36 additions & 1 deletion codegen/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 19 additions & 19 deletions codegen/syntax/AliasDeclaration.hack

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions codegen/syntax/AttributizedSpecifier.hack

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions codegen/syntax/ClassishDeclaration.hack

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0fdd1f0

Please sign in to comment.