Skip to content

Problems with double post-generation #183

@acmraimx23

Description

@acmraimx23

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions