Opened 14 years ago

Closed 11 years ago

#379 closed defect (fixed)

Ruby SWIG interface not compatible with Ruby 1.9

Reported by: mieko Owned by: csavage
Priority: minor Milestone: 3.4.0
Component: SWIG Ruby Version: main
Severity: Annoyance Keywords: ruby swig rarray
Cc:

Description

source:trunk/swig/ruby/ruby.i defines compatibility macros for Ruby 1.8 and Ruby 1.9, but misses a use of RARRAY(...)->len, so it fails to compile against Ruby 1.9.

Attached patch fixes this.

Attachments (1)

geos-ruby.diff (446 bytes ) - added by mieko 14 years ago.

Download all attachments as: .zip

Change History (3)

by mieko, 14 years ago

Attachment: geos-ruby.diff added

comment:1 by strk, 13 years ago

Milestone: 3.4.0

Charlie, are you planning to deal with this for 3.3.1 as well ?

comment:2 by strk, 11 years ago

Resolution: fixed
Status: newclosed

Should be fixed with r3772

Note: See TracTickets for help on using tickets.