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.
* An `@#else` clause after an `@#ifndef` is not correctly interpreted (bug fixed, #1747)
* An `@#elseif` clause after an `@#ifdef` or an `@#ifndef` is not correctly interpreted (bug fixed, preprocessor@5d564eed071b009ae382440435ede70be163ca39)
* Perfect foresight simulations of models with a single equation crash when using either the `lmmcp` option or the `linear_approximation` (bug fixed in 87cc51932134aea2be55d7cfff4e39c61267c162) * Perfect foresight simulations of models with a single equation crash when using either the `lmmcp` option or the `linear_approximation` (bug fixed in 87cc51932134aea2be55d7cfff4e39c61267c162)
* Inequality constraints on endogenous variables (when using the `lmmcp` option) are not enforced on purely backward or purely forward models (#1720) * Inequality constraints on endogenous variables (when using the `lmmcp` option) are not enforced on purely backward or purely forward models (#1720)
* Perfect foresight simulations with `bytecode` and `block` options can crash if there is a purely forward variable whose value in all periods can be evaluated backward (typically a process of the form `y=a*y(+1)+e`) (fixed; see #1727) * Perfect foresight simulations with `bytecode` and `block` options can crash if there is a purely forward variable whose value in all periods can be evaluated backward (typically a process of the form `y=a*y(+1)+e`) (fixed; see #1727)
... ...
......