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

Fix unexpected termination by clicking run button. #120

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

silkycove
Copy link
Contributor

  1. When TMP (default kidcode path) contains multi-byte character code, KidsRuby (Qt) fails to write kidcode.rb.

  2. In addition, Qt::MessageBox::warning causes 'method_missing'.
    Finally, KidsRuby is unexpectedly terminated by clicking Run button.

  3. is addressed by force_encoding utf-8. 2) is addressed by passing nil instead of self.
    Please review the code.

@hunterboerner
Copy link
Contributor

Just tested it out on Mac. Looks good there. Windows™ and Linux will be tested soon.

@hunterboerner
Copy link
Contributor

@deadprogram, do you think you could test linux?

@deadprogram
Copy link
Member

I've done something to my dependencies, maybe @adzankich can verify this till I get them fixed?

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.

3 participants