Changes between Version 68 and Version 69 of Ticket #4138
- Timestamp:
- 2018-03-19T16:46:45Z (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4138 – Description
v68 v69 18 18 Basic redeclare of components and classes, both as modifiers and elements, is implemented. Merging of modifiers, constraining type, etc., needs more work. 19 19 20 Imports (Per, Adrian) 9 0%::20 Imports (Per, Adrian) 95%:: 21 21 Imports are now mostly handled, both for classes and components. More error checking is needed: 22 22 * Enforce that imports use the form [package.]definition. 23 * Handle shadowing correctly.23 * ~~Handle shadowing correctly~~. 24 24 25 25 Conditional Components (Per or Adrian) ::