Menu

#296 Implement new data types in table parser

Unassigned
ready-for-int
None
PFM
Improvement
7
2020-09-13
2018-11-15
Genreless
No

Autonumbers appear in several ways: strings, ints (old method), and long ints (new method). We currently can't parse long ints. When long ints are implemented it may also be worth implementing an auto-number type that would disallow identical entries in the column.

Warhammer 2 has also been observed to contain optional ints. These should be implemented at the same time. Their format is a boolean followed by an integer. They have currently only been observed with true values for the boolean.

Discussion

  • Genreless

    Genreless - 2019-03-17
    • summary: Implement quad-word integers in table parser --> Implement new data types in table parser
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1 +1,3 @@
     Autonumbers appear in several ways: strings, ints (old method), and long ints (new method).  We currently can't parse long ints.  When long ints are implemented it may also be worth implementing an auto-number type that would disallow identical entries in the column.
    +
    +Warhammer 2 has also been observed to contain optional ints.  These should be implemented at the same time.  Their format is a boolean followed by an integer.  They have currently only been observed with true values for the boolean.
    
    • Milestone: 5.1 --> Unassigned
     
  • daniu

    daniu - 2019-03-19

    Note that this might also affect EditSF, ie the new type might need to be added there as well.

     
  • Genreless

    Genreless - 2020-09-13
    • status: open --> ready-for-int
    • assigned_to: Genreless
     
  • Genreless

    Genreless - 2020-09-13

    These data types are now implemented in a branch as of [r1217].

     

    Related

    Commit: [r1217]


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.