You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 12, 2019. It is now read-only.
Currently, we put FM and xdaq into the same FM parameter: MASKED_RESOURCES, but it is not easy to distinguish FM/xdaq after being mixed up in the parameter afterwards. e.g. Masked FMs should not enter StripExecXml().
It's better to separate the them into different FM parameters.
The text was updated successfully, but these errors were encountered:
One might consider as an alternative making the MASKED_RESOURCES into a more complicated structure, e.g. a MapT<VectorT<StringT>> where we fill the different types of masked resources into a structure like
Also, as it is, the MASK_SUMMARY is basically a list of masked FMs.
I would also note that this is a complicated optimization to do since it requires careful checks of the logic on both the server and GUI sides, and it buys us very little.
Currently, we put FM and xdaq into the same FM parameter:
MASKED_RESOURCES
, but it is not easy to distinguish FM/xdaq after being mixed up in the parameter afterwards. e.g. Masked FMs should not enterStripExecXml()
.It's better to separate the them into different FM parameters.
The text was updated successfully, but these errors were encountered: