-
Notifications
You must be signed in to change notification settings - Fork 194
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use the hx::LessEq functions for cppia comparisons. For HaxeFoundatio…
- Loading branch information
Showing
1 changed file
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
f92059c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apparently this breaks https://github.com/HaxeFoundation/haxe/blob/development/tests/unit/src/unit/issues/Issue2874.hx on haxe CI:
https://travis-ci.org/HaxeFoundation/haxe/jobs/547158477 (before) vs https://travis-ci.org/kLabz/haxe/jobs/547224619 (after, with no other change)
Any idea what's happening?
f92059c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The fix was good (too good!) and showed an issue with Array.map on cppia, which should now be fixed.