[#9644] Determinant Problem in Matrix.rb — <noreply@...>
Bugs item #7001, was opened at 2006-12-01 03:50
This is 100% intended. You have to learn integer arithmetics when you
[#9654] Float numbers comparison — "Paulo Soeiro" <pcsoeiro@...>
Hi,
On 12/1/06, Paulo Soeiro <pcsoeiro@gmail.com> wrote:
[#9661] Dir.exist? — Kornelius Kalnbach <murphy@...>
hi!
[#9664] Bigdecimal isn't comparable — <noreply@...>
Bugs item #7045, was opened at 2006-12-04 19:20
On 12/4/06, noreply@rubyforge.org <noreply@rubyforge.org> wrote:
[#9685] Segmentation fault - bignorm() — ico@... (Ico Doornekamp)
[#9713] Sets and String subclasses — <noreply@...>
Bugs item #7253, was opened at 2006-12-13 12:26
> I would expect the second puts to return 5, not nil. In fact, I'd expect s.to_a[0] to return the same object as a.
[#9722] Kernel#system broken inside Dir.chdir(&block) if system command doesn't have shell characters — <noreply@...>
Bugs item #7278, was opened at 2006-12-14 13:59
Hi,
I bet your script /usr/local/bin/p4 is a shell script which doesn't have a
On Dec 14, 2006, at 18:57, Michael Selig wrote:
[#9725] Fixes going into 1.8.5.9 — "Zev Blut" <rubyzbibd@...>
Hello,
[#9749] System V IPC in standard library? — Steven Jenkins <steven.jenkins@...>
Back in August, I needed a semaphore to serialize access to an external
Hi,
Nobuyoshi Nakada wrote:
Hi,
[#9753] CVS freeze — SASADA Koichi <ko1@...>
Hi,
Hi,
Hi,
Hi,
Hi,
* Shugo Maeda (shugo@ruby-lang.org) wrote:
[#9794] Fwd: [Vit-core] Ruby 1.8.5-p2 Stable Version download bug-fix confusion. — James Edward Gray II <james@...>
The following is a complaint we received about the Ruby home page today.
[#9797] Where to start — "Strong Cypher" <cypherstrong@...>
-----BEGIN PGP SIGNED MESSAGE-----
[#9803] RDoc patch that fixes rb_const_define output — <noreply@...>
Patches item #7499, was opened at 2006-12-30 05:23
On 12/30/06, Eric Hodel <drbrain@segment7.net> wrote:
On Dec 30, 2006, at 19:16, Daniel Berger wrote:
On Dec 31, 2006, at 24:31, Eric Hodel wrote:
[#9816] merge YARV — SASADA Koichi <ko1@...>
Hi,
[ ruby-Bugs-7233 ] Net::IMAP seems unable to parse NOMODSEQ line from Cyrus IMAP server
Bugs item #7233, was opened at 2006-12-12 11:36
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=1698&aid=7233&group_id=426
Category: Standard Library
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Pete Birkinshaw (binaryape)
Assigned to: Nobody (None)
Summary: Net::IMAP seems unable to parse NOMODSEQ line from Cyrus IMAP server
Initial Comment:
The 'select' method of Net::IMAP in Ruby 1.8.5 works fine with older Cyrus IMAP servers but is failing with the latest Cyrus test release (2.3.7). There seems to be a problem parsing the NOMODSEQ line.
The code
require 'net/imap'
Net::IMAP.debug = true
# ...
imap = Net::IMAP.new(server)
imap.login(user, password)
imap.select('INBOX')
produces:
S: * OK [CAPABILITY IMAP4 IMAP4rev1 LITERAL+ ID AUTH=PLAIN SASL-IR] imap.example.com Cyrus IMAP4 v2.3.7 server ready
C: RUBY0001 LOGIN usernamehere passwordhere
S: RUBY0001 OK [CAPABILITY IMAP4 IMAP4rev1 LITERAL+ ID LOGINDISABLED ACL RIGHTS=kxte QUOTA MAILBOX-REFERRALS NAMESPACE UIDPLUS NO_ATOMIC_RENAME UNSELECT CHILDREN MULTIAPPEND BINARY SORT SORT=MODSEQ THREAD=ORDEREDSUBJECT THREAD=REFERENCES ANNOTATEMORE CATENATE CONDSTORE IDLE LISTEXT LIST-SUBSCRIBED X-NETSCAPE URLAUTH] User logged in
C: RUBY0002 NOOP
S: RUBY0002 OK Completed
C: RUBY0003 SELECT INBOX
S: * FLAGS (\Answered \Flagged \Draft \Deleted \Seen)
S: * OK [PERMANENTFLAGS (\Answered \Flagged \Draft \Deleted \Seen \*)]
S: * 0 EXISTS
S: * 0 RECENT
S: * OK [UIDVALIDITY 1165577702]
S: * OK [UIDNEXT 1]
S: * OK [NOMODSEQ] Sorry, modsequences have not been enabled on this mailbox
@str: "* OK [NOMODSEQ] Sorry, modsequences have not been enabled on this mailbox\r\n"
@pos: 15
@lex_state: EXPR_BEG
@token.symbol: RBRA
@token.value: "]"
/usr/lib/ruby/1.8/net/imap.rb:3104:in `parse_error': unexpected token RBRA (expected SPACE) (Net::IMAP::ResponseParseError)
from /usr/lib/ruby/1.8/net/imap.rb:2956:in `match'
from /usr/lib/ruby/1.8/net/imap.rb:2747:in `resp_text_code'
from /usr/lib/ruby/1.8/net/imap.rb:2723:in `resp_text'
from /usr/lib/ruby/1.8/net/imap.rb:1994:in `response_cond'
from /usr/lib/ruby/1.8/net/imap.rb:1954:in `response_untagged'
from /usr/lib/ruby/1.8/net/imap.rb:1930:in `response'
from /usr/lib/ruby/1.8/net/imap.rb:1856:in `parse'
from /usr/lib/ruby/1.8/net/imap.rb:996:in `get_response'
from /usr/lib/ruby/1.8/net/imap.rb:925:in `receive_responses'
from /usr/lib/ruby/1.8/net/imap.rb:918:in `initialize'
from /usr/lib/ruby/1.8/net/imap.rb:917:in `initialize'
from ./test.rb:10
----------------------------------------------------------------------
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=1698&aid=7233&group_id=426