YottaDB / YDB

Mirrored from https://gitlab.com/YottaDB/DB/YDB
Other
76 stars 37 forks source link

Disallow numeric routine names #105

Open estess opened 6 years ago

estess commented 6 years ago

Final Release Note

Description

According to the Programmer's Guide and the 1995 M standard, while M labels can be all numeric, M routine names cannot. But we currently allow routine names comprised of only numeric digits. This needs to be disallowed to conform to the M standard.

Draft Release Note

Routine names comprised of only numeric digits cause an error. Previously numeric routine names were erroneously accepted.

nars1 commented 6 years ago

The fix as such is straightforward but this issue is now tagged as "wontfix" because of backward compatibility concerns (in the rare case that some customer is relying on this non-standard behavior).