HomePhorge

Fix for #5298 -- Collections need to do type lookup
b2ff6a50202aUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Fix for #5298 -- Collections need to do type lookup

When the responsibility for type-name resolution was moved to the AST nodes in
commit 449315a2c705df2396852462a1d1e14774b9f117, at least one instance was
missed: the space ship operator

Myclass <<| tag == foo |>>

fails unless Myclass has been previously loaded. This commit adds the lookup
to AST::Collection nodes in the same way it was added to the other node types.

Note that I haven't audited the other note types for similar cases.

Details

Provenance
Markus Roberts <Markus@reality.com>Authored on
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPU1ce00dccb840: Step towards [5298] -- cleanup indentation, etc. in AST::Collection
Branches
Unknown
Tags
Unknown

Event Timeline

Markus Roberts <Markus@reality.com> committed rPUb2ff6a50202a: Fix for #5298 -- Collections need to do type lookup (authored by Markus Roberts <Markus@reality.com>).Nov 16 2010, 8:10 PM