General

Profile

codebykevin (Kevin Walzer)

  • Login: codebykevin
  • Email: kw@codebykevin.com
  • Registered on: 10/09/2014
  • Last sign in: 01/02/2015

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 0 0

Activity

10/09/2014

02:50 PM Ruby Bug #8000: "require 'tk'" segfaults on 64-bit linux with Tk 8.6
To generalize further, is it even necessary to do platform tests? Could the simple change:
+ Tcl_Eval(interp, "rename namespace __orig_namespace_command__");

Tcl_CreateObjCommand(interp, "namespace", ip_rbNamespaceObjCmd,
...
codebykevin (Kevin Walzer)
02:37 PM Ruby Bug #8000: "require 'tk'" segfaults on 64-bit linux with Tk 8.6
If this patch fixes the crash on Ubuntu, can it be generalized to support Ti 8.6 across platforms? Tk 8.5 is going to be EOL'ed at some point soon and it is very important that Ruby work with 8.6. codebykevin (Kevin Walzer)

Also available in: Atom