[#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:46279] [ruby-trunk - Feature #4299] no warning: found = in conditional, should be ==

From: "ko1 (Koichi Sasada)" <redmine@...>
Date: 2012-10-26 20:56:19 UTC
List: ruby-dev #46279
Issue #4299 has been updated by ko1 (Koichi Sasada).

Target version changed from 2.0.0 to next minor

放置されているようなので next minor に送っておきます.
----------------------------------------
Feature #4299: no warning: found = in conditional, should be ==
https://bugs.ruby-lang.org/issues/4299#change-31656

Author: znz (Kazuhiro NISHIYAMA)
Status: Feedback
Priority: Normal
Assignee: nobu (Nobuyoshi Nakada)
Category: core
Target version: next minor


=begin
 http://d.hatena.ne.jp/nagachika/20110119/ruby_trunk_changes_30595_30603
 で知ったのですが、右辺の種類によっては「warning: found = in conditional, should be ==」が出ないことがあるようです。
 
 % ruby-trunk -ve '!_=""'
 ruby 1.9.3dev (2011-01-20 trunk 30614) [i686-linux]
 -e:1: warning: found = in conditional, should be ==
 % ruby-trunk -ve '!_=1' 
 ruby 1.9.3dev (2011-01-20 trunk 30614) [i686-linux]
 -e:1: warning: found = in conditional, should be ==
 % ruby-trunk -ve '!_={}'    
 ruby 1.9.3dev (2011-01-20 trunk 30614) [i686-linux]
 % ruby-trunk -ve '!_=[]'
 ruby 1.9.3dev (2011-01-20 trunk 30614) [i686-linux]
 %
=end



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

In This Thread

Prev Next