Skip to content

Compile-time Optimization Not Automatically Converting Local Objects into Aliases #4529

Description

@yegor256

This is my code:

+package foo

[] > x
  bar 42 > @

The bar object exists in the foo package. Let's create an additional optimization that will modify, in compile time, the code to make it look like this:

+alias foo.bar
+package foo

[] > x
  bar 42 > @

Without this, I need to manually add many +alias metas, which is an annoying and error-prone operation.

Metadata

Metadata

Assignees

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions