keyman icon indicating copy to clipboard operation
keyman copied to clipboard

bug(developer): index() works without a comma between parameters in kmcmplib compiler

Open markcsinclair opened this issue 1 year ago • 0 comments

Describe the bug

If the phrase index(b 4) is used (where b is a valid store), the compiler treats it as if a comma was present i.e. index(b,4) rather than raising an error.

Related issues

#11814 also highlights problems with index()

Keyman apps

  • [ ] Keyman for Android
  • [ ] Keyman for iPhone and iPad
  • [ ] Keyman for Linux
  • [ ] Keyman for macOS
  • [ ] Keyman for Windows
  • [X] Keyman Developer
  • [ ] KeymanWeb
  • [ ] Other - give details at bottom of form

markcsinclair avatar Jun 19 '24 13:06 markcsinclair