[ET Trac] [Einstein Toolkit] #241: Thorns should be able to specify implementation versions, and other thorns should be able to depend on those
Einstein Toolkit
trac-noreply at einsteintoolkit.org
Mon Oct 26 13:09:58 CDT 2015
#241: Thorns should be able to specify implementation versions, and other thorns
should be able to depend on those
--------------------------+-------------------------------------------------
Reporter: knarf | Owner:
Type: enhancement | Status: review
Priority: minor | Milestone: ET_2016_05
Component: Cactus | Version:
Resolution: | Keywords:
--------------------------+-------------------------------------------------
Changes (by knarf):
* status: reopened => review
Comment:
I fixed some things, and commented on the rest (also on bitbucket). I also
found and fixed a bug introduced in the rewrite of the parsing loop. In
Perl, assignment binds stronger than 'or', so "a = b or c" doesn't
necessarily do what you want. You have to either write "a = (b or c)", or
"a = b || c".
--
Ticket URL: <https://trac.einsteintoolkit.org/ticket/241#comment:25>
Einstein Toolkit <http://einsteintoolkit.org>
The Einstein Toolkit
More information about the Trac
mailing list