Wiki

Ticket #301 (closed defect: fixed)

Opened 11 years ago

Last modified 11 years ago

mixin is not a namespace member

Reported by: kobi7 Owned by:
Priority: medium Milestone:
Component: Cobra Compiler Version: 0.8.0
Keywords: Cc:

Description

mixin is not one of the namespace members,
which I guess are class, struct, etc.

so if I have

namespace X

mixin ManageTime
    pass

I get a compiler error:

Expecting a namespace member but got "mixin".


seems to be a bug.

Change History

Changed 11 years ago by Charles

  • status changed from new to closed
  • resolution set to fixed

Nice catch. Fixed in changeset:2834

Note: See TracTickets for help on using tickets.