Changes between Initial Version and Version 1 of Ticket #6137, comment 5
- Timestamp:
- 2020-09-29T21:57:01Z (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6137, comment 5
initial v1 2 2 > I'm working on it. I'll try to change it so the compiler option activates whatever is there in the Frontend. 3 3 4 Hmmm, I would find it weird that a {{{-preOptModules}}} flag influences the backend. But it's ok if you add a warning (not a notification) and some text like "this module is no longer available and its use is deprecated. XXX was used instead".4 Hmmm, I would find it weird that a {{{-preOptModules}}} flag influences the frontend. But it's ok if you add a warning (not a notification) and some text like "this module is no longer available and its use is deprecated. XXX was used instead". 5 5 6 6 > Should I also give a Notification that this option is deprecated? Is there already some standard way to handle dead compiler options?