#101: Preprocessor crashes when some dynamic variables appear only in unused
model local variables
--------------------------+-------------------------------------------------
Reporter: sebastien | Owner: sebastien
Type: bug | Status: new
Priority: minor | Milestone:
Component: Preprocessor | Version: 4.1.1
Keywords: |
--------------------------+-------------------------------------------------
See http://www.dynare.org/phpBB3/viewtopic.php?f=1&t=2592
The fix is probably to add calls to ExprNode::collectVariables() on model
local variables from DynamicModel::computeDerivIDs()
--
Ticket URL: <https://www.dynare.org/trac/ticket/101>
Dynare <http://www.dynare.org>
The Dynare project
#105: Support normcdf(), asinh(), acosh(), atanh() for USE_DLL+MSVC combination
--------------------------+-------------------------------------------------
Reporter: sebastien | Owner: sebastien
Type: feature | Status: new
Priority: minor | Milestone:
Component: Preprocessor | Version:
Keywords: |
--------------------------+-------------------------------------------------
This would be particularly useful for Windows/64 users, since they don't
have the Cygwin option.
--
Ticket URL: <https://www.dynare.org/trac/ticket/105>
Dynare <http://www.dynare.org>
The Dynare project
#118: Build system for SWZ DLL fails under Cygwin
--------------------------------------+-------------------------------------
Reporter: sebastien | Owner: sebastien
Type: bug | Status: new
Priority: major | Milestone: 4.2
Component: Build system / Packaging | Version:
Keywords: |
--------------------------------------+-------------------------------------
The problem comes from the GSL: the package shipped with Cygwin does not
link with MATLAB DLLs, which are compiled with MinGW even under Cygwin.
The solution is probably to use a GSL compiled for MinGW:
http://gnuwin32.sourceforge.net/packages/gsl.htm
--
Ticket URL: <https://www.dynare.org/trac/ticket/118>
Dynare <http://www.dynare.org>
The Dynare project
#96: Problem with struct2local.m
--------------------------+-------------------------------------------------
Reporter: sebastien | Owner:
Type: bug | Status: new
Priority: critical | Milestone:
Component: Core M-files | Version: 4.1.1
Keywords: |
--------------------------+-------------------------------------------------
The function struct2local.m doesn't work as expected when a function
exists in the path with the same name than a variable to be unpacked.
After the call to struct2local, MATLAB gives precedence to the function
over the local variable.
This behavior is apparently in contradiction with the precedence rules
described on:
http://www.mathworks.com/access/helpdesk/help/techdoc/matlab_prog/f10-60956…
However it is present on most versions of MATLAB, and should be taken as a
normal behavior of MATLAB.
A possible fix is to drop the use of struct2local, and to unpack
structures by hand.
--
Ticket URL: <https://www.dynare.org/trac/ticket/96>
Dynare <http://www.dynare.org>
The Dynare project
#124: write additional documentation for 3rd order
---------------------------+------------------------------------------------
Reporter: michel | Owner:
Type: bug | Status: new
Priority: major | Milestone: 4.2
Component: Documentation | Version:
Keywords: |
---------------------------+------------------------------------------------
- mention use_dll in order option of stoch_simul in Reference Manual
- document the output variables of 3rd order (on the Wiki?)
--
Ticket URL: <https://www.dynare.org/trac/ticket/124>
Dynare <http://www.dynare.org>
The Dynare project