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.
* Perfect foresight simulations with `bytecode` option and `stack_solve_algo=1` will crash if there are blocks of type “Solve forward/backward complete” (fixed in cdb4f872b24dd811c6053026695d342e05d2b1f9) * Perfect foresight simulations with block decomposition (and without `bytecode` option) will crash or give incorrect results if there are blocks of type “Solve forward/backward complete” (fixed in fa7b331cf4143816a6565e3b5075cc3b10ba879d)
* Perfect foresight simulations with block decomposition (and without bytecode) will give incorrect results if a block of type “Solve backward simple” or “Solve backward complete” is in the model (purely forward equations that cannot be simply evaluated) (fixed in bb793d87cc7dc35fe4fd4767322c2f7b57788eb9) * Steady state computation with `bytecode` and `block` options and `solve_algo=6` will crash or give incorrect results if there are blocks of type “Solve forward/backward complete” (fixed in 188df7711d4f4a704d7768a61ce70d492cfec9a3)
* Perfect foresight simulations with `bytecode` and `block` options and `stack_solve_algo={0,1,4}` will crash or give incorrect results if there are blocks of type “Solve forward/backward complete” (fixed in cdb4f872b24dd811c6053026695d342e05d2b1f9 and 188df7711d4f4a704d7768a61ce70d492cfec9a3)
* Perfect foresight simulations with block decomposition (and without `bytecode` option) will give incorrect results if a block of type “Solve backward simple” or “Solve backward complete” is in the model (purely forward equations that cannot be simply evaluated) (fixed in bb793d87cc7dc35fe4fd4767322c2f7b57788eb9)
* The `check` command will crash or give incorrect results when using block decomposition and a block of type “Solve backward complete” is in the model (several interrelated purely forward equations) (fixed in dd34554c4e23a12159388d54fe304698c4d64ca5) * The `check` command will crash or give incorrect results when using block decomposition and a block of type “Solve backward complete” is in the model (several interrelated purely forward equations) (fixed in dd34554c4e23a12159388d54fe304698c4d64ca5)
* The options `static` and `incidence` of the `model_info` command do not work as advertised in the reference manual (fixed in 685598c6e2690cfbc4e677cd2148387716ef8243 and preprocessor@7df67819821ac5946e1b4ace3e974752ce533827) * The options `static` and `incidence` of the `model_info` command do not work as advertised in the reference manual (fixed in 685598c6e2690cfbc4e677cd2148387716ef8243 and preprocessor@7df67819821ac5946e1b4ace3e974752ce533827)
* Method of moments will crash if no `matched_moments`-block is present (bug fixed, see !1997) * Method of moments will crash if no `matched_moments`-block is present (bug fixed, see !1997)
... ...
......