Problems with double post-generation
- Dominant language
- C++
- Stars
- 21
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
Description
Hello,
We have defined two post-generation files to be able to apply the 'l apostrophe in Asturian. We have defined two post-generators with a rule for that particular case in the second post-generator. In version 3.7 of the engine it works correctly. But applying the same solution in version 3.8.3 does not give the same results. In the first post-generator it removes the tags that are incorporated for the call to the second post-generator.
In version 3.7.2 + ltoolbox 3.5.4
Calling the first post-generator
`echo "~Ye ~~el ~momentu~. ~~En ~~esta ~casa~." | lt-proc -c -p spa-ast.autopgen.bin output is ~Ye el ~momentu. `
Calling the second post-generator
`echo "~Ye el ~momentu." | lt-proc -c -p spa-ast.autopgen2.bin, output is Ye'l momentu.`
In version 3.8.3 + ltoolbox 3.7.1
Calling the first post-generator
`echo "~Ye ~~el ~momentu~." | lt-proc -c -p spa-ast.autopgen.bin output is Ye el momentu.`
It does nothing in the second post-generator because it loses the marks .
Could it be a bug?
Thank's
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.