Skip to content

Throw error on onremove notify component being included #22

Description

@Kelwan

When an onremove notify is used for a component in a system, it shouldn't be allowed to have it included in the system itself. The interpreter should give an error to prevent inclusion.

Example:

system NotifyRemoveExample {
	readonly NotifyComponentA;
	notify {
		onremove NotifyComponentA; // Component with onremove is included in the system. Error!
	}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions