Implement proper handling for embedding of field "files" #10

Closed
opened 2023-06-28 21:03:45 +02:00 by MarieEckert · 1 comment
MarieEckert commented 2023-06-28 21:03:45 +02:00 (Migrated from github.com)

mb_parse.resolve_fields() needs to implement the proper handling when the field .config/mariebuild/files is embedded:

files
    Required field which holds all source files in a colon-seperated list.
    Wildcarding with * is allowed.

    If embedded into another field with the $() operator, the list is inserted
    with space-seperation. Chars which come immediatly after the embed are
    postfixed to every file.

    Example:
    $(files).o
    = file1.o file2.o file3.o

This is requried for issue #5

`mb_parse.resolve_fields()` needs to implement the proper handling when the field `.config/mariebuild/files` is embedded: ``` files Required field which holds all source files in a colon-seperated list. Wildcarding with * is allowed. If embedded into another field with the $() operator, the list is inserted with space-seperation. Chars which come immediatly after the embed are postfixed to every file. Example: $(files).o = file1.o file2.o file3.o ``` This is requried for issue #5
MarieEckert commented 2023-06-28 22:04:08 +02:00 (Migrated from github.com)

Implemented with commit 379f0cc

Implemented with commit [379f0cc](https://github.com/FelixEcker/mariebuild/commit/379f0cc1c46a9aa15fe17338a264e7685455028e)
Sign in to join this conversation.
No milestone
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
marie/mariebuild#10
No description provided.