[#46309] [ruby-trunk - Bug #2154][Assigned] filesystem encoding of UNIX — "usa (Usaku NAKAMURA)" <usa@...>

13 messages 2012/10/29
[#46310] Re: [ruby-trunk - Bug #2154][Assigned] filesystem encoding of UNIX — Tanaka Akira <akr@...> 2012/10/29

2012年10月29日 10:31 usa (Usaku NAKAMURA) <[email protected]>:

[#46366] Re: [ruby-trunk - Bug #2154][Assigned] filesystem encoding of UNIX — "U.Nakamura" <usa@...> 2012/11/02

こんにちは、なかむら(う)です。

[#46375] Re: [ruby-trunk - Bug #2154][Assigned] filesystem encoding of UNIX — KOSAKI Motohiro <kosaki.motohiro@...> 2012/11/02

>> とくに指定しなければ、default external は locale から設定されるので、

[ruby-dev:46324] [ruby-trunk - Feature #6545][Closed] inconvinient require order of DL

From: "tenderlovemaking (Aaron Patterson)" <aaron@...>
Date: 2012-10-30 17:55:11 UTC
List: ruby-dev #46324
Issue #6545 has been updated by tenderlovemaking (Aaron Patterson).

Status changed from Assigned to Closed
% Done changed from 0 to 100

I've fixed this in r37391.  The fix isn't optimal, but it is the smallest patch to fix the bug.
----------------------------------------
Feature #6545: inconvinient require order of DL
https://bugs.ruby-lang.org/issues/6545#change-32038

Author: usa (Usaku NAKAMURA)
Status: Closed
Priority: Normal
Assignee: tenderlovemaking (Aaron Patterson)
Category: ext
Target version: 2.0.0


I found that test/dl/test_c_{struct,union}_entity.rb was broken when running
test-all with -j option.
The problem was wrong require, so I resolved them in r35901.

In the middle of this work, I noticed that dl/struct.rb didn't require
dl/value.rb although depending on it.
Moreover, I also noticed that dl/value.rb and dl/func.rb were depend on
each other and not require other one.

For this reason, to use dl/struct.rb, as r35901 showed, it is necessary
to require files with a puzzled order. 
This is a very foolish demand.
I strongly recommend removing such a puzzle.



-- 
http://bugs.ruby-lang.org/

In This Thread

Prev Next