Forbid tags and price on choice blocks #16

Closed
opened 2020-01-25 23:34:44 +00:00 by midgard · 4 comments
midgard commented 2020-01-25 23:34:44 +00:00 (Migrated from git.zeus.gent)

Those don't make sense, would be confusing, and are not supported in the semantic actions so they're effectively ignored.

choice_block =
	kind:`choice_declaration`
	id:identifier ':' s >attributes entries:{ noindent_choice_entry }
                            ^^^^^^^^^^^
		| kind:`reference`   id:identifier [ s price:price ]
Those don't make sense, would be confusing, and are not supported in the semantic actions so they're effectively ignored. ``` choice_block = kind:`choice_declaration` id:identifier ':' s >attributes entries:{ noindent_choice_entry } ^^^^^^^^^^^ ``` ``` | kind:`reference` id:identifier [ s price:price ] ```
midgard commented 2020-01-25 23:34:44 +00:00 (Migrated from git.zeus.gent)

changed milestone to %1

changed milestone to %1
midgard commented 2020-01-25 23:39:16 +00:00 (Migrated from git.zeus.gent)

changed the description

changed the description
midgard commented 2020-01-26 23:27:18 +00:00 (Migrated from git.zeus.gent)

Fixed in b7cc2048d6.

Fixed in b7cc2048d6aa411a6e0be209a0bc2dfb1911edb5.
midgard commented 2020-01-26 23:27:44 +00:00 (Migrated from git.zeus.gent)

closed

closed
Sign in to join this conversation.
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Haldis/haldis#16
No description provided.