Timeline
2014-06-26:
- 19:51 Ticket #1949 (Code Generation - Support partial function evaluation) updated by
-
Status, Owner, Milestone changed
My local changes now handles this, by introducing closures instead of … - 17:01 Ticket #2738 (Frontend - Stack overflow in frontend) updated by
- Fun as usual :)
- 16:54 Ticket #2738 (Frontend - Stack overflow in frontend) updated by
- The issue is that we fully qualify some names by prefixing them with …
- 14:55 Ticket #2738 (Frontend - Stack overflow in frontend) updated by
- Maybe they messed up when including LinearSystems2 into the library. …
- 14:41 Ticket #2738 (Frontend - Stack overflow in frontend) updated by
- The issue has been "fixed" in r21297, which means that it no longer …
- 10:26 Ticket #2738 (Frontend - Stack overflow in frontend) updated by
-
Status changed
Minimal model: […] I thought it would be a redeclare issue as …
2014-06-25:
- 18:02 Ticket #2739 (Frontend - Redeclared functions do not get a new name) updated by
- Note that this is too many arguments for SampleFreePSD0. I was unable …
- 15:04 Ticket #2739 (Frontend - Redeclared functions do not get a new name) created by
- In the attached model, there is a `redeclare function PSD = …
- 14:24 Ticket #2738 (Frontend - Stack overflow in frontend) created by
- The attached model gives a stack overflow when run through omc.
- 12:08 Ticket #2737 (Frontend - Handle inherited replaceable functions called in functions) updated by
-
Cc changed
I changed this toextends Interfaces.RNG;
in the Noise library, … - 11:45 Ticket #2737 (Frontend - Handle inherited replaceable functions called in functions) updated by
-
Status, Owner changed
- 11:45 Ticket #2737 (Frontend - Handle inherited replaceable functions called in functions) created by
- Inherited replaceable functions called in functions are used in the …
- 11:00 Ticket #2731 (Frontend - classDirectory() does not conform to uses in commercial libraries) closed by
- fixed: Fixed in r21273.
- 10:54 Ticket #2731 (Frontend - classDirectory() does not conform to uses in commercial libraries) updated by
- Seams reasonable to me. I suppose you would get odd-looking results …
- 10:39 Ticket #2731 (Frontend - classDirectory() does not conform to uses in commercial libraries) updated by
- So you want it to always use "/" regardless of platform? I can change …
- 09:11 Ticket #2731 (Frontend - classDirectory() does not conform to uses in commercial libraries) updated by
-
Good to have the trailing separator, but doesn't
classDirectory()
…
2014-06-24:
- 11:24 Ticket #2731 (Frontend - classDirectory() does not conform to uses in commercial libraries) updated by
- r21269 appends a "/" or "\" depending on platform, so the given …
- 11:03 Ticket #2731 (Frontend - classDirectory() does not conform to uses in commercial libraries) updated by
- How do you make it not return an absolute path? Parser.mo forces all …
- 09:19 Ticket #2641 (Run-time - OMEdit doesn't plot csv result) closed by
- fixed: Fixed again in r21266.
- 08:09 Ticket #2641 (Run-time - OMEdit doesn't plot csv result) reopened by
- I'm reopening this as I had to revert the fix (it causes the program …
2014-06-23:
- 19:12 Ticket #2736 (Frontend - Final Constraints for Optimization missing) updated by
-
Status, Owner changed
- 17:50 Ticket #2736 (Frontend - Final Constraints for Optimization missing) created by
- Currently it's not possible to formulation final constraints in the …
- 15:55 Ticket #2045 (Run-time - Initialisation of external object fails) updated by
- It exists only on a conditional base and should only be used if "{{{nu …
- 14:27 Ticket #2045 (Run-time - Initialisation of external object fails) updated by
- That error is not related to the code in the library. It is …
- 13:06 Ticket #2734 (Frontend - numeric evaluation of expressions in the symbolic pre-processing) updated by
- It might well be, that we change the order of handling constant …
- 13:05 Ticket #2045 (Run-time - Initialisation of external object fails) updated by
- Hm, strange. Can confirm that. Was working with Dymola using Visual C …
- 13:02 Ticket #2735 (Backend - simulation fails without any error message in OMEdit) created by
- Please, check the following model: […] It fails without any error …
- 12:47 Ticket #2045 (Run-time - Initialisation of external object fails) updated by
- Actually, I get no simulation executable at all. I get the following …
- 12:25 Ticket #2045 (Run-time - Initialisation of external object fails) updated by
- Just wanted to mention that the repo quoted above has moved to …
- 11:23 Ticket #2734 (Frontend - numeric evaluation of expressions in the symbolic pre-processing) updated by
- And the hashing algorithms also don't like this (because they hash …
- 11:17 Ticket #2734 (Frontend - numeric evaluation of expressions in the symbolic pre-processing) updated by
- Yes, for sure. The bad thing with that is, that you need to set more …
- 10:08 Ticket #2734 (Frontend - numeric evaluation of expressions in the symbolic pre-processing) updated by
- You know there is no equality operator for doubles, right? You always …
- 09:59 Ticket #2734 (Frontend - numeric evaluation of expressions in the symbolic pre-processing) updated by
- We do check for redundant equations of over-determined initialization …
- 09:45 Ticket #2734 (Frontend - numeric evaluation of expressions in the symbolic pre-processing) updated by
- Well. According to model balance, all equations are relevant, right? …
- 09:41 Ticket #2734 (Frontend - numeric evaluation of expressions in the symbolic pre-processing) updated by
- That is true. The float point math is a problem for symbolic …
- 09:31 Ticket #2734 (Frontend - numeric evaluation of expressions in the symbolic pre-processing) updated by
-
What would it help to keep
sqrt(2)
for generated code? Also, the … - 09:22 Ticket #2734 (Frontend - numeric evaluation of expressions in the symbolic pre-processing) updated by
-
Cc changed
- 09:18 Ticket #2734 (Frontend - numeric evaluation of expressions in the symbolic pre-processing) updated by
-
Cc changed
- 09:12 Ticket #2734 (Frontend - numeric evaluation of expressions in the symbolic pre-processing) updated by
-
Cc changed
- 09:11 Ticket #2734 (Frontend - numeric evaluation of expressions in the symbolic pre-processing) created by
- There are a lot of simplification rules, e.g. in ExpressionSimplify, …
2014-06-20:
- 07:27 Ticket #2695 (Frontend - can't translate models with interdependence) updated by
-
Cc, Owner, Component changed
I get the following error message (using r21215): […]
2014-06-19:
- 15:41 Ticket #2723 (Frontend - OM accepts invalid code) closed by
- fixed: Fixed in r21204.
- 15:39 Ticket #2708 (Code Generation - wrong generated code for Q-IDENTs) closed by
- fixed: You missed one case in your last commit. Now it seems to work. Fixed …
- 15:03 Ticket #2708 (Code Generation - wrong generated code for Q-IDENTs) updated by
- No, this is still not fixed. The example test2 from above is not …
- 14:42 Ticket #2708 (Code Generation - wrong generated code for Q-IDENTs) updated by
- I think this has been fixed in r21201. All tests in the directory …
- 10:30 Ticket #1824 (Frontend - model not knowing inherited global Variables) closed by
- fixed: This seems to have been fixed some time ago, the model now works correctly.
- 10:27 Ticket #1524 (Code Generation - stringAppend segfaults on non-boxed string in MatchCaseInteractive2) updated by
-
Status, Owner, Version, Component, Milestone changed
- 10:24 Ticket #1237 (Backend - Array equations not handled inside of when equations) closed by
- fixed: Seems to work now.
- 10:19 Ticket #1659 (Instantiation - Redeclare with recursive modifier doesn't work) closed by
- fixed: This seems to be working now.
- 10:16 Ticket #1642 (Backend - Invalid model gives wrong error) closed by
- fixed: Seems to have been fixed sometime ago.
Note:
See TracTimeline
for information about the timeline view.