to_sym behaves different than MRI 1.8.6
Reported by Philipp Pirozhkov | August 19th, 2008 @ 02:25 AM | in 1.0 preview
"abc".to_sym # :abc "abc=".to_sym # :abc= in MRI, :'abc=' in rbx "==".to_sym #:== in MRI, :'==' in rbx
these breaks merb's extlib gem code (LazyArray), that has metadata instrumenting
Comments and changes to this ticket
-
-
Federico Builes August 20th, 2008 @ 09:20 PM
- → State changed from new to resolved
Thanks for reporting the issue, it's been fixed in f0a4d14.
Please Login or create a free account to add a new comment.
You can update this ticket by sending an email to from your email client. (help)
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
