Project

General

Profile

Actions

Backport #6624

closed

require_relative in 1.8

Added by shevegen (Robert A. Heiler) almost 12 years ago. Updated almost 5 years ago.

Status:
Closed
Assignee:
-
[ruby-core:45765]

Description

Hi!

I know there is little chance that this will be included, as this month is now last
chance for any change in 1.8.x, as 1.8.x is dead, but still I suggest it. :)

Some things like lambda -> operator won't have an alternative for 1.8, so it
is not even possible to make all changes for 1.8.x anyway in backward compatible
way.

But one thing that could perhaps have a 1.8.x version is require_relative, and
it is used a lot in 1.9.x

Folks could i.e. avoid the -> lambda, but still make use of require_relative,
and their gems would work on 1.8.x too.

The absolute filepath could be found out perhaps via

Pathname(FILE).dirname.realpath

Hmm ok I know this has no chance to make it, no problem :)

I am on 1.9.3 finally myself!

Updated by rosenfeld (Rodrigo Rosenfeld Rosas) almost 12 years ago

Porting the new Hash syntax to 1.8 would also be awesome ;)

Updated by shyouhei (Shyouhei Urabe) almost 12 years ago

  • Status changed from Open to Feedback

Yes this is a nice feature to have. But last time I tried to backport it was not that trivial (at least to me).

So I'd like to see someone actually create a patch against the actual 1.8.x sourcecode.

Actions #3

Updated by jeremyevans0 (Jeremy Evans) almost 5 years ago

  • Project changed from Ruby 1.8 to Ruby master
  • Status changed from Feedback to Closed
  • Backport set to 2.5: UNKNOWN, 2.6: UNKNOWN
Actions #4

Updated by jeremyevans0 (Jeremy Evans) almost 5 years ago

  • Tracker changed from Bug to Backport
  • Project changed from Ruby master to Backport187
  • ruby -v deleted (1.8.7 (latest patch))
  • Backport deleted (2.5: UNKNOWN, 2.6: UNKNOWN)
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0