* [sisyphus] ужас. В ruby сломался первый символ прочитанного файла
@ 2012-09-19 11:23 Michael Bykov
0 siblings, 0 replies; only message in thread
From: Michael Bykov @ 2012-09-19 11:23 UTC (permalink / raw)
To: ror2ru, ALT Linux Sisyphus discussions
Салют.
Я обновил систему, и пересобрал Ruby, в rvm, все как обычно.
Возникла проблема в File.foreach, и 1.9.2, и 1.9.3. И с export
RUBYOPT="-Ku", и без него.
И сломалось еще много чего, например, start_with? тоже на первом символе файла.
Но причина всегда в первом символе -
File.foreach(fn) do |line|
puts "Line split #{line.split}"
1.9.3p194 :003 >
Line split ["#", "bla-bla-bla"]
Теперь я копирую в консоль "#" и вижу, что это не равно набранному руками "#"
1.9.3p194 :004 > "#" == "#"
=> false
Теперь я руками исправляю #" == "#", оставляя первую кавычку, как она была
1.9.3p194 :005 > "#" == "#"
=> false
А теперь я исправляю только первую кавычку (#" оставлены старые)
1.9.3p194 :006 > "#" == "#"
=> true
Дело в этой кавычке. В ней, в самом первом символе прочитанного файла,
что-то нехорошее.
Также
puts "Line first #{line.first.inspect}"
Line first ""
Вместо ожидаемого "#"
И так далее.
Что-то я пропустил важное. Подскажите, куда копать, как лечить? Вы не
встречали сообщений об этом?
--
М.
http://diglossa.ru
xmpp://m.bykov@jabber.ru
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-09-19 11:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-19 11:23 [sisyphus] ужас. В ruby сломался первый символ прочитанного файла Michael Bykov
ALT Linux Sisyphus discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
public-inbox-index sisyphus
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sisyphus
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git