Skip to content

Periodic merge with OT

Mauro Dinardo requested to merge (removed):chipPolymorphism into chipContainer

I've implemented two of the items we discussed at Fermilab, namely:

  • remove Data class and re-implement future
  • remove using namespace from header files: I was not able to remove it from ALL the files. I've removed it from the most important ones but BeBoardInterface and BeBoardFWInterface which would require a major intervention to the code to remove using namespace

I would like to perform periodic merges instead of merging when I'm done with all the modifications in order to easily spot problems if I make mistakes

Merge request reports