ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: Michael Bykov <m.bykov@gmail.com>
To: ror2ru@googlegroups.com,
	 ALT Linux Sisyphus discussions <sisyphus@lists.altlinux.org>
Subject: [sisyphus] ужас. В ruby сломался первый символ прочитанного файла
Date: Wed, 19 Sep 2012 15:23:50 +0400
Message-ID: <CAN5SjAAqntHWBX2sdXeyuC8=2drTdGn0a0aF+UqxF-wr6Ki0gA@mail.gmail.com> (raw)

Салют.

Я обновил систему, и пересобрал 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

                 reply	other threads:[~2012-09-19 11:23 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAN5SjAAqntHWBX2sdXeyuC8=2drTdGn0a0aF+UqxF-wr6Ki0gA@mail.gmail.com' \
    --to=m.bykov@gmail.com \
    --cc=ror2ru@googlegroups.com \
    --cc=sisyphus@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

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