Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

comparison of Array with Array failed (ArgumentError) #7

Closed
computalya opened this issue Jun 21, 2017 · 1 comment
Closed

comparison of Array with Array failed (ArgumentError) #7

computalya opened this issue Jun 21, 2017 · 1 comment

Comments

@computalya
Copy link

önce hata çıktısı

.rvm/gems/ruby-2.3.3@rails5_1_1/gems/turkish_support-1.0.3/lib/turkish_support/array_methods.rb:4:in sort_by': comparison of Array with Array failed (ArgumentError)`

.rvm/gems/ruby-2.3.3@rails5_1_1/gems/turkish_support-1.0.3/lib/turkish_support/array_methods.rb:4:in sort'
from ./sort.rb:13:in <main>'

bu hatayı içinde türkçe karakter olmayan dizinlerde de alıyorum

# şu sorunsuz çalışıyor
['isim soyisim', 'isim soyisim'].sort

# şu ise çalışmıyor
['isim soyisim', 'isim1 soyisim'].sort

# aynı şekilde bu da çalışmıyor
['isim1 soyisim', 'isim soyisim'].sort

sorun sadece boşluk olmasında da değil

# bu çalışıyor
['isim1soyisim', 'isim2soyisim'].sort

# bunlar ise çalışmıyor
['isim1soyisim', 'isim21soyisim'].sort
['1soyisim', '12soyisim'].sort
['a', '3s'].sort
['1a', 'b'].sort
['a', '2 b'].sort

# her kelimeden sonra birer boşluk var
['a ' , 'ab '].sort
@sbagdat sbagdat closed this as completed in 7adfebf Oct 7, 2017
@sbagdat
Copy link
Owner

sbagdat commented Oct 7, 2017

@computalya Detaylı bildiriminiz için teşekkür ederim. Biraz geç olduğunun farkındayım ama ancak zaman bulabildim. Bu gibi durumlarda siz hatayı düzeltip, pull request gönderebilirseniz sevinirim.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants