Project

General

Profile

Actions

Bug #11908

closed

Tk still relies on safe level 3 and 4

Added by matsuda (Akira Matsuda) over 8 years ago. Updated over 7 years ago.

Status:
Rejected
Target version:
-
ruby -v:
ruby 2.4.0dev (2015-12-27 trunk 53328) [x86_64-darwin14]
[ruby-core:72556]

Description

Tk uses safe level 3 and 4, which causes ArgumentError, because $SAFE >= 2 are no more supported in ruby >= 2.3.

To be honest, I'm not totally sure if it's "safe" enough to make this change, but at least it doesn't raise ArgumentError after this change.


Files

bug_11908.patch (3.98 KB) bug_11908.patch matsuda (Akira Matsuda), 12/28/2015 03:31 PM

Updated by hsbt (Hiroshi SHIBATA) over 7 years ago

  • Status changed from Open to Rejected

tk was extracted to https://github.com/ruby/tk/pulls . Please submit your patch as pull request.

Actions

Also available in: Atom PDF

Like0
Like0