Menu

#1003 symbol.bi typo in macro

closed
nobody
None
headers
2024-04-07
2024-03-24
Cole Salmi
No

Inside the header "fbc-int/symbol.bi", the macro "isDataClassFloat( sym )" uses "fbc.FB_DATACLASS_FLOAT" when it should be "fbc.FB_DATACLASS_FPOINT"

This is on fbc 1.10 release.

Discussion

  • Jeff Marshall

    Jeff Marshall - 2024-03-30

    Thank you for the report.

    Also FB_DATATYPE_UINT is declared as per fbc source code, but FB_DATATYPE_UINTEGER was used in the convenience macros, so will change to both to FB_DATATYPE_UINTEGER since it better matches names of data types (even though is different from fbc source).

    When adding tests to the test suite also found a bug with lexing __FB_QUERY_SYMBOL__ where it would continue parsing the current file even though the lookup expression was completed.

    Fixes coming soon

     
  • Jeff Marshall

    Jeff Marshall - 2024-04-07
    • status: open --> closed
     

Log in to post a comment.

Monday.com Logo