2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 <2021> 2022 2023 2024 2025 | Index | 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 <2021> 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: [Merge] ~dirk.zimoch/epics-base:FilterForInfoFields into epics-base:7.0 |
From: | Dirk Zimoch via Core-talk <core-talk at aps.anl.gov> |
To: | mdavidsaver <mdavidsaver at gmail.com> |
Date: | Thu, 11 Mar 2021 08:18:25 -0000 |
> > ... What if two filters with dtors are chained? > > Since the value is being replaced, the original dtor needs to be called. So > the basic process would be something like: > > 1. inspect previous value. eg. copy/convert etc. > 2. dtor previous value > 3. copy in new value/pointer and install new dtor Ok. That is what I'm doing: 1. Ignore the previous value 2. dtor it 3. copy new pointer and install new dtor. That means those two line in question implement item 2 and need to stay. -- https://code.launchpad.net/~dirk.zimoch/epics-base/+git/epics-base/+merge/399414 Your team EPICS Core Developers is requested to review the proposed merge of ~dirk.zimoch/epics-base:FilterForInfoFields into epics-base:7.0.