Skip to content

UALMs don't play nicely with maketp #29

@unreal

Description

@unreal

fexcel's handling of UALMs isn't very good.

With a spreadsheet like this:

UALM Comment
1 Test
2 TestTwo

fexcel processes:

: UALM{Test} ;
: UALM{TestTwo} ;`

into

: UALM[1:Test] ;
: UALM[2:TestTwo] ;

maketp doesn't like seeing the comments and fails to translate.

For now it's probably better to not use the --ualms flag in favor of --constants e.g. UALM_XXX holds the id e.g. UALM[${UALM_XXX}] => UALM[1]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions