closer changed the topic of #ruby-core to: check the latest release candidate for 1.9.1 release ftp.ruby-lang.org:/home/yugui/ruby-1.9.1-r26021+1.tar.bz2
hsbt_away is now known as hsbt
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
tax has quit [Quit: Leaving]
tax has joined #ruby-core
tax has quit [Read error: Connection reset by peer]
tax has joined #ruby-core
tax has quit [Read error: Connection reset by peer]
tax has joined #ruby-core
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
hsbt has quit [Quit: Tiarra 0.1+svn-39209: SIGTERM received; exit]
hsbt has joined #ruby-core
hsbt has quit [Client Quit]
hsbt has joined #ruby-core
Aethenelle has quit [Ping timeout: 260 seconds]
Aethenelle has joined #ruby-core
<znz_jp> biff: [ruby-changes:42898] hsbt:r54971 (trunk): * ChangeLog: Remove trailing-whitespaces. - http://mla.n-z.jp/?ruby-changes=42898
<znz_jp> biff: [ruby-changes:42897] svn:r54972 (trunk): * 2016-05-11 - http://mla.n-z.jp/?ruby-changes=42897
enebo has joined #ruby-core
enebo has quit [Client Quit]
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
rafaelfranca has joined #ruby-core
rafaelfranca has quit [Read error: No route to host]
rafaelfranca has joined #ruby-core
Aethenelle_ has joined #ruby-core
Aethenelle has quit [Ping timeout: 246 seconds]
Aethenelle_ is now known as Aethenelle
hsbt is now known as hsbt_away
tax has quit [Quit: Leaving]
hsbt_away is now known as hsbt
tax has joined #ruby-core
<znz_jp> biff: [ruby-changes:42899] nobu:r54973 (trunk): fix file name [ci skip] - http://mla.n-z.jp/?ruby-changes=42899
<znz_jp> biff: [ruby-changes:42900] nobu:r54974 (trunk): util.c: qsort_s - http://mla.n-z.jp/?ruby-changes=42900
<zzak> [Johnny Cash, irc.freenode.net] apeiros, how did you parse it?
<zzak> [caerus, irc.freenode.net] solars, the line passes for me too: CSV.read("gistfile1.txt", col_sep: ';', headers: true) returns: #<CSV::Table mode:col_or_row row_count:1>
<zzak> [Johnny Cash, irc.freenode.net] Caerus, apeiros it must be something with the file, I cannot explain this: https://gist.github.com/solars/acc08689df33e26c2882039b33f0cc68
<zzak> [Johnny Cash, irc.freenode.net] content == str is false
<zzak> [Johnny Cash, irc.freenode.net] both are strings
<zzak> [Johnny Cash, irc.freenode.net] content has size 22 str has size 21
<zzak> [Johnny Cash, irc.freenode.net] any idea how I can find the difference?
<zzak> [purple, irc.freenode.net] solars: you may compare content.bytes to str.bytes
<zzak> [Johnny Cash, irc.freenode.net] damnit
<zzak> [Johnny Cash, irc.freenode.net] it was a BOM
<zzak> [caerus, irc.freenode.net] CSV.parse("./gistfile1.txt", col_sep: ';', headers: true, encoding: Encoding::UTF_8) <-- this also passed
<zzak> [caerus, irc.freenode.net] oh, bom. glad you found it.
<zzak> [arahael, irc.freenode.net] Weird though.
<zzak> [arahael, irc.freenode.net] The UTF-8 BOM should be 3 bytes, not 1.
<zzak> [Johnny Cash, irc.freenode.net] not sure if .size counts bytes
<zzak> [Johnny Cash, irc.freenode.net] or how that behaves
<zzak> [caerus, irc.freenode.net] solars, CSV.parse("./gistfile1.txt", col_sep: ';', headers: true, encoding: 'bom|utf-8') <-- this also passed
<zzak> [Adædra, irc.freenode.net] >> "åå".size
<zzak> [Butler IRC Bot, Version 0.1.0, irc.freenode.net] adaedra: # => 3 (https://eval.in/568481)
<zzak> [caerus, irc.freenode.net] but ignoring the bom doesn't seem sane, could put you in a tight spot if it stops showing in the feed
<zzak> [Johnny Cash, irc.freenode.net] Caerus, yep that's what I used now
<zzak> [Johnny Cash, irc.freenode.net] I hate this bom stuff
<zzak> [shevy, irc.freenode.net] hehe
<zzak> [apeiros, irc.freenode.net] solars: meetings, sorry. I copy & pasted your csv and used `CSV.parse(raw, col_sep: ";")`
<zzak> [apeiros, irc.freenode.net] where `raw = %{…copy & paste here}`
<zzak> [Johnny Cash, irc.freenode.net] apeiros, it was a BOM problem :/
<zzak> [Johnny Cash, irc.freenode.net] thanks for the reply though
<zzak> [apeiros, irc.freenode.net] solars: csvlint probably failed because the C in CSV stands for coma, not semicolon.
<zzak> [apeiros, irc.freenode.net] and with , as assumed delimiter, the data is indeed invalid
<zzak> [Kasper Holbek Jensen, irc.freenode.net] I have a question.. is the docs for String#== lying? If i implement a class, defining to_str to return "x", and compare "x" to Newclass.new with ==, i get false?
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
hsbt is now known as hsbt_away
<znz_jp> biff: [ruby-changes:42901] nobu:r54975 (trunk): test_minitest_unit.rb: fix "random" sort - http://mla.n-z.jp/?ruby-changes=42901
Aethenelle has quit [Quit: Aethenelle]
<znz_jp> biff: [ruby-changes:42902] tarui:r54976 (trunk): * compile.c (iseq_compile_each): share InlineCache during same - http://mla.n-z.jp/?ruby-changes=42902
heroux has quit [Ping timeout: 260 seconds]
enebo has joined #ruby-core
heroux has joined #ruby-core
ItSANgo has quit [Quit: Leaving...]
enebo has quit [Quit: enebo]
ItSANgo has joined #ruby-core
<znz_jp> biff: [ruby-changes:42903] tarui:r54977 (trunk): * vm_insnhelper.c (vm_getivar): describe fast-path explicit - http://mla.n-z.jp/?ruby-changes=42903
<znz_jp> biff: [ruby-changes:42904] svn:r54978 (trunk): * 2016-05-12 - http://mla.n-z.jp/?ruby-changes=42904
<znz_jp> biff: [ruby-changes:42905] tarui:r54979 (trunk): fix typo at ChangeLog - http://mla.n-z.jp/?ruby-changes=42905
<znz_jp> biff: [ruby-changes:42906] usa:r54980 (trunk): * win32/Makefile.sub (HAVE_QSORT_S): use qsort_s only for Visual Studio - http://mla.n-z.jp/?ruby-changes=42906
hsbt_away is now known as hsbt
hsbt is now known as hsbt_away
enebo has joined #ruby-core
Aethenelle has joined #ruby-core
<znz_jp> biff: [ruby-changes:42907] nobu:r54981 (trunk): win32: qsort_s - http://mla.n-z.jp/?ruby-changes=42907
<znz_jp> biff: [ruby-changes:42908] nobu:r54982 (trunk): mkmf.rb: fix conflict in have_library - http://mla.n-z.jp/?ruby-changes=42908
shinnya has joined #ruby-core
enebo has quit [Quit: enebo]
charliesome has joined #ruby-core
enebo has joined #ruby-core
hsbt_away has quit [Ping timeout: 244 seconds]
tax has quit [Ping timeout: 250 seconds]
enebo has quit [Quit: enebo]
shinnya has quit [Ping timeout: 260 seconds]
enebo has joined #ruby-core
hsbt_away has joined #ruby-core
hsbt_away is now known as hsbt
hsbt is now known as hsbt_away
enebo has quit [Quit: enebo]
hsbt_away is now known as hsbt
rafaelfranca has quit [Remote host closed the connection]
Aethenelle has quit [Quit: Aethenelle]
Aethenelle has joined #ruby-core
hsbt is now known as hsbt_away
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]