Ticket #94 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Internal namespace not opened outside of a package

Reported by: jeffdyer Assigned to: jeffdyer
Type: defect Priority: major
Milestone: M1 Component: RefImpl
Version: 4 Keywords:
Cc:

Description (last modified by jeffdyer) (diff)

internal var x = 10
print(x)

Expected: prints 10 Actual: throws runtime error, x not found

Attachments

Change History

Changed 2 years ago by jeffdyer

  • component changed from Proposals to RefImpl
  • milestone set to M1

Changed 2 years ago by jeffdyer

  • status changed from new to closed
  • resolution set to fixed
  • description changed from internal var x = 10 print(x) Expected: prints 10 Actual: throws runtime error, x not found to {{{ internal var x = 10 print(x) }}} Expected: prints 10 Actual: throws runtime error, x not found

fixed by 344b2acfa387ae14d580919d6417116aab698608

Note: See TracTickets for help on using tickets.