-
- Downloads
Remove the possibility of passing the mod-file as a string in the first shell argument
This feature is ill-designed and no longer needed by the GUI. And is not very useful: it is not possible to interact with the preprocessor without using the filesystem, since the preprocessor creates many files anyways. If we really need to reimplement such a feature, it should rather be redesigned by reading the modfile from standard input (cin). That could be triggered by using "-" as the filename argument (as is already done by several standard Unix utilities).
Showing
- src/DynareMain.cc 25 additions, 40 deletionssrc/DynareMain.cc
- src/DynareMain1.cc 3 additions, 3 deletionssrc/DynareMain1.cc
- src/DynareMain2.cc 2 additions, 2 deletionssrc/DynareMain2.cc
- src/macro/MacroDriver.cc 4 additions, 4 deletionssrc/macro/MacroDriver.cc
- src/macro/MacroDriver.hh 1 addition, 1 deletionsrc/macro/MacroDriver.hh
Loading
Please register or sign in to comment