cms-sw / cmssw

CMS Offline Software
http://cms-sw.github.io/
Apache License 2.0
1.07k stars 4.29k forks source link

Old style configuration support needs to be removed #15278

Open wddgit opened 8 years ago

wddgit commented 8 years ago

The python code in FWCore/ParameterSet still contains code to support the old style configuration language (the configuration language CMS used before moving to python almost 10 years ago). We should clean this up and remove all this code.

cmsbuild commented 8 years ago

A new Issue was created by @wddgit W. David Dagenhart.

@davidlange6, @smuzaffar, @davidlt, @Dr15Jones can you please review it and eventually sign/assign? Thanks.

cms-bot commands are listed here

Dr15Jones commented 8 years ago

assign core

cmsbuild commented 8 years ago

New categories assigned: core

@Dr15Jones,@smuzaffar you have been requested to review this Pull request/Issue and eventually sign? Thanks

smuzaffar commented 4 years ago

@Dr15Jones , @makortel , do we still have this code in cmssw to read old configuration?

wddgit commented 4 years ago

A lot of it is gone already and you no longer really read an old style configuration file, but there are bits and pieces of it around that never got removed. Some was useful for the migration that happened long ago... For example:

https://cmssdt.cern.ch/lxr/source/FWCore/ParameterSet/python/Config.py#0759