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

words.txt doesn't work for alphabet #506

Closed
seekM opened this issue May 13, 2019 · 2 comments
Closed

words.txt doesn't work for alphabet #506

seekM opened this issue May 13, 2019 · 2 comments
Labels
1.0.0 Rewrite Related to the 1.0.0 rewrite. Unable to Replicate Unable to Replicate issue or bug

Comments

@seekM
Copy link
Contributor

seekM commented May 13, 2019

This words.txt

<<<NOT_SPECS>>>
brov -> bat

doesn't have an effect for me.

If I replace this line with the explicit

        Choice("letter", {
            "arch"    : "a",
            "brov"    : "b",
            "char"    : "c",
            "delta"   : "d",
            "echo"    : "e",
            "foxy"    : "f",
            "goof"    : "g",
            "hotel"   : "h",
            "India"   : "i",
            "julia"   : "j",
            "kilo"    : "k",
            "Lima"    : "l",
            "Mike"    : "m",
            "Novakeen": "n",
            "oscar"   : "o",
            "prime"   : "p",
            "Quebec"  : "q",
            "Romeo"   : "r",
            "Sierra"  : "s",
            "tango"   : "t",
            "uniform" : "u",
            "victor"  : "v",
            "whiskey" : "w",
            "x-ray"   : "x",
            "yankee"  : "y",
            "Zulu"    : "z",
        }),

the sample words.txt above has the desired effect.

Can someone confirm?

@kendonB kendonB added the Bug Unexpected behavior from existing features. label May 13, 2019
@seekM
Copy link
Contributor Author

seekM commented May 25, 2019

This was confirmed by another user in the gitter chat.

Does anyone have an idea how this can be fixed? Copying the Choice-alphabet stuff to all places isn't the right solution I guess? I think it's important that people can change the alphabet using words.txt

@LexiconCode
Copy link
Member

LexiconCode commented Jul 17, 2019

This was confirmed by another user in the gitter chat.

Does anyone have an idea how this can be fixed? Copying the Choice-alphabet stuff to all places isn't the right solution I guess? I think it's important that people can change the alphabet using words.txt

I can't reproduce the stated issue using brov -> buck. Can you confirm that this is still an issue for you on the latest master branch @seekM?

@LexiconCode LexiconCode added Investigation Required Issue needs to be investigated. and removed Bug Unexpected behavior from existing features. labels Jul 17, 2019
@LexiconCode LexiconCode added 1.0.0 Rewrite Related to the 1.0.0 rewrite. Unable to Replicate Unable to Replicate issue or bug and removed Investigation Required Issue needs to be investigated. labels Dec 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.0.0 Rewrite Related to the 1.0.0 rewrite. Unable to Replicate Unable to Replicate issue or bug
Projects
None yet
Development

No branches or pull requests

3 participants