Forum: Ruby-core [ruby-trunk - Bug #7508][Open] Clean up some more calls to rb_intern()

Posted by charliesome (Charlie Somerville) (Guest)
on 2012-12-04 10:55
(Received via mailing list)
Issue #7508 has been reported by charliesome (Charlie Somerville).

----------------------------------------
Bug #7508: Clean up some more calls to rb_intern()
https://bugs.ruby-lang.org/issues/7508

Author: charliesome (Charlie Somerville)
Status: Open
Priority: Normal
Assignee:
Category:
Target version:
ruby -v: ruby 2.0.0dev (2012-12-04 trunk 38177) [x86_64-darwin11.4.0]


Related to #7495, I cleaned up a few more calls to rb_intern, replacing 
some with IDs defined in id.h, and others with IDs interned once on 
initialization and then cached.
Posted by charliesome (Charlie Somerville) (Guest)
on 2013-02-17 06:40
(Received via mailing list)
Issue #7508 has been updated by charliesome (Charlie Somerville).

Target version changed from 2.0.0 to next minor

Whoops I forgot about this ticket.

I'll commit it soon.
----------------------------------------
Feature #7508: Clean up some more calls to rb_intern()
https://bugs.ruby-lang.org/issues/7508#change-36387

Author: charliesome (Charlie Somerville)
Status: Assigned
Priority: Normal
Assignee: charliesome (Charlie Somerville)
Category: core
Target version: next minor


Related to #7495, I cleaned up a few more calls to rb_intern, replacing 
some with IDs defined in id.h, and others with IDs interned once on 
initialization and then cached.
Posted by ko1 (Koichi Sasada) (Guest)
on 2013-02-17 06:50
(Received via mailing list)
Issue #7508 has been updated by ko1 (Koichi Sasada).

Target version changed from next minor to 2.1.0

I have an opinion.

I want to move all static IDs move to defs/id.def.  I have no objection 
with this patch. But all of replace can be replaced after that.

What do you think about?

----------------------------------------
Feature #7508: Clean up some more calls to rb_intern()
https://bugs.ruby-lang.org/issues/7508#change-36392

Author: charliesome (Charlie Somerville)
Status: Assigned
Priority: Normal
Assignee: charliesome (Charlie Somerville)
Category: core
Target version: 2.1.0


Related to #7495, I cleaned up a few more calls to rb_intern, replacing 
some with IDs defined in id.h, and others with IDs interned once on 
initialization and then cached.
Please log in before posting. Registration is free and takes only a minute.
Existing account (Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
No account? Register here.