[TYPO3-core] [Broken] alexanderschnitzler/TYPO3-Sandbox#60 (bugfix/54243 - 69471a6)
Travis CI
notifications at travis-ci.org
Mon Jan 13 17:41:30 CET 2014
Build Update for alexanderschnitzler/TYPO3-Sandbox
-------------------------------------
Build: #60
Status: Broken
Duration: 20 minutes and 51 seconds
Commit: 69471a6 (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/455e50712162...69471a625470
View the full build log and details: https://travis-ci.org/alexanderschnitzler/TYPO3-Sandbox/builds/16875809
--
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/11e188dd/attachment-0001.htm>
More information about the TYPO3-team-core
mailing list