Changes between Initial Version and Version 1 of Ticket #5985


Ignore:
Timestamp:
Mar 17, 2021, 3:44:57 PM (3 years ago)
Author:
Freagarach
Comment:

In 25068:

Clean mirage internals.

Use a map that stores the functions instead of them being part of the Mirage component.
Means that a lot doesn't need to be inited now (refs. #5979).

Ticket: #5985
Differential revision: D3694
Comments by: @wraitii

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5985 – Description

    initial v1  
    99While at it, I suggest more stuff:
    1010- Don't initialise null values (refs #5979).
    11 - Make the components responsible for what needs to be miraged? (Not sure about this one.)
     11- Make the components responsible for what needs to be miraged?