<JoelMcCracken>
hmm; what is the difference between #ruby-lang and #ruby?
<andrewvos>
even better, maybe run the assertion and no other code, inside the test and fail it if the assertion succeeds
<andrewvos>
zenspider:
<andrewvos>
- ,
<JoelMcCracken>
anyway, i'm looking to write a really simple repl-like server
realDAB has quit [Quit: realDAB]
<andrewvos>
JoelMcCracken: better_errors or pry might be what you want
<JoelMcCracken>
are there any good places that I should start looking, besides threads and sockets
<JoelMcCracken>
good idea
<JoelMcCracken>
i'm not trying to debug, but that might be what i want indeed
mootpointer has joined #ruby-lang
<andrewvos>
JoelMcCracken: pry + pry-remote is what you need
<andrewvos>
JoelMcCracken: not sure of the spelling of the latter
mistym has quit [Quit: Leaving]
<JoelMcCracken>
sweet!
<JoelMcCracken>
yeah looks perfect <3
<andrewvos>
JoelMcCracken: Is your fathers name Phil by any chance?
<JoelMcCracken>
nope
<JoelMcCracken>
always good to check tho =)
<andrewvos>
Sorry that was a terrible joke
<andrewvos>
I'll get my coat
<JoelMcCracken>
oh wait
<JoelMcCracken>
lollll i get it now
<andrewvos>
Yeah it's bad sorry
tkuchiki has joined #ruby-lang
tkuchiki has quit [Read error: Connection reset by peer]
tkuchiki has joined #ruby-lang
fenicks has quit [Read error: Connection reset by peer]
<zenspider>
andrewvos: <andrewvos> even better, maybe run the assertion and no other code, inside the test and fail it if the assertion succeeds
<zenspider>
I don't understand that one
lightcap has quit [Quit: Computer has gone to sleep.]
lfox has quit [Quit: ZZZzzz…]
tkuchiki has quit [Ping timeout: 245 seconds]
<andrewvos>
zenspider: If the assertions are successful without any other code being executed then surely they're reporting false positives?
<andrewvos>
zenspider: Probably a bit crazy
<zenspider>
I think we're talking about different things?
<zenspider>
I want `def test_something; end` to fail w/ a "no assertion" error
<andrewvos>
zenspider: Yeah that last sentence had nothing to do with your previous question. Just a thought.
banisterfiend is now known as banister`sleep
<andrewvos>
zenspider: Yeah I agree with that
<andrewvos>
Tests that aren't testing anything should fail
tkuchiki has joined #ruby-lang
<hagabaka>
is there an easy way to let inspect skip a certain instance variable for a class and *all its subclasses*?
<andrewvos>
What I meant with the other thing was `def test_something; @a = "hello"; assert @a, "hello"; end` should fail if `@a = "hello"` doesn't get executed and the tests still passes.
<andrewvos>
Though probably not very practical
<hagabaka>
oh
<andrewvos>
hagabaka: Guess you could just override to_s
diegoviola has quit [Ping timeout: 248 seconds]
tkuchiki has quit [Ping timeout: 240 seconds]
krohrbaugh has quit [Quit: Leaving.]
jsullivandigs has quit [Remote host closed the connection]
jsullivandigs has joined #ruby-lang
lightcap has joined #ruby-lang
jsullivandigs has quit [Ping timeout: 240 seconds]
JoelMcCracken has quit [Ping timeout: 240 seconds]
Domon_ has quit [Remote host closed the connection]
Domon has joined #ruby-lang
GeissT has quit [Quit: MillBroChat AdIRC User]
GeissT has joined #ruby-lang
arBmind has joined #ruby-lang
Domon has quit [Ping timeout: 260 seconds]
skmp has quit [Read error: Connection reset by peer]
Domon has joined #ruby-lang
skmp has joined #ruby-lang
torrieri has quit [Quit: Leaving...]
hahuang65 has quit [Ping timeout: 256 seconds]
mbj has quit [Read error: Connection reset by peer]
isotype has joined #ruby-lang
minivan has quit [Ping timeout: 256 seconds]
minivan has joined #ruby-lang
hhatch has joined #ruby-lang
cads has joined #ruby-lang
Criztian has joined #ruby-lang
deggis has joined #ruby-lang
adambeynon has joined #ruby-lang
cored has quit [Ping timeout: 248 seconds]
Gaelan is now known as GaelanAintAround
banisterfiend has joined #ruby-lang
thillux has quit [Remote host closed the connection]
thillux has joined #ruby-lang
vlad_starkov has quit [Remote host closed the connection]
hahuang65 has joined #ruby-lang
skmp has quit [Quit: Leaving.]
elia has joined #ruby-lang
Pupeno has quit [Remote host closed the connection]
roadt_ is now known as roadt
Pupeno has joined #ruby-lang
Pupeno_ has joined #ruby-lang
hahuang65 has quit [Read error: Connection reset by peer]
Pupeno has quit [Ping timeout: 264 seconds]
Oak has quit [Ping timeout: 268 seconds]
hahuang65 has joined #ruby-lang
lele|w has quit [Ping timeout: 260 seconds]
Pupeno_ has quit [Remote host closed the connection]
Pupeno has joined #ruby-lang
<deggis>
hi. ruby-prof specific question (feeling lucky): any ideas on what could cause stack html thread to show empty while call graph (2.8M) html shows much going on in that same thread? using 0.13 gem
setmeaway has joined #ruby-lang
marr has joined #ruby-lang
lele|w has joined #ruby-lang
Oak has joined #ruby-lang
Oak has quit [Client Quit]
Domon has quit [Remote host closed the connection]
Domon has joined #ruby-lang
Domon has quit [Read error: Connection reset by peer]
Domon_ has joined #ruby-lang
MaddinXx has joined #ruby-lang
kstuart has quit [Quit: kstuart]
sascha_d has quit [Quit: obai]
mbj has joined #ruby-lang
kstuart has joined #ruby-lang
barttenbrinke has quit [Remote host closed the connection]
barttenbrinke has joined #ruby-lang
barttenbrinke has quit [Ping timeout: 256 seconds]
mbj has quit [Ping timeout: 260 seconds]
Guest41569 has quit [Read error: Connection reset by peer]
Guest41569 has joined #ruby-lang
Domon_ has quit [Remote host closed the connection]
Domon has joined #ruby-lang
maxmanders has quit [Quit: Computer has gone to sleep.]
Domon_ has joined #ruby-lang
maxmanders has joined #ruby-lang
Domon has quit [Read error: Connection reset by peer]
bzalasky has quit [Remote host closed the connection]
<kith>
somehow i feel this is so ugly... :( return @dbh.execute sql, ip, ip, ip, ip, ip, ip, ip, ip
<deggis>
answer to myself: it seems that using RubyProf.start/RubyProf.stop there is no root method, with no caller info, leaving the thread block empty as ruby-prof's stackprinter can't start from anywhere printing
<yorickpeterse>
I fail to see how this is related to Eden hotel Amsterdam
bougyman has quit [Remote host closed the connection]
bougyman has joined #ruby-lang
<yorickpeterse>
"First there was youth, then the employment phase, now I am entering the third part of my life--retirement. I am an adventurer, an artist, a contemplator, a lover of God, and family."
<yorickpeterse>
Oh jesus
<yorickpeterse>
(haha!)
cookiemonsta has left #ruby-lang [#ruby-lang]
<yorickpeterse>
Some APIs are just weird I guess
wallerdev has joined #ruby-lang
skmp has quit [Ping timeout: 264 seconds]
JoshuaPaling has joined #ruby-lang
benlovell has joined #ruby-lang
jp- has joined #ruby-lang
tkuchiki has quit [Remote host closed the connection]
linc01n has quit [Ping timeout: 245 seconds]
marr123 has joined #ruby-lang
marr123 has quit [Remote host closed the connection]
marr has quit [Ping timeout: 246 seconds]
linc01n has joined #ruby-lang
havenwood has joined #ruby-lang
cads has quit [Read error: Operation timed out]
Bwild has quit [Ping timeout: 276 seconds]
bungoman has joined #ruby-lang
joshuawscott has joined #ruby-lang
umgrossco has joined #ruby-lang
havenwood has quit [Remote host closed the connection]
havenwood has joined #ruby-lang
wallerdev has quit [Quit: wallerdev]
<zzak>
hi
Bwild has joined #ruby-lang
hashkey_ has joined #ruby-lang
tonni has quit [Remote host closed the connection]
tkuchiki has quit [Remote host closed the connection]
Pupeno_ has joined #ruby-lang
Senjai has quit [Ping timeout: 245 seconds]
Pupeno has quit [Ping timeout: 256 seconds]
minivan has quit [Ping timeout: 264 seconds]
elia has quit [Quit: Computer has gone to sleep.]
dhruvasagar has joined #ruby-lang
brianpWins has joined #ruby-lang
sstrickl has joined #ruby-lang
sstrickl has joined #ruby-lang
gregmoreno has joined #ruby-lang
linc01n_ has joined #ruby-lang
linc01n has quit [Read error: Network is unreachable]
banisterfiend has quit [Quit: Computer has gone to sleep.]
tylersmith has joined #ruby-lang
hahuang65 has quit [Ping timeout: 260 seconds]
w00x has quit [Ping timeout: 245 seconds]
ssb123 has joined #ruby-lang
_jpb_ has quit [Quit: leaving]
_jpb_ has joined #ruby-lang
musl has quit [Quit: WeeChat 0.4.1]
brianpWins has quit [Quit: brianpWins]
Johz has quit [Ping timeout: 240 seconds]
gix has quit [Ping timeout: 260 seconds]
banisterfiend has joined #ruby-lang
jsullivandigs has quit [Remote host closed the connection]
arBmind has joined #ruby-lang
jsullivandigs has joined #ruby-lang
wallerdev has quit [Quit: wallerdev]
thebastl has joined #ruby-lang
linc01n_ has quit [Ping timeout: 264 seconds]
gix has joined #ruby-lang
arBmind has quit [Client Quit]
francisfish has joined #ruby-lang
linc01n has joined #ruby-lang
lfox has joined #ruby-lang
musl has joined #ruby-lang
jsullivandigs has quit [Ping timeout: 276 seconds]
Mon_Ouie has quit [Ping timeout: 246 seconds]
tubbo has left #ruby-lang [#ruby-lang]
maxmanders has quit [Quit: Computer has gone to sleep.]
minivan1 has joined #ruby-lang
jsullivandigs has joined #ruby-lang
apeiros has quit [Remote host closed the connection]
joshuairl_ has joined #ruby-lang
dhruvasagar has quit [Ping timeout: 264 seconds]
jsullivandigs has quit [Ping timeout: 264 seconds]
joshuairl has quit [Ping timeout: 240 seconds]
joshuairl_ is now known as joshuairl
Mon_Ouie has joined #ruby-lang
vlad_starkov has quit [Remote host closed the connection]
havenwood has quit [Remote host closed the connection]
dhruvasagar has joined #ruby-lang
benanne has joined #ruby-lang
Pupeno_ has quit [Remote host closed the connection]
jsullivandigs has joined #ruby-lang
havenwood has joined #ruby-lang
joshuairl_ has joined #ruby-lang
joshuairl has quit [Ping timeout: 240 seconds]
joshuairl_ is now known as joshuairl
w00x has joined #ruby-lang
workmad3 has joined #ruby-lang
a7d7p has joined #ruby-lang
banisterfiend has quit [Quit: Computer has gone to sleep.]
enebo has joined #ruby-lang
hhatch has joined #ruby-lang
linc01n has quit [Ping timeout: 245 seconds]
linc01n has joined #ruby-lang
<Dernise>
Can someone explain me why I don't get the message ? https://gist.github.com/dernise/a5d4d202969a726cb1e1 I sent Hello World, the length and the packetid, and all I get is the length and the packet id.. Is that normal?
<Dernise>
It is blocking line 16
DEac- has quit [Ping timeout: 260 seconds]
gja has quit [Quit: This computer has gone to sleep]
banisterfiend has joined #ruby-lang
<Dernise>
Found myself the problem, header = child_socket.read(8).unpack('LL') read everything so there's nothing left in the stream. Now I have to find how can I fix this
apeiros has joined #ruby-lang
io_syl has joined #ruby-lang
iliketur_ has quit [Quit: zzzzz…..]
apeiros has quit [Remote host closed the connection]
apeiros has joined #ruby-lang
rservant_ has joined #ruby-lang
tonni has joined #ruby-lang
rservant_ has quit [Read error: Connection reset by peer]
rservant_ has joined #ruby-lang
gja has joined #ruby-lang
gja has joined #ruby-lang
gja has quit [Changing host]
ebouchut has joined #ruby-lang
DEac- has joined #ruby-lang
kyrylo has joined #ruby-lang
rservant has quit [Ping timeout: 248 seconds]
jxpx777 has joined #ruby-lang
iliketur_ has joined #ruby-lang
rippa has quit [Ping timeout: 248 seconds]
killtheliterate is now known as killthe|lunch
rippa has joined #ruby-lang
tbuehlmann has joined #ruby-lang
workmad3 has quit [Ping timeout: 245 seconds]
torrieri has joined #ruby-lang
ffio_ has joined #ruby-lang
torrieri has quit [Client Quit]
ssb123 has quit [Remote host closed the connection]
tenderlove has joined #ruby-lang
Phoop has joined #ruby-lang
ssb123 has joined #ruby-lang
ssb123 has quit [Read error: Connection reset by peer]
<drbrain>
Dernise: why :DGRAM instead of :STREAM?
__butch__ has quit [Quit: Leaving.]
ssb123 has joined #ruby-lang
ffio has quit [Ping timeout: 268 seconds]
tdm00 has joined #ruby-lang
torrieri has joined #ruby-lang
<drbrain>
Dernise: switching it to :STREAM seems to fix it
<drbrain>
I think, for datagrams, read reads the whole datagram so you get stuck waiting on a second datagram (that was never sent)
<drbrain>
anyhow, bus time
relix has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
ebouchut has quit [Quit: This computer has gone to sleep]
killthe|lunch is now known as killtheliterate
benlovell has joined #ruby-lang
bgant has quit [Quit: Leaving.]
diegoviola has quit [Ping timeout: 264 seconds]
lfox has quit [Quit: lfox]
lfox has joined #ruby-lang
benlovell has quit [Ping timeout: 276 seconds]
Senjai has joined #ruby-lang
Senjai has joined #ruby-lang
brianpWins has joined #ruby-lang
rservant_ has quit [Remote host closed the connection]
rservant has joined #ruby-lang
kek1 has joined #ruby-lang
workmad3 has joined #ruby-lang
sstrickl has quit [Quit: sstrickl]
rservant has quit [Ping timeout: 246 seconds]
vlad_starkov has joined #ruby-lang
fenicks has joined #ruby-lang
<Dernise>
drbrain: you fixed my problem. It's crazy to think that I search the answer on google since almost 3 hours now and it was just? 3 letters. thanks!
relix has joined #ruby-lang
<Dernise>
4 letters*
<Dernise>
Wooow. I dunno how to count. Should go to bed..
__butch__ has joined #ruby-lang
leekiernan has joined #ruby-lang
minivan1 has quit [Ping timeout: 273 seconds]
iliketur_ has quit [Quit: zzzzz…..]
wallerdev has joined #ruby-lang
richardburton has joined #ruby-lang
krohrbaugh1 has joined #ruby-lang
krohrbaugh1 has quit [Client Quit]
krohrbaugh has quit [Ping timeout: 246 seconds]
krohrbaugh has joined #ruby-lang
linc01n has quit [Ping timeout: 245 seconds]
linc01n has joined #ruby-lang
rservant has joined #ruby-lang
rservant has quit [Remote host closed the connection]
rservant has joined #ruby-lang
sush24 has quit [Quit: This computer has gone to sleep]
Bosox20051 has joined #ruby-lang
ebouchut has joined #ruby-lang
davetoxa has joined #ruby-lang
kek1 has quit [Quit: kek1]
kek_ has joined #ruby-lang
bgant has joined #ruby-lang
anonymuse has quit [Read error: Connection reset by peer]
anonymuse has joined #ruby-lang
sjltaylor has joined #ruby-lang
jonahR has joined #ruby-lang
jbsan has quit [Quit: jbsan]
kek_ has quit [Quit: kek_]
Phoop has quit [Quit: Phoop]
kek_ has joined #ruby-lang
iliketur_ has joined #ruby-lang
brianpWins has quit [Quit: brianpWins]
pkrnj has joined #ruby-lang
kek_ has quit [Ping timeout: 264 seconds]
sstrickl has joined #ruby-lang
tbuehlmann has quit [Remote host closed the connection]
davetoxa has quit [Quit: ушёл]
kek_ has joined #ruby-lang
ffio_ has quit [Quit: WeeChat 0.4.1]
flak has joined #ruby-lang
flak is now known as Guest74830
kek_ has quit [Quit: kek_]
rippa has quit [Ping timeout: 248 seconds]
jsullivandigs has quit [Remote host closed the connection]
jsullivandigs has joined #ruby-lang
jsullivandigs has quit [Read error: Connection reset by peer]
verto has quit [Ping timeout: 276 seconds]
jsullivandigs has joined #ruby-lang
jsullivandigs has quit [Remote host closed the connection]
jsullivandigs has joined #ruby-lang
jsullivandigs has quit [Read error: Connection reset by peer]
ssb123 has quit [Remote host closed the connection]
minivan1 has joined #ruby-lang
ssb123 has joined #ruby-lang
ssb123 has quit [Read error: Connection reset by peer]
ssb123 has joined #ruby-lang
ssb123 has quit [Remote host closed the connection]
thebastl has quit [Quit: Ex-Chat]
ssb123 has joined #ruby-lang
jbsan has joined #ruby-lang
ssb123 has quit [Read error: Connection reset by peer]
mistym is now known as mistym_lunch
ssb123 has joined #ruby-lang
arBmind has joined #ruby-lang
Guest74830 has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
agush has joined #ruby-lang
agush has quit [Client Quit]
krohrbaugh has quit [Quit: Leaving.]
carraroj has joined #ruby-lang
pizdets has joined #ruby-lang
brianpWins has joined #ruby-lang
gja has quit [Quit: This computer has gone to sleep]
thepumpkin has quit [Remote host closed the connection]
krohrbaugh has joined #ruby-lang
yalue has quit [Quit: Leaving]
Criztian has quit [Remote host closed the connection]
lfox has quit [Quit: ZZZzzz…]
scampbell has quit [Remote host closed the connection]
minivan1 has quit [Ping timeout: 256 seconds]
mistym has joined #ruby-lang
apeiros_ has joined #ruby-lang
apeiros has quit [Read error: Connection reset by peer]
davetoxa has joined #ruby-lang
linc01n has quit [Ping timeout: 245 seconds]
linc01n has joined #ruby-lang
nneko001__ has quit [Quit: Konversation terminated!]
benlovell has joined #ruby-lang
davetoxa has quit [Remote host closed the connection]
mistym has quit [Remote host closed the connection]
carraroj has quit [Quit: Konversation terminated!]
mistym has joined #ruby-lang
<yorickpeterse>
Is there a way in Rake to create a file task but re-run it when the contents have changed (but the file already exists)?
chuck has quit [Ping timeout: 268 seconds]
pipework has quit [Remote host closed the connection]
<yorickpeterse>
as in, when you define a file task it will not run at all if the target file exists, even if the source file has changed in the meantime
<ljarvis>
yes just add the code to do that
<ljarvis>
(my fav answer)
ebouchut has quit [Quit: This computer has gone to sleep]
<ljarvis>
but no i dont think so
mistym has quit [Remote host closed the connection]
<yorickpeterse>
"yeah here's a 500 line one-liner"
<yorickpeterse>
hmpf
<ljarvis>
:D
cads has joined #ruby-lang
<yorickpeterse>
that reminds me of this awesome make oneliner I once found, here
<yorickpeterse>
fak, didn't bookmark it
<ljarvis>
the best one liners are the ones littered with line delimiter
<yorickpeterse>
(it's Ruby, C and Ragel in a C host)
<yorickpeterse>
I like the colours though
thepumpkin has joined #ruby-lang
a7d7p has quit [Quit: a7d7p]
mistym_lunch has quit [Ping timeout: 276 seconds]
zmike123 has joined #ruby-lang
adambeynon has joined #ruby-lang
havenwood has joined #ruby-lang
saarinen has quit [Quit: saarinen]
zmike123 has quit [Client Quit]
ldnunes has quit [Quit: Leaving]
wmoxam has quit [Ping timeout: 256 seconds]
ssb123 has quit [Remote host closed the connection]
ssb123 has joined #ruby-lang
jp- has quit [Quit: OK, I believe you… but my tommy gun don't]
jkyle has joined #ruby-lang
<jkyle>
I'm trying to make a rake task that takes arguments and has dependencies. tried: task :foo, :arg1 => :bar do |t, args| ..., this throws an error => undefined method `map' for :arg1:Symbol
skade has quit [Quit: Computer has gone to sleep.]
ssb123_ has joined #ruby-lang
ssb123 has quit [Read error: Connection reset by peer]
relix has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
ThinkSocrates has quit [Remote host closed the connection]
krohrbaugh has joined #ruby-lang
joshuawscott has joined #ruby-lang
Guedes0 has joined #ruby-lang
__butch__ has quit [Quit: Leaving.]
tylersmith has joined #ruby-lang
richardburton has quit [Quit: Leaving.]
rickhull1 has quit [Quit: Leaving.]
rickhull has joined #ruby-lang
rickhull is now known as RickHull1
<RickHull1>
sanity check: stacks are FIFO, and queues are LIFO, right?
<RickHull1>
how come Queue#deq and #enq are aliases for push / pop?
ssb123_ has quit [Remote host closed the connection]
<RickHull1>
sorry, stacks are LIFO, queues are FIFO
ssb123 has joined #ruby-lang
ssb123 has quit [Read error: Connection reset by peer]
<RickHull1>
ah, pop is aliased as shift, ok
ssb123 has joined #ruby-lang
<RickHull1>
if it were up to me, i would not use push/pop nomenclature with Queues
<RickHull1>
i.e. having pop and shift mean the same thing. WAT
ThinkSocrates has joined #ruby-lang
Guest82704 has quit [Remote host closed the connection]
jsullivandigs has joined #ruby-lang
<RickHull1>
it makes sense if push/pop mean "do the standard thing for this data structure", but in my experience, that nomenclature is almost exclusively reserved for stacks
<RickHull1>
and the fact that Array#push and #pop do the stack behavior seems to confirm this
benanne has quit [Quit: kbai]
<erikh>
when you think of a stack
<erikh>
think of a stack of dishes
<RickHull1>
argh, i know how stacks work.
<erikh>
when you think of a queue, remember it's a synonym for "line"
<erikh>
oh, sorry
<RickHull1>
i'm saying, push/pop implies stack
gregmoreno has joined #ruby-lang
<erikh>
yes
<erikh>
didn't mean ... eyah
<RickHull1>
i'm grumbling that Queue#pop means #shift
<erikh>
sorry dude, didn't mean to insult you.
<RickHull1>
and that Queue#pop shouldn't exist
* RickHull1
shakes fist
<erikh>
haha
<erikh>
well, you could unshift/pop I guess
<erikh>
"queues of a different colour"
speakingcode-wor has quit [Ping timeout: 264 seconds]
<RickHull1>
i would reserve push/pop for stack/LIFO
<erikh>
or "queues, the memory inefficient edition"
<RickHull1>
and enq/deq for queue/FIFO
speakingcode-wor has joined #ruby-lang
digs has joined #ruby-lang
<RickHull1>
and shift/unshift are perlisms that could be dropped
<RickHull1>
(are they? maybe C-isms?)
digs is now known as Guest34318
<whitequark>
perl
<erikh>
they were in perl, but i'm pretty sure they come from before then
* erikh
checks
<whitequark>
i think they came from bash
jsullivandigs has quit [Read error: Connection reset by peer]
<whitequark>
*shell
<whitequark>
you could shift argument list to process more than 9 args with $1-$9
<erikh>
nope, unshift is a perl bit
gregmore_ has quit [Ping timeout: 264 seconds]
<RickHull1>
the only justification for Queue#pop that I can imagine is that push/pop mean "do the right thing for this structure"; but that justification is broken on Array
<erikh>
shift comes from shell though
<whitequark>
unshift maybe, but shift is from shell! :D
<drbrain>
RickHull1: I thought it was a bit odd too, but I promptly ignored it
<erikh>
and about 8 billion other languages
<RickHull1>
drbrain: yeah, i'm over it now ;)
<drbrain>
or wait, I promptly used it everywhere
<RickHull1>
lol
<erikh>
anyhow, we're running out of space, only 17T left
<erikh>
bbl
<drbrain>
I forget
<drbrain>
I think I try to use enq/deq these days
<RickHull1>
that's my intention. i went to look it up, to make sure it exists, and it says deq is an alias for pop, and I had a WTF moment
<RickHull1>
and i had to rant, once i figured it out ;)
<drbrain>
RickHull1: hrm, C++ has a queue::pop
<RickHull1>
is it FIFO or LIFO? i would expect to pull from the end of the queue, not the start
<RickHull1>
er, forget the first question. badly worded. the structure is FIFO all day.
<drbrain>
it had better be
tomzx_mac_ has joined #ruby-lang
GeissT has joined #ruby-lang
mootpointer has quit [Quit: ENOCAFFEINE.]
kstuart has quit [Read error: Connection reset by peer]
tenderlove has quit [Read error: Connection reset by peer]