Changes between Version 59 and Version 60 of Ticket #4138


Ignore:
Timestamp:
2017-11-06T13:52:46Z (7 years ago)
Author:
Adrian Pop
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4138 – Description

    v59 v60  
    5151   Some parts of the type checking module from the "old new frontend" is being used to type check binary expressions at the moment. Everything in NFTypeCheck that's not used is commented out since some of it doesn't compile any more. We need to investigate if more of the old code can be reused, and implement missing/nonreusable parts.
    5252
    53  Flattening (Per) 40%::
    54    Expansion of array bindings is currently broken and need to be fixed. Subscripting needs to be improved, and the module in general needs to be expanded to keep up with the phases before it.
     53 Flattening (Per) 70%::
     54   Expansion of array bindings is currently broken and need to be fixed. Subscripting needs to be improved, and the module in general needs to be expanded to keep up with the phases before it. Some issues with subscripts are left.
    5555
    5656 Connection Handling (Per) 60%::