Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • pike pike
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 104
    • Issues 104
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • pikelang
  • pikepike
  • Issues
  • #3006
Closed
Open
Issue created Apr 12, 2002 by Peter Bortas@zinoOwner

FUTURE: Constant evaluation needs on-demand resolving

Imported from http://bugzilla.roxen.com/bugzilla/show_bug.cgi?id=3006

Reported by Martin Nilsson, IDA nilsson@pike.ida.liu.se

From testsuite:

testsuite: Test 433 (shift 1) (CRNL):7:Illegal program identifier
(type:int).
testsuite: Test 433 (shift 1) (CRNL):9:Class definition failed.
testsuite: Test 433 (shift 1) (CRNL) failed.
  1: mixed a() {
  2:   class X {
  3:     constant foo = Foo;
  4:     class Foo {}
  5:     void bar()
  6:     {
  7:       foo f = Foo();
  8:     }
  9:   };
 10: ; }
Assignee
Assign to
Time tracking