← Back to issue list

Process grammar and non-grammar dictionary data

View original Github issue

Metadata

Project
craft-application
Number
#331
Type
issue
State
open
Author
mr-cal
Labels
Created
2024-04-30 12:36:55+00:00
Updated
2025-05-23 17:26:55+00:00
Closed

Current evaluation

No evaluation has been recorded for this issue yet.

Issue body

### What needs to get done Craft-application added support for processing grammar in the `organize` keyword but it cannot parse a mix of grammar and non-grammar data: For example, when building for `arm64`, the following yaml: ```yaml organize: - on amd64 to amd64: hello-world.sh: hello-world-amd64.sh - on amd64 to arm64: hello-world.sh: hello-world-arm64.sh - test-file.in: test-file.out ``` should be processed to: ```yaml organize: hello-world.sh: hello-world-arm64.sh test-file.in: test-file.out ``` ### Why it needs to get done To make grammar in the `organize` keyword useable.

Evaluation history

No evaluation history available.