#296: add preprocessor check to report an error if the same parameter appears
twice in estimated_parameters block
--------------------------+-----------------------
Reporter: michel | Owner: sebastien
Type: enhancement | Status: new
Priority: minor | Milestone: 5.0
Component: Preprocessor | Version:
Keywords: |
--------------------------+-----------------------
--
Ticket URL: <https://www.dynare.org/trac/ticket/296>
Dynare <http://www.dynare.org>
The Dynare project
#295: add a preprocessor option to suppress preprocessor messages
--------------------------+-----------------------
Reporter: michel | Owner: sebastien
Type: enhancement | Status: new
Priority: minor | Milestone: 5.0
Component: Preprocessor | Version:
Keywords: |
--------------------------+-----------------------
Some users who run Dynare in a loop would like to suppress preprocessor
messages.
I suggest the line option name "silent"
--
Ticket URL: <https://www.dynare.org/trac/ticket/295>
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-kqwenidH1x.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-NHDtuEEIMt.log'.
#209: check use of set_default_option()
--------------------------+-------------------------------------------------
Reporter: michel | Owner:
Type: bug | Status: new
Priority: major | Milestone: 4.3
Component: Core M-files | Version:
Keywords: |
--------------------------+-------------------------------------------------
set_default_option takes an action only if the field name doesn't exist in
options_. But, now, most options have a default value set in
global_initialization.m, so most of the calls to set_default_option are
useless and may, sometimes, not produce the desired results.
--
Ticket URL: <https://www.dynare.org/trac/ticket/209>
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-qmHNQYAIVF.log'.
#291: bugs related to auxiliary variables for lagged exogenous variables
--------------------------+-----------------------
Reporter: michel | Owner: sebastien
Type: bug | Status: new
Priority: major | Milestone: 5.0
Component: Preprocessor | Version: 4.3.1
Keywords: |
--------------------------+-----------------------
In ./tests/auxiliary_variables/test2.mod, the preprocessor fails to create
auxiliary variable for lagged exogenous one.
When that is fixed, it will be necessary to check that the derivatives of
the definition of the auxiliary variable is correctly added to
test2_static.m
When test2.mod runs correctly, please add it to ./tests/Makefile.am
--
Ticket URL: <https://www.dynare.org/trac/ticket/291>
Dynare <http://www.dynare.org>
The Dynare project