[TYPO3-core] [Errored] alexanderschnitzler/TYPO3-Sandbox#59 (bugfix/54243 - 455e507)

Travis CI notifications at travis-ci.org
Mon Jan 13 17:17:55 CET 2014


Build Update for alexanderschnitzler/TYPO3-Sandbox
-------------------------------------

Build: #59
Status: Errored

Duration: 16 minutes and 22 seconds
Commit: 455e507 (bugfix/54243)
Author: Alexander Schnitzler
Message: [!!!][BUGFIX] Cast negative int to boolean (true) in BooleanNode

Currently Fluid treats negative integers as false which
results in <f:if condition="-9"> rendering else instead
of then.

When casting integers to boolean using php all integers
other than 0 (zero) are casted to true, just 0 results in
false. Therefore, casting of BooleanNode::convertToBoolean
must be adjusted to act like plain php.

This bugfix is a breaking change as people might have
deliberately used the wrong behaviour.

Releases: 6.2
Resolves: #54243
Resolves: #33597
Change-Id: Iebaa578cf071909610ca0e1abfc9bfaad7459231

View the changeset: https://github.com/alexanderschnitzler/TYPO3-Sandbox/compare/891932224db3...455e50712162

View the full build log and details: https://travis-ci.org/alexanderschnitzler/TYPO3-Sandbox/builds/16874776

--

You can configure recipients for build notifications in your .travis.yml file. See http://about.travis-ci.org/docs/user/build-configuration


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20140113/972c225a/attachment.htm>


More information about the TYPO3-team-core mailing list