- Nov 08, 2024
-
-
Sébastien Villemot authored
The call to model_error() would return and lead to an incorrect dereferencing of the optional<int> rv. The call to model_error() should have been replaced by a call to error() in db1f6c29. Then the move to an optional<int> in 46b2c735 introduced the bug. See https://forum.dynare.org/t/preprocessing-failed-for-specific-mod-file/26705 (cherry picked from commit 96b6dfa8)
-
- Sep 26, 2024
-
-
Sébastien Villemot authored
[skip ci]
-
- Sep 16, 2024
-
-
Sébastien Villemot authored
The driver was calling “clear” before “global”, hence clearing local and not global variables (unless “global” had already been called at scope). Rather use “clearvars -global”. (cherry picked from commit c1381f1d)
-
- Jul 19, 2024
-
-
Sébastien Villemot authored
std::fill takes a range that is open on the right bound (i.e. [first, last) and not [first, last]). (cherry picked from commit 743ccf77)
-
- Jun 05, 2024
-
-
Sébastien Villemot authored
(cherry picked from commit f8a73341)
-
Sébastien Villemot authored
They would be ignored. (cherry picked from commit 531b3332)
-
- Jun 04, 2024
-
-
Sébastien Villemot authored
See: - https://github.com/Homebrew/homebrew-core/issues/165388 - https://trac.macports.org/ticket/69639 (cherry picked from commit 31080eed)
-
Sébastien Villemot authored
(cherry picked from commit 2b4f28c7)
-
Sébastien Villemot authored
By the way, fix the error message if a compiler cannot be found. (cherry picked from commit e351c2d2)
-
Sébastien Villemot authored
(cherry picked from commit 34ec8ece)
-
- May 23, 2024
-
-
Sébastien Villemot authored
(cherry picked from commit 9eb2e73f)
-
Sébastien Villemot authored
…instead of cerr. (cherry picked from commit 0611f949)
-
- May 02, 2024
-
-
Sébastien Villemot authored
[skip ci]
-
- Apr 26, 2024
-
-
Sébastien Villemot authored
Bug introduced in 0eb11d33. (cherry picked from commit 097f706c)
-
- Apr 05, 2024
-
-
Sébastien Villemot authored
(cherry picked from commit 585dc636)
-
- Feb 29, 2024
-
-
Sébastien Villemot authored
Closes: #127 (cherry picked from commit 3a9a7924)
-
- Feb 05, 2024
-
-
Sébastien Villemot authored
[skip ci]
-
- Jan 31, 2024
-
-
Sébastien Villemot authored
(cherry picked from commit db1bad65)
-
- Jan 26, 2024
-
-
Sébastien Villemot authored
By the way, also improve the terminology used in variable and method names: a “constraint” is something like “ZLB” or “INEG”, a regime is a state in which constraints are either binding or relaxed. Really closes: #103 (cherry picked from commit b134dba3)
-
Sébastien Villemot authored
In particular, emit more explicit error messages in the presence of inconsistencies. Closes: #103 (cherry picked from commit 13c29eaa)
-
Sébastien Villemot authored
Ref. dynare#1918 (cherry picked from commit 7dd6b876)
-
- Dec 21, 2023
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
- Dec 19, 2023
-
-
Sébastien Villemot authored
Closes: #124
-
- Dec 18, 2023
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
Remove globals from extended path See merge request Dynare/preprocessor!99
-
Sébastien Villemot authored
Add steady_state_model_present field to modfile.json See merge request Dynare/preprocessor!100
-
-
- Dec 15, 2023
-
-
Johannes Pfeifer authored
-
- Dec 14, 2023
-
-
Johannes Pfeifer authored
-
Sébastien Villemot authored
The old name is still accepted, but will trigger a deprecation warning.
-
Sébastien Villemot authored
Ref. !96
-
Sébastien Villemot authored
Ref. !97
-
Sébastien Villemot authored
Ref. !98
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Johannes Pfeifer authored
-
Johannes Pfeifer authored
dr_block has been removed
-
- Dec 13, 2023
-
-
Johannes Pfeifer authored
-