DraqueT / PolyGlot

PolyGlot is a conlang construction toolkit.
MIT License
389 stars 44 forks source link

Conjugation Dimension Bug #1151

Closed cade86love closed 2 years ago

cade86love commented 2 years ago

When I try to add a conjugation, it works fine. When I go to the auto-setup, both conjugations are on the same line. For example, I have a conjugation called "Adverb" and one called "Opposite", but in the auto-setup, it shows "Adverb Opposite"

TrapinchO commented 2 years ago

do you mean two conjugations of the same type (e.g. two tenses) or different types (e.g. tense and person)?

cade86love commented 2 years ago

different types

On Thu, Feb 24, 2022 at 10:43 AM TrapinchO @.***> wrote:

do you mean two conjugations of the same type (e.g. two tenses) or different types (e.g. tense and person)?

— Reply to this email directly, view it on GitHub https://github.com/DraqueT/PolyGlot/issues/1151#issuecomment-1050047580, or unsubscribe https://github.com/notifications/unsubscribe-auth/AWSV4WMZ6NMOOOWSKOXBHHDU4ZN2ZANCNFSM5PFZSVBA . You are receiving this because you authored the thread.Message ID: @.***>

TrapinchO commented 2 years ago

Are you sure this is not a standard feature of the program? If not, could you please write down the exact steps to reproduce the bug?

http://draquet.github.io/PolyGlot/readme.html#-_Autogeneration_of

DraqueT commented 2 years ago

Thanks for fielding this one, @TrapinchO !

I think that is correct. What you're describing is the dimensional feature of PolyGlot. If those two conjugations are mutually exclusive, you might want to either define them as dimensions of a single conjugation form or make them each a non dimensional conjugation.

DraqueT commented 2 years ago

Closing this one now, please reply to reopen if you still need additional help here, @cade86love