In PR #442 , the FORM team decided that FORM must be able to find data products without per-data-product configuration when reading. We don't want to have to write a FORM configuration for each data product that will be read. FORM will probably read an initial input file that records Tokens with file, technology, and other location information. FORM may then open additional files to access the data products requested.
To achieve this, we need to remove the configuration dependence in PersistenceReader::getToken(). We should then be able to remove configuration entirely from PersistenceReader.
This may help resolve #393 too.
In PR #442 , the FORM team decided that FORM must be able to find data products without per-data-product configuration when reading. We don't want to have to write a FORM configuration for each data product that will be read. FORM will probably read an initial input file that records
Tokens with file, technology, and other location information. FORM may then open additional files to access the data products requested.To achieve this, we need to remove the configuration dependence in
PersistenceReader::getToken(). We should then be able to remove configuration entirely fromPersistenceReader.This may help resolve #393 too.