[kepler-dev] [Bug 5179] determine if ptolemy 8.0.0 is the desired version for kepler 2.1.0 release
bugzilla-daemon at ecoinformatics.org
bugzilla-daemon at ecoinformatics.org
Tue Sep 21 08:14:08 PDT 2010
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5179
--- Comment #4 from Christopher Brooks <cxh at eecs.berkeley.edu> 2010-09-21 08:14:08 PDT ---
These changes are present in the 8.0 beta release branch, but
not present in r58234, which is what is in the Kepler ptII8.0.0 module.
2010-05-03 23:49 cxh
* [r57760] /trunk/configure.in, /trunk/ptolemy/matlab/ptmatlab.cc:
Added check for malloc_size() and then use it in ptmatlab.cc. See
http://mercury.nceas.ucsb.edu/kepler/pipermail/kepler-dev/2010-April/018091.html
2010-06-17 00:26 cxh
* [r58234] /branches/rel-8-0-beta-2/ptolemy/actor/lib/IIR.java:
Fixed clone() method, we were getting the value of the numerator
from the newly cloned object instead of from the parent object
and using it to set the private _numerator of the cloned object.
2010-03-24 23:55 cxh
* [r57512] /trunk/ptolemy/moml/filter/RelationWidthChanges.java,
/trunk/ptolemy/moml/filter/test/RelationWidthChanges.tcl: Fix for
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=4804, which
involved copy and paste of a relation. The problem was that the
RelationWidthChanges filter would set the width to 1 instead of
the width remaining Auto (-1). This was because the pasted MoML
had no _createdBy attribute. This change might not be entirely
safe, but it seems safer than the alternative
2010-03-18 01:34 haf
* [r57495]
/trunk/ptolemy/vergil/basic/layout/kieler/KielerLayout.java:
bugfixing alignment of inner ports
2010-04-01 00:36 cxh
* [r57528] /trunk/ptolemy/kernel/util/KernelException.java: Jiangwu
Wang writes: "When implementing remote execution interfaces, such
as java.rmi.Remote, IllegalActionException and KernelException
can not be thrown since the _object1 and _object2 variables in
ptolemy.kernel.util.KernelException may not be realizable" The
fix is to make them transient.
None of these are completely mission critical, but several of the
changes are Kepler specific. If it was me, I'd ship Kepler-2.1
with the updated ptII 8.0 tree
Changes that are not in the 8.0 tree are listed below. I'll discuss these
with Edward today. I strongly prefer to not include new features in the
8.0 branch. These are mostly new features.
actor/IOPort.java
r58066 | cxh | 2010-06-10 15:00:20 -0700 (Thu, 10 Jun 2010) | 1 line
Call createReceivers() inside _getWidth() and getWidthInside()
actor/IOPortEventListener.java
r57912 | crawl | 2010-05-26 10:56:04 -0700 (Wed, 26 May 2010) | 2 lines
portEvent() now throws IllegalActionException.
actor/lib/io/DirectoryListing.java
r58597 | cxh | 2010-07-14 16:32:20 -0700 (Wed, 14 Jul 2010) | 1 line
Jianwu Wang: DirectoryListing now has an allowEmptyDirectory parameter
data/TokenUtilities.java
r57578 | cxh | 2010-04-09 09:00:59 -0700 (Fri, 09 Apr 2010) | 1 line
Added two digits of precision to DoubleToken.toString() so that DoubleTokens
match how Java doubles are printed
2010-04-09 16:00 cxh
* [r57578] /trunk/ptolemy/actor/lib/test/Ramp.tcl,
/trunk/ptolemy/data/TokenUtilities.java,
/trunk/ptolemy/data/expr/test/Functions.tcl,
/trunk/ptolemy/data/expr/test/ParseTreeEvaluator.tcl: Added two
digits of precision to DoubleToken.toString() so that
DoubleTokens match how Java doubles are printed
PubSub changes are not in the 8.0 release branch
FSMDirector transfer outputs changes are not in the 8.0 release branch
Show Actor error dialog changes are not in the 8.0 release branch
Giotto Decorator changes are in the 8.0 release branch but should be
removed.
--
Configure bugmail: http://bugzilla.ecoinformatics.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the Kepler-dev
mailing list