Skip to content

Preserve runtime final annotations in compiled core modules #548

Description

@cofin

Summary

Core modules should use runtime-safe Final annotations so interpreted and compiled executions agree on type metadata while avoiding compatibility issues in compiled classes.

Scope

  • Keep Final annotations available at runtime where tests and tooling inspect them.
  • Preserve compiled-module compatibility across cache, compiler, parameter, result, and stack helpers.
  • Avoid behavioral changes to public APIs.

Validation

Covered by compiler/result unit tests and type checks in PR #545.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions