Opened 14 years ago
Closed 10 years ago
#1344 closed task (fixed)
Separate Front-end/Back-end
Reported by: | Adrian Pop | Owned by: | Adrian Pop |
---|---|---|---|
Priority: | low | Milestone: | 1.9.2 |
Component: | Build Environment | Version: | |
Keywords: | Cc: | Adrian Pop, Peter Aronsson, Martin Sjölund |
Description
The steps to separate front-end and back-end:
- separate files into different folders
- duplicate the DAE we have now in the front-end to have it also in the back-end
- if the DAE in the front-end changes translate to the duplicate DAE in the back-end
- investigate which files need to be split so that parts of them end up into either the front-end or the back-end.
Adrian will start by investigating if the RML flag -I works properly.
Change History (3)
comment:1 by , 14 years ago
comment:2 by , 10 years ago
Cc: | adrpo, adrpo, petar, sjoelund.se → adrpo, petar, sjoelund.se |
---|---|
Component: | → Backend |
Milestone: | White December → 1.9.3 |
comment:3 by , 10 years ago
Component: | Backend → Build Environment |
---|---|
Milestone: | 1.9.3 → 1.9.2 |
Resolution: | → fixed |
Status: | new → closed |
This was fixed when we switched to the bootstrapped compiler (each module is marked if it is part of the backend or something else).
Note:
See TracTickets
for help on using tickets.
Split into directories done in revision 7369.