View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000074 | Ecere SDK | compiler | public | 2008-05-12 17:26 | 2012-03-29 07:50 |
| Reporter | jerome | Assigned To | jerome | ||
| Priority | high | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| Summary | 0000074: Fix grammar for templating / inheriting off a templated class and specifying template parameters by name | ||||
| Description | Fix grammar for templating / inheriting off a templated class and specifying template parameters by name | ||||
| Tags | No tags attached. | ||||
| child of | 0000433 | closed | previously resolved issues (draft 1 of 0.44 and earlier) |
|
|
- All template types were being declared in the global context. A context was added in the Symbol object to each class. - Grammar was modified to accommodate declaring the template types from a base class into the context of the class being defined - Improvements remain to be done to support declaring template types for base classes inside a registered class - Method data types cast for virtual methods were using SpecDeclFromString which needs the context of the class for which the method is declared: improvements for registered class are needed, might be needed elsewhere. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2008-05-12 17:26 | jerome | New Issue | |
| 2008-05-12 17:26 | jerome | Status | new => assigned |
| 2008-05-12 17:26 | jerome | Assigned To | => jerome |
| 2008-05-13 02:14 | jerome | Summary | Fix grammar for inheriting off a templated class => Fix grammar for templating / inheriting off a templated class and specifying template parameters by name |
| 2008-05-13 02:14 | jerome | Description Updated | |
| 2008-05-13 05:41 | jerome | Status | assigned => resolved |
| 2008-05-13 05:41 | jerome | Resolution | open => fixed |
| 2008-05-13 05:41 | jerome | Note Added: 0000042 | |
| 2009-05-03 03:43 | jerome | Status | resolved => closed |
| 2010-07-25 21:53 | redj | Relationship added | child of 0000433 |
| 2012-03-29 07:50 | redj | Category | => eC Compiling Tools |
| 2012-03-29 07:50 | redj | Project | @2@ => Ecere SDK |