Ticket #6236 (closed: wontfix)
IDF: Removed support for depricated mark-as attribute
Reported by: | Anders Markvardsen | Owned by: | Anders Markvardsen |
---|---|---|---|
Priority: | major | Milestone: | Release 2.4 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Martyn Gigg |
Description
It is now release 2.4.
In release 2.6 remove support for depricated mark-as attribute (by then users had enough time to see depricated warning)
More specifically in InstrumentDefinitionParser.cpp remove lines:
for backwards compatebility look for "mark-as"
if ( pCompElem->hasAttribute("mark-as") pLocElem->hasAttribute("mark-as") ) m_instrument->markAsMonitor(detector);
Change History
comment:1 Changed 8 years ago by Anders Markvardsen
- Status changed from new to verify
- Resolution set to wontfix
comment:2 Changed 8 years ago by Martyn Gigg
- Status changed from verify to verifying
- Tester set to Martyn Gigg
Note: See
TracTickets for help on using
tickets.
Thinking more about it then regret creating this ticket. Having the depricated warning + keep support for old 'mark-as' is OK. It is only a few lines of code