#73: The macroprocessor fails when the file ends with @#endif or @#endfor
without a new line at the EOF
--------------------------+-------------------------------------------------
Reporter: sebastien | Owner: sebastien
Type: bug | Status: new
Priority: minor | Milestone:
Component: Preprocessor | Version: 4.1.0
Keywords: |
--------------------------+-------------------------------------------------
--
Ticket URL: <https://www.dynare.org/trac/ticket/73>
Dynare <http://www.dynare.org>
The Dynare project
#99: too many graphs crash Matlab
--------------------------+-------------------------------------------------
Reporter: michel | Owner: michel
Type: bug | Status: new
Priority: major | Milestone: 4.2
Component: Core M-files | Version:
Keywords: |
--------------------------+-------------------------------------------------
A large number of busy graphs (34 in my example) crash Matlab r2010a under
Linux 64-bit
I still need to upload the example to test it in different versions of
Matlab
--
Ticket URL: <https://www.dynare.org/trac/ticket/99>
Dynare <http://www.dynare.org>
The Dynare project
#40: Test M_.params at the top of the main functions.
--------------------------+-------------------------------------------------
Reporter: stepan | Owner:
Type: enhancement | Status: new
Priority: major | Milestone: 4.1
Component: Core M-files | Version:
Keywords: |
--------------------------+-------------------------------------------------
simul, stoch_simul, steady, ... should display a warning when some of the
parameters are not initialized (that is when some of the elements of
M_.params are NaN).
--
Ticket URL: <https://www.dynare.org/trac/ticket/40>
Dynare <http://www.dynare.org>
The Dynare project
#93: Replace functions deprecated in MATLAB 7.10 (R2010a)
--------------------------+-------------------------------------------------
Reporter: sebastien | Owner:
Type: bug | Status: new
Priority: major | Milestone: 4.2
Component: Core M-files | Version:
Keywords: |
--------------------------+-------------------------------------------------
Among others, the following functions are deprecated in MATLAB 7.10
(R2010a), but still work:
{{{isstr, setstr, str2mat, strread, strvcat, textread}}}
Every occurrence of these functions should be replaced in the M-files and
in the preprocessor, for compatibility with future versions of MATLAB.
See
http://www.mathworks.com/access/helpdesk/help/techdoc/rn/br_bpq8-1.html#bsd…
for their replacements.
--
Ticket URL: <https://www.dynare.org/trac/ticket/93>
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