Project

General

Profile

Actions

Backport #4286

closed

Two REXML warnings from doctype.rb

Added by djberg96 (Daniel Berger) about 13 years ago. Updated almost 13 years ago.

Status:
Rejected
Assignee:
-
[ruby-core:34545]

Description

=begin
Hi,

ruby 1.9.2p136 (2010-12-25 revision 30365) [i386-darwin8.11.1]

I noticed these two warnings:

/opt/lib/ruby/1.9.1/rexml/doctype.rb:255: warning: `+' after local variable is interpreted as binary operator
/opt/lib/ruby/1.9.1/rexml/doctype.rb:255: warning: even though it seems like unary operator

On a side note, why is my lib directory "1.9.1" even though I'm using 1.9.2?

Regards,

Dan
=end

Actions #1

Updated by luislavena (Luis Lavena) about 13 years ago

=begin
Daniel,

This 1.9.1 in your Ruby 1.9.2 is getting old, see Ruby 1.9.2 NEWS and release notes.

=end

Actions #2

Updated by naruse (Yui NARUSE) about 13 years ago

  • Status changed from Open to Rejected

=begin
Thank you for your report,

r30113 cleans the warnings, but cleaning warnings are not backported in current policy.

On a side note, why is my lib directory "1.9.1" even though I'm using 1.9.2?

The name of lib directory reflects its library version.
Ruby 1.9.2's library version is "1.9.1", and it means 1.9.2's library is compatible with 1.9.1's one,
=end

Actions

Also available in: Atom PDF

Like0
Like0Like0