Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created May 31, 2017 15:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whateverable/9f9f7d23c28a5855a54c83c2ed67e6a7 to your computer and use it in GitHub Desktop.
Save Whateverable/9f9f7d23c28a5855a54c83c2ed67e6a7 to your computer and use it in GitHub Desktop.
bisectable6
say Set (|) Set;
Bisecting: 2325 revisions left to test after this (roughly 11 steps)
[e28b136954dc576a29984c125493ad8c0ca7d8c3] Use R:I:RotateListToList for 1dimmed shaped arrays
»»»»» Testing e28b136954dc576a29984c125493ad8c0ca7d8c3
»»»»» Script output:
set()
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
set()
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 556db9d7bcbf346f02924a4a6551e2441894ad84
»»»»» Script output:
set()
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
set()
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing d0cd137294bd08bf1af46da1f8d4df5cf2c13d0e
»»»»» Script output:
set()
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
set()
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 0646d3fa46d47402fa2305cb8cf25d489eac59e5
»»»»» Script output:
set((Set))
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
set()
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 037070d8b5b89fb21ff21f7d91610fdeabd8e59c
»»»»» Script output:
set()
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
set()
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 700388557558a9e614bab937da29df9de7a700da
»»»»» Script output:
set((Set))
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
set()
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 67ab60dcb87c201c4e6aa7c07bd2b53f9266da64
»»»»» Script output:
set()
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
set()
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 85230d0603812eef0b8b4a269d9c25f926054c56
»»»»» Script output:
set((Set))
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
set()
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 651f4b06adcb83c25cc81240441e14f5b6661c19
»»»»» Script output:
set()
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
set()
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 50d5ac32765fd1b685d49e85f690ed533f04a8fe
»»»»» Script output:
set((Set))
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
set()
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
»»»»» Testing ba0581d75bdd560ec81c0528f22e574107f05420
»»»»» Script output:
set()
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
set()
»»»»» The output is identical
»»»»» Therefore, marking this revision as “old”
»»»»» -------------------------------------------------------------------------
»»»»» Testing 407bce1dc26010769640ec8f616ed5a06860bda1
»»»»» Script output:
set((Set))
»»»»» Script exit code: 0
»»»»» Bisecting by output
»»»»» Output on “old” revision is:
set()
»»»»» The output is different
»»»»» Therefore, marking this revision as “new”
»»»»» -------------------------------------------------------------------------
407bce1dc26010769640ec8f616ed5a06860bda1 is the first new commit
commit 407bce1dc26010769640ec8f616ed5a06860bda1
Author: Elizabeth Mattijsen <liz@dijkmat.nl>
Date: Sat May 13 10:13:29 2017 +0200
Handle QuantHash:U coercion differently
This should fix some issues with set operators (RT ##131300).
Before this, Set.Set would return Set. Now it returns set(Set). So
instead of not coercing a QuantHash type object, we now coerce it into
a defined QuantHash object with the type object as its member.
This is consistent with e.g. Int.Set, which already coerced to set(Int).
:040000 040000 c05f50b311b2f8532dcf751e5a62100e20604b85 37c85af49f047de509a32b371f0e6bbea04c5b7e M src
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment