Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v23 #20

Merged
merged 9 commits into from Jun 29, 2020
Merged

Release v23 #20

merged 9 commits into from Jun 29, 2020

Conversation

JuiP
Copy link
Member

@JuiP JuiP commented Jun 19, 2020

  • Fix read_file method for resume from journal

  • Add screenshots of solutions all levels, could be used for adding a help button functionality later.

  • Other changes to release the activity

JuiP added 6 commits June 19, 2020 18:06
- Fix the variable names, consistent with other activities
- Fixed undefined name error for function calls
- Changed if statement comparisions with None
@JuiP JuiP marked this pull request as ready for review June 19, 2020 18:14
@JuiP
Copy link
Member Author

JuiP commented Jun 19, 2020

@srevinsaju @Saumya-Mishra9129 @chimosky @quozl Please test and review changes so I can go ahead with the release :)

Copy link
Member

@srevinsaju srevinsaju left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I found minor changes; Its entirely optional. I will do activity testing tomorrow. Great work!!

IQ.py Outdated Show resolved Hide resolved
IQ.py Outdated Show resolved Hide resolved
IQ.py Outdated Show resolved Hide resolved
IQ.py Outdated Show resolved Hide resolved
- Remove redundant parenthesis
- Fixed line too long
- Update shebang
Copy link
Member

@Saumya-Mishra9129 Saumya-Mishra9129 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed and Tested, works fine. Nice work.

AttributeError : 'IQ' object has no attribute 'SQUARE'
Seen after commit 595df8f

-Reported by Srevin Saju
Copy link
Member

@srevinsaju srevinsaju left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good work; works fine; Actually some regressions which were made during my port which I found now... smh

  • Mouse cursor is not drawn when cursor moved out of the Sugargame canvas
    image

  • Occasional error:

Traceback (most recent call last):
  File "/run/media/srevinsaju/ARCH_DATA/git/iq-activity/IQ.py", line 245, in run
    self.do_key(event.key)
  File "/run/media/srevinsaju/ARCH_DATA/git/iq-activity/IQ.py", line 92, in do_key
    if key in self.SQUARE:
AttributeError: 'IQ' object has no attribute 'SQUARE'

It happens rarely; One way to reproduce might be to wait for sugar desktop to sleep (the screen goes black) and move the mouse to wake it again. the error is possibly to occur. I will update the comment if I find a method to reproduce it.

Copy link
Member

@srevinsaju srevinsaju left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested as of 0b348fa; works perfectly!

@JuiP
Copy link
Member Author

JuiP commented Jun 21, 2020

Thanks a lot for reviewing and testing! @srevinsaju @Saumya-Mishra9129

Done! Ready for release :)
@quozl @chimosky

@quozl
Copy link
Contributor

quozl commented Jun 29, 2020

Thanks. Reviewed. Approved.

@chimosky
Copy link
Member

Tested, thanks.

@chimosky chimosky merged commit 0ee8b7f into sugarlabs:master Jun 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants