Ticket #313 (closed defect: fixed)
readonly isnames property not listed as a keyword
Reported by: | hopscc | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | |
Component: | Cobra Compiler | Version: | 0.8.0 |
Keywords: | readonly | Cc: |
Description
'readonly' is listed in validIsNames list in CobraParser:830 but is not also listed in rawSpecs list in KeywordSpecs.cobra unlike all the other isNames values.
Presumably this is just an omission from the late addition support for 'readonly'.
No additional failures in test run if make it such a keyword.
trivial patch appended.
Longer term, valid isNames should be pulled from rawSpecs list rather than internally recorded and used from a different and separate list.
Found by didrik
Official Cobra Grammar
Attachments
Change History
Note: See
TracTickets for help on using
tickets.