Skip to content
New issue

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

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

Already on GitHub? # to your account

Saying "zero" interferes with the numb command #938

Open
BawdyInkSlinger opened this issue Sep 19, 2023 · 1 comment
Open

Saying "zero" interferes with the numb command #938

BawdyInkSlinger opened this issue Sep 19, 2023 · 1 comment
Assignees
Labels
Bug Unexpected behavior from existing features. Caster Core Spec Issues for Caster Specs that are not part of the application or language specific grammar/ccr

Comments

@BawdyInkSlinger
Copy link

BawdyInkSlinger commented Sep 19, 2023

Describe the bug
The following examples follow this structure:

this is what I spoke

this is what the Caster status window printed
this is what Caster output at my cursor

Examples

numb 0 1 1

Numbers: [<long>] numb <wnKK>, , 0
0

numb 0 90

Numbers: [<long>] numb <wnKK>, , 0
0

numb 1 0 1 1

Numbers: [<long>] numb <wnKK>, , 101
101

numb 1 1 0 1

Numbers: [<long>] numb <wnKK>, , 1101
1101

numb 1 1 0 1 1

Numbers: [<long>] numb <wnKK>, , 1101
1101

numb 1 1 1 0 1

Numbers: [<long>] numb <wnKK>, , 1110
1110

To Reproduce

  • See above

Expected behavior
I expect the output to be the full number I spoke.

Screenshots
If applicable, add screenshots to help explain your problem.

System:

  • OS: Win 10
  • Program: Firefox (in this case, but I've tested it on many programs)
  • Version: - Starting Caster v 1.7.0 -
  • Python 2.7.18
  • Running DNS/DPI from Dragonfly CLI with Natlink.

May be related to #857

@BawdyInkSlinger BawdyInkSlinger added the Bug Unexpected behavior from existing features. label Sep 19, 2023
@LexiconCode LexiconCode self-assigned this Sep 20, 2023
@LexiconCode LexiconCode added the Caster Core Spec Issues for Caster Specs that are not part of the application or language specific grammar/ccr label Sep 22, 2023
@LexiconCode
Copy link
Member

LexiconCode commented Sep 23, 2023

This is reproducible with dragonfly's text engine. The issue is either with short integer ref or a ccr bug. Further investigation is needed.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Bug Unexpected behavior from existing features. Caster Core Spec Issues for Caster Specs that are not part of the application or language specific grammar/ccr
Projects
None yet
Development

No branches or pull requests

2 participants