Changes between Version 68 and Version 69 of Ticket #4138


Ignore:
Timestamp:
2018-03-19T16:46:45Z (7 years ago)
Author:
Per Östlund
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4138 – Description

    v68 v69  
    1818   Basic redeclare of components and classes, both as modifiers and elements, is implemented. Merging of modifiers, constraining type, etc., needs more work.
    1919
    20  Imports (Per, Adrian) 90%::
     20 Imports (Per, Adrian) 95%::
    2121   Imports are now mostly handled, both for classes and components. More error checking is needed:
    2222     * Enforce that imports use the form [package.]definition.
    23      * Handle shadowing correctly.
     23     * ~~Handle shadowing correctly~~.
    2424
    2525 Conditional Components (Per or Adrian) ::