Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UALMs don't play nicely with maketp #29

Open
unreal opened this issue Jul 10, 2024 · 0 comments
Open

UALMs don't play nicely with maketp #29

unreal opened this issue Jul 10, 2024 · 0 comments

Comments

@unreal
Copy link
Member

unreal commented Jul 10, 2024

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]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant