Update Known bugs present in the current stable version authored by Sébastien Villemot's avatar Sébastien Villemot
This page documents known bugs in Dynare stable. This page documents known bugs in Dynare stable.
* Equations marked with `static`-tags are not detrended when a `deflator` is specified (bug not yet fixed, see https://git.dynare.org/Dynare/dynare/-/issues/1827#note_15569) * Equations marked with `static`-tags are not detrended when a `deflator` is specified (bug fixed, see #1827)
* The preprocessor will incorrectly simplify forward-looking constant equations of the form `x(+1)=0` to imply `x=0` (bug fixed in Dynare/preprocessor@1cc51296) * The preprocessor will incorrectly simplify forward-looking constant equations of the form `x(+1)=0` to imply `x=0` (bug fixed in Dynare/preprocessor@1cc51296)
* Under some circumstances, the use of the `model_local_variable` statement would lead to a crash of the preprocessor (bug fixed; see #1782) * Under some circumstances, the use of the `model_local_variable` statement would lead to a crash of the preprocessor (bug fixed; see #1782)
* When using the `block`-option without `bytecode` the residuals of the static model were incorrectly displayed (bug fixed in 4b76d761) * When using the `block`-option without `bytecode` the residuals of the static model were incorrectly displayed (bug fixed in 4b76d761)
... ...
......