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

Fixes some issues related to Classes as Properties and Consts validation #826

Conversation

markwpearce
Copy link
Collaborator

  • Fixes when a Class is a Property of another class, and being unable to resolve it
  • Fixes issue with Consts value looking at a typetime value of the RHS
  • Does a better job of caching symbol lookups on memberTables

@@ -689,9 +689,7 @@ export class Program {
this.logger.time(LogLevel.info, ['Validate all scopes'], () => {
for (let scopeName in this.scopes) {
let scope = this.scopes[scopeName];
scope.linkSymbolTable();
Copy link
Member

Choose a reason for hiding this comment

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

Why did you delete these?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

It was linking symbol tables twice —- it links in validate() as well. Haha

@TwitchBronBron TwitchBronBron merged commit 5bedcff into rokucommunity:release-0.66.0 Jun 14, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants