[1.1.x] all() should respect Python's builtin function --- fixed in 1.1.1 final

Bug #1630467 reported by RaiMan
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
SikuliX
Fix Committed
Critical
RaiMan

Bug Description

I have just tryed to run this:

print all()

and got the line "S(-1)[0,0 1920x1080] E:Y, T:3,0".

What does it mean? I have not found the documentation. Will it be bad for Sikuli working if I delete this function so that I was able to use standard Python function all()?

RaiMan (raimund-hocke)
Changed in sikuli:
status: New → Fix Committed
importance: Undecided → High
assignee: nobody → RaiMan (raimund-hocke)
milestone: none → 1.1.1
RaiMan (raimund-hocke)
Changed in sikuli:
milestone: 1.1.1 → 1.1.2
Revision history for this message
RaiMan (raimund-hocke) wrote :

*** this is the fix

at Python level:
the constant ALL (like SCREEN for the primary screen) represents a region as a union of all screen regions

at Java level:
use
Region all = Screen.all().getRegion()

Changed in sikuli:
importance: High → Critical
milestone: 1.1.2 → none
milestone: none → 1.1.2
summary: - [1.1.x] all() should respect Python's builtin function
+ [1.1.x] all() should respect Python's builtin function --- fixed in
+ 1.1.1 final
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related questions

Remote bug watches

Bug watches keep track of this bug in other bug trackers.