***************************************
* DYNARE TEST RESULTS *
* for make check-matlab *
***************************************
192 tests PASSED out of 192 tests run
***************************************
***************************************
* DYNARE TEST RESULTS *
* for make check-octave *
***************************************
190 tests PASSED out of 190 tests run
***************************************
A full log can be found on karaba in '/tmp/dynare-4.3-check-nyVyf5UTmF.log'.
***************************************
* DYNARE TEST RESULTS *
* for make check-matlab *
***************************************
192 tests PASSED out of 192 tests run
***************************************
***************************************
* DYNARE TEST RESULTS *
* for make check-octave *
***************************************
190 tests PASSED out of 190 tests run
***************************************
A full log can be found on karaba in '/tmp/dynare-4.3-check-yTMPSGPeGR.log'.
#294: rework option handling
--------------------------+-----------------------
Reporter: houtanb | Owner: sebastien
Type: bug | Status: new
Priority: major | Milestone:
Component: Preprocessor | Version:
Keywords: |
--------------------------+-----------------------
It's desirable at times to know whether or not a user has set an option in
the .mod file.
To do this, we can hack the preprocessor to maintain a separate cellarray,
that it would assign to every time it encounters an option. Something to
the effect of:
{{{
{'option' , assigned , default_val}
{<<string>>, <<0 or 1>>, <<general>>}
}}}
This can be done in the preprocessor without changing the backend matlab
code. It would thereby provide the possibility, when needed, to check
whether or not an option was assigned by the user, allowing us to know
whether or not we can change the value.
In addition to this, we need to think of a better solution than sharing
options across commands. This will probably entail a renaming of options.
--
Ticket URL: <https://www.dynare.org/trac/ticket/294>
Dynare <http://www.dynare.org>
The Dynare project
***************************************
* DYNARE TEST RESULTS *
* for make check-matlab *
***************************************
192 tests PASSED out of 192 tests run
***************************************
***************************************
* DYNARE TEST RESULTS *
* for make check-octave *
***************************************
190 tests PASSED out of 190 tests run
***************************************
A full log can be found on karaba in '/tmp/dynare-4.3-check-srLYT4MU3T.log'.
***************************************
* DYNARE TEST RESULTS *
* for make check-matlab *
***************************************
192 tests PASSED out of 192 tests run
***************************************
***************************************
* DYNARE TEST RESULTS *
* for make check-octave *
***************************************
190 tests PASSED out of 190 tests run
***************************************
A full log can be found on karaba in '/tmp/dynare-4.3-check-dkhK6IgyAr.log'.