This is an automated email from the ASF dual-hosted git repository.
greg-dove pushed a change to branch local_var_resolution_issue
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git
at c55c317b8 Refine definition handling and add compiler diagnostic
utilities. -Add synchronization to metatag management in DefinitionBase and
improve robustness of file path comparisons. -Enhance FunctionScope to
automatically trigger re-parsing of function bodies during property lookups if
nodes have been reclaimed. -Improve robustness of ASScopeBase.toString() and
RoyaleProject.doubleCheckAmbiguousDefinition() with null-safety checks. -Add
CompilerDiagnosticsConstants.println() [...]
This branch includes the following new commits:
new 4a12b1ec4 Implement performance caching for name resolution and
improve Workspace thread-safety. -Add result caching to
IdentifierNode.resolve() when performance caching is enabled. -Refine
ASScopeCache with null-safe dependency tracking and improved debug string
representation for multiname lookups. -Enhance CompilerProject with granular
scope cache invalidation and a single-scope optimization path. -Update
ASScope.reconnectScopeNode() to trigger cache invalidation across all pr [...]
new c55c317b8 Refine definition handling and add compiler diagnostic
utilities. -Add synchronization to metatag management in DefinitionBase and
improve robustness of file path comparisons. -Enhance FunctionScope to
automatically trigger re-parsing of function bodies during property lookups if
nodes have been reclaimed. -Improve robustness of ASScopeBase.toString() and
RoyaleProject.doubleCheckAmbiguousDefinition() with null-safety checks. -Add
CompilerDiagnosticsConstants.println() [...]
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.