Project

General

Profile

Actions

Bug #995

closed

CONFIG['topdir'] defined '1.9.1' instead of '1.9'

Added by luislavena (Luis Lavena) over 15 years ago. Updated almost 13 years ago.

Status:
Rejected
Assignee:
-
Target version:
ruby -v:
Backport:
[ruby-core:21236]

Description

=begin
While working on the new One-Click installer, noticed this change the
the folder structure between 1.8 and 1.9.1

On 1.8, RbConfig::CONFIG['topdir'] defines MAYOR dot MINOR as
part of the folder structure for libraries and such
(lib/ruby/1.8/i386-mingw32)

While 1.9.1 set the version and the directory to MAYOR.MINOR and
TEENY, affecting the folder structure where rbconfig is located:
/lib/ruby/1.9.1/i386-mingw32)

This is important for me since I need to strip build path from the
file to allow portability to other computer locations.

I see that future 1.9.2 or 1.9.4 versions will break many setups,
making upgrade from versions a bit complicated.

Is the change intentional?
=end

Actions #1

Updated by yugui (Yuki Sonoda) over 15 years ago

  • Status changed from Open to Rejected

=begin
This is intentional. CONFIG['topdir'] will change when binary compatibility is broken in a future version.
=end

Actions #2

Updated by luislavena (Luis Lavena) over 15 years ago

=begin
Thank you for your reply.

This will require me keep a separate recipe for building 1.9 in a different way than 1.8, due this change of file location.

There is a place in the documentation or previous discussion I can link users to check?
=end

Actions

Also available in: Atom PDF

Like0
Like0Like0