generated from TBD54566975/tbd-project-template
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
includes fixes for the following cases: - fix panic when validating if a call is valid if the call was to an inbuilt type (which has no package) - fix issue finding a topic's name when declaring a subscription - the topic's var has a nil `.Obj` field, possibly because it was defined in a different file. Added a map from variable declaration position to the schema.Topic, and used that instead - fix issue disambiguating between an illegal direct verb call (eg: `external.DoSomething(ctx)`, and an allowed field access (eg: `external.Data{}.Name`)
- Loading branch information
Showing
2 changed files
with
38 additions
and
38 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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