Go Language Resources Go, golang, go... NOTE: This page ceased updating in October, 2012

--- Log opened Fri May 14 00:00:29 2010
--- Day changed Fri May 14 2010
00:00 -!- kjk [~Adium@67.215.69.69] has joined #go-nuts
00:01 -!- iant [~iant@67.218.104.180] has quit [Ping timeout: 245 seconds]
00:02 -!- kjk [~Adium@67.215.69.69] has quit [Client Quit]
00:03 -!- kjk [~Adium@67.215.69.69] has joined #go-nuts
00:09 -!- iant [~iant@67.218.104.180] has joined #go-nuts
00:09 -!- mode/#go-nuts [+v iant] by ChanServ
00:11 -!- tazjin [~tazjin@p5DC83D7B.dip.t-dialin.net] has quit [Quit: Leaving...]
00:11 -!- tazjin [~tazjin@p5DC83D7B.dip.t-dialin.net] has joined #go-nuts
00:13 -!- rlab [~Miranda@91.200.158.34] has joined #go-nuts
00:13 -!- rlab [~Miranda@91.200.158.34] has quit [Client Quit]
00:17 < Ginto8> Hey I have a question about time.Ticker
00:18 < Ginto8> will the time it waits to send out a second tick decrease if
it had to wait to send the first tick?
00:19 < Soultaker> IIRC it never waits.
00:19 -!- tazjin [~tazjin@p5DC83D7B.dip.t-dialin.net] has quit [Remote host closed
the connection]
00:20 < Ginto8> so if I have it send out ticks every second, and I miss it
the first second, I have to wait for the next second to recieve it?
00:21 < Soultaker> yes, if you take more than a second to process, you could
miss a tick.
00:21 < Ginto8> hmmm
00:21 < Soultaker> the timer just uses a 1-slot buffered channel and drops
an item into it at a fixed interval.  so if you haven't taken it out before the
next tick you skip a beat.
00:22 < Soultaker> (for my purposes that was actually desired behaviour, but
I can imagine it might not be in all cases)
00:24 < Ginto8> ok thanks
00:38 -!- alehorst [~alehorst@189.58.135.201] has quit [Quit: Leaving.]
00:46 -!- crashR [~crasher@codextreme.pck.nerim.net] has joined #go-nuts
00:51 -!- barismetin [~barismeti@kde/developer/baris] has joined #go-nuts
00:51 -!- iant [~iant@67.218.104.180] has quit [Ping timeout: 246 seconds]
00:54 -!- kota1111 [~kota1111@gw2.kbmj.jp] has joined #go-nuts
01:05 < Ginto8> can you have an exported function return an unexported type
if that type implements an exported interface?
01:08 < Eridius> if the exported function is declared as returning that
interface, I don't see why it wouldn't work
01:09 < Ginto8> okay so I have to declare it as returning the interface
rather than the function...  ok thanks!
01:09 < KirkMcDonald> I believe it can still return the unexported type...
01:09 < KirkMcDonald> Play with it.
01:09 < Eridius> I haven't tested, but I would not expect to be able to
export a function that is declared as returning a non-exported type
01:11 -!- gnuvince1 [~vince@70.35.160.60] has joined #go-nuts
01:11 -!- gnuvince_ [~vince@70.35.165.154] has quit [Ping timeout: 248 seconds]
01:18 -!- pizza_ [pizza@ool-457e8bc8.dyn.optonline.net] has joined #go-nuts
01:21 -!- kanru [~kanru@61-30-10-70.static.tfn.net.tw] has joined #go-nuts
01:23 -!- scarabx [~scarabx@c-76-19-43-200.hsd1.ma.comcast.net] has joined
#go-nuts
01:23 -!- zyichi [~zyichi@124.205.180.154] has joined #go-nuts
01:33 -!- warthurton [~warthurto@pdpc/supporter/active/warthurton] has joined
#go-nuts
01:34 -!- warthurton [~warthurto@pdpc/supporter/active/warthurton] has left
#go-nuts []
01:39 -!- slashus2 [~slashus2@74-137-24-74.dhcp.insightbb.com] has joined #go-nuts
01:52 -!- barismetin [~barismeti@kde/developer/baris] has quit [Remote host closed
the connection]
01:58 -!- gnuvince_ [~vince@70.35.160.60] has quit [Ping timeout: 248 seconds]
02:01 -!- gnuvince_ [~vince@70.35.170.127] has joined #go-nuts
02:31 -!- gnuvince_ [~vince@70.35.170.127] has quit [Ping timeout: 264 seconds]
02:32 -!- barismetin [~barismeti@kde/developer/baris] has joined #go-nuts
02:43 -!- gospch_ [~gorspch@unaffiliated/gospch] has joined #go-nuts
02:44 -!- cco3 [~conley@c-69-181-138-209.hsd1.ca.comcast.net] has joined #go-nuts
02:44 -!- LennethEX [~LennethEX@S010600119502636d.wp.shawcable.net] has joined
#go-nuts
02:46 -!- gospch [~gorspch@unaffiliated/gospch] has quit [Ping timeout: 245
seconds]
02:49 < exch> would this work as expected?  (eg: swapping the elements)
pixels[i * 4], pixels[i * 4 + 2] = pixels[i * 4], pixels[i * 4 + 2]
02:50 < exch> if the inner assignment is done first, i'll end with a faulty
swap
02:51 < Ginto8> it would be pixels[i*4],pixels[i*4+2] =
pixels[i*4+2],pixels[i*4]
02:52 < Ginto8> it's x,y = x_assign,y_assign
02:52 < exch> doh, indeed
02:53 -!- zyichi [~zyichi@124.205.180.154] has quit [Quit: zyichi]
02:53 -!- zyichi [~zyichi@124.205.180.154] has joined #go-nuts
03:21 -!- ikke [~ikke@unaffiliated/ikkebr] has quit []
03:21 -!- Soultaker [~maks@hell.student.utwente.nl] has quit [Ping timeout: 248
seconds]
03:21 -!- Soultaker [~maks@hell.student.utwente.nl] has joined #go-nuts
03:34 -!- Eridius [~kevin@unaffiliated/eridius] has quit [Ping timeout: 240
seconds]
03:42 -!- vsayer [~vivek@c-76-103-244-154.hsd1.ca.comcast.net] has quit [Ping
timeout: 248 seconds]
03:43 -!- barismetin [~barismeti@kde/developer/baris] has quit [Quit: Leaving...]
03:45 -!- vsayer [~vivek@c-76-103-244-154.hsd1.ca.comcast.net] has joined #go-nuts
04:20 -!- vsayer [~vivek@c-76-103-244-154.hsd1.ca.comcast.net] has quit [Read
error: Connection reset by peer]
04:20 -!- adu [~ajr@pool-173-66-16-26.washdc.fios.verizon.net] has joined #go-nuts
04:20 -!- vsayer [~vivek@c-76-103-244-154.hsd1.ca.comcast.net] has joined #go-nuts
04:22 -!- scarabx [~scarabx@c-76-19-43-200.hsd1.ma.comcast.net] has quit [Quit:
This computer has gone to sleep]
04:24 < kmeyer> hey all
04:25 < adu> hi
04:25 < adu> how are you
04:25 < kmeyer> pretty ok :)
04:25 < kmeyer> yourself?
04:25 < kmeyer> anyway, my problem is: I'm getting a panic, but the line
number reported by the runtime isn't in (or near) the function that is triggering
the panic
04:26 < kmeyer> so I'm having some trouble debugging it
04:28 < kmeyer> any ideas?
04:35 -!- rv2733 [~rv2733@c-98-242-168-49.hsd1.fl.comcast.net] has joined #go-nuts
05:01 -!- scm [justme@d038188.adsl.hansenet.de] has quit [Ping timeout: 240
seconds]
05:03 -!- scm [justme@d019080.adsl.hansenet.de] has joined #go-nuts
05:05 -!- b00m_chef [~watr@d64-180-45-230.bchsia.telus.net] has joined #go-nuts
05:11 -!- eikenberry [~jae@mail.zhar.net] has quit [Ping timeout: 265 seconds]
05:23 -!- Squarism [~asdf@194-237-183-250.customer.telia.com] has quit [Ping
timeout: 258 seconds]
05:37 < jessta> kmeyer: that's strange
05:41 < kmeyer> yep :P
05:44 -!- hhg_ [~hhg@hhg.to] has quit [Ping timeout: 276 seconds]
05:51 -!- MadMethod [~Method@unaffiliated/method] has quit [Read error: Connection
reset by peer]
05:52 -!- Method [~Method@nat-3-135.snu.edu] has joined #go-nuts
05:52 -!- Method [~Method@nat-3-135.snu.edu] has quit [Changing host]
05:52 -!- Method [~Method@unaffiliated/method] has joined #go-nuts
05:55 -!- Method [~Method@unaffiliated/method] has quit [Client Quit]
05:55 -!- Method [~Method@nat-3-135.snu.edu] has joined #go-nuts
05:55 -!- Method [~Method@nat-3-135.snu.edu] has quit [Changing host]
05:55 -!- Method [~Method@unaffiliated/method] has joined #go-nuts
05:55 -!- tumdum [~tumdum@auy114.neoplus.adsl.tpnet.pl] has joined #go-nuts
05:55 -!- tumdum [~tumdum@auy114.neoplus.adsl.tpnet.pl] has quit [Changing host]
05:55 -!- tumdum [~tumdum@unaffiliated/tumdum] has joined #go-nuts
05:58 -!- warthurton [~warthurto@pdpc/supporter/active/warthurton] has joined
#go-nuts
05:59 -!- b00m_chef [~watr@d64-180-45-230.bchsia.telus.net] has quit [Ping
timeout: 246 seconds]
06:00 -!- tvw [~tv@e176004054.adsl.alicedsl.de] has joined #go-nuts
06:04 -!- kel_ [~kel@cpc2-leat2-0-0-cust98.hers.cable.ntl.com] has joined #go-nuts
06:06 -!- XeonPaul [~chatzilla@222.73.189.44] has quit [Ping timeout: 276 seconds]
06:11 -!- pct [~pct@deep.tw] has quit [Ping timeout: 240 seconds]
06:12 -!- tumdum [~tumdum@unaffiliated/tumdum] has quit [Quit: tumdum]
06:17 < jessta> kmeyer: perhaps this might be the problem,
http://code.google.com/p/go/issues/detail?id=424
06:19 -!- wrtp [~rog@89.242.170.31] has joined #go-nuts
06:19 < kmeyer> huh, possibly
06:30 -!- kobkrit [~kobkrit@2001:200:141:6151:224:21ff:fe1e:4d16] has joined
#go-nuts
06:32 -!- tvw [~tv@e176004054.adsl.alicedsl.de] has quit [Remote host closed the
connection]
06:44 -!- slashus2 [~slashus2@74-137-24-74.dhcp.insightbb.com] has quit [Quit:
slashus2]
07:10 -!- General1337 [~support@71-84-50-230.dhcp.mtpk.ca.charter.com] has joined
#go-nuts
07:13 -!- General13372 [~support@71-84-50-230.dhcp.mtpk.ca.charter.com] has quit
[Ping timeout: 258 seconds]
07:18 -!- kanade [~rohan@59.95.51.232] has joined #go-nuts
07:19 -!- zozoR [~zozoR@0x5da69cf2.cpe.ge-0-1-0-1105.hsnqu1.customer.tele.dk] has
joined #go-nuts
07:20 -!- vsayer [~vivek@c-76-103-244-154.hsd1.ca.comcast.net] has quit [Read
error: Connection reset by peer]
07:20 -!- LennethEX [~LennethEX@S010600119502636d.wp.shawcable.net] has quit
[Quit: Leaving]
07:20 -!- vsayer [~vivek@c-76-103-244-154.hsd1.ca.comcast.net] has joined #go-nuts
07:33 -!- Ideal [~Ideal@ideal-1-pt.tunnel.tserv6.fra1.ipv6.he.net] has joined
#go-nuts
07:45 -!- alkavan_ [~alkavan@87.68.249.45.adsl.012.net.il] has joined #go-nuts
07:54 -!- ShadowIce [pyoro@unaffiliated/shadowice-x841044] has joined #go-nuts
07:58 -!- rlab [~Miranda@91.200.158.34] has joined #go-nuts
08:00 -!- marsu [~marsu@ANancy-154-1-37-119.w83-196.abo.wanadoo.fr] has joined
#go-nuts
08:03 -!- zyichi [~zyichi@124.205.180.154] has left #go-nuts []
08:16 -!- hcatlin [~hcatlin@pdpc/supporter/professional/hcatlin] has joined
#go-nuts
08:20 -!- tvw [~tv@e176004054.adsl.alicedsl.de] has joined #go-nuts
08:28 -!- gospch [~gorspch@unaffiliated/gospch] has quit [Ping timeout: 240
seconds]
08:28 -!- vsayer [~vivek@c-76-103-244-154.hsd1.ca.comcast.net] has quit [Read
error: Connection reset by peer]
08:28 -!- vsayer [~vivek@c-76-103-244-154.hsd1.ca.comcast.net] has joined #go-nuts
08:29 -!- samferry [sam@atheme/member/samferry] has quit [Read error: Operation
timed out]
08:30 -!- Kashia [~Kashia@port-92-200-53-157.dynamic.qsc.de] has quit [Quit: This
computer has gone to sleep]
08:32 -!- samferry [sam@atheme/member/samferry] has joined #go-nuts
08:34 -!- Project_2501 [~Marvin@82.84.73.184] has joined #go-nuts
08:37 -!- ikaros [~ikaros@f050194188.adsl.alicedsl.de] has joined #go-nuts
08:49 -!- path[l] [UPP@120.138.102.34] has quit [Quit: path[l]]
08:55 -!- cco3 [~conley@c-69-181-138-209.hsd1.ca.comcast.net] has quit [Ping
timeout: 268 seconds]
09:01 -!- Project_2501 [~Marvin@82.84.73.184] has quit [Ping timeout: 240 seconds]
09:04 -!- kobkrit [~kobkrit@2001:200:141:6151:224:21ff:fe1e:4d16] has quit [Quit:
Ex-Chat]
09:04 -!- kobkrit [~kobkrit@2001:200:141:6151:224:21ff:fe1e:4d16] has joined
#go-nuts
09:05 -!- kobkrit [~kobkrit@2001:200:141:6151:224:21ff:fe1e:4d16] has quit [Client
Quit]
09:05 -!- kobkrit [~kobkrit@2001:200:141:6151:224:21ff:fe1e:4d16] has joined
#go-nuts
09:06 -!- kobkrit [~kobkrit@2001:200:141:6151:224:21ff:fe1e:4d16] has quit [Client
Quit]
09:07 -!- kobkrit [~kobkrit@2001:200:141:6151:224:21ff:fe1e:4d16] has joined
#go-nuts
09:09 < kobkrit> Please show me a code snippet for reading very large UTF8
file.
09:09 -!- engla [~ulrik@wikipedia/Sverdrup] has joined #go-nuts
09:11 < kanade> see the utf-8 package
09:13 -!- samferry [sam@atheme/member/samferry] has quit [Read error: Operation
timed out]
09:13 -!- samferry [sam@atheme/member/samferry] has joined #go-nuts
09:14 < wrtp> see the io package
09:14 < wrtp> all strings are in utf8 encoding by default
09:14 < wrtp> so you don't have to do anything special to read utf8
09:20 -!- zozoR [~zozoR@0x5da69cf2.cpe.ge-0-1-0-1105.hsnqu1.customer.tele.dk] has
quit [Quit: Morten.  Desu~]
09:28 < wrtp> kobrit: if you want to read character by character, you can
use bufio.Reader.ReadRune()
09:42 -!- rlab_ [~Miranda@91.200.158.34] has joined #go-nuts
09:44 -!- rlab [~Miranda@91.200.158.34] has quit [Ping timeout: 245 seconds]
09:45 -!- taruti [taruti@aoi.yi.org] has quit [Quit: leaving]
09:48 -!- taruti [taruti@aoi.yi.org] has joined #go-nuts
09:51 -!- rlab_ [~Miranda@91.200.158.34] has quit [Quit: Miranda IM! Smaller,
Faster, Easier.  http://miranda-im.org]
09:51 -!- rlab [~Miranda@91.200.158.34] has joined #go-nuts
09:59 -!- Agon-laptop
[~marcel@HSI-KBW-095-208-003-128.hsi5.kabel-badenwuerttemberg.de] has joined
#go-nuts
09:59 -!- path[l] [~path@59.162.86.164] has joined #go-nuts
10:09 -!- tvw [~tv@e176004054.adsl.alicedsl.de] has quit [Remote host closed the
connection]
10:14 -!- accAgon-laptop
[~marcel@HSI-KBW-095-208-003-128.hsi5.kabel-badenwuerttemberg.de] has joined
#go-nuts
10:14 -!- Agon-laptop
[~marcel@HSI-KBW-095-208-003-128.hsi5.kabel-badenwuerttemberg.de] has quit [Quit:
Konversation terminated!]
10:14 -!- accAgon-laptop
[~marcel@HSI-KBW-095-208-003-128.hsi5.kabel-badenwuerttemberg.de] has left
#go-nuts []
10:15 -!- jA_cOp [~yakobu@unaffiliated/ja-cop/x-9478493] has quit [Read error:
Connection reset by peer]
10:22 -!- vsayer [~vivek@c-76-103-244-154.hsd1.ca.comcast.net] has quit [Read
error: Connection reset by peer]
10:23 -!- vsayer [~vivek@c-76-103-244-154.hsd1.ca.comcast.net] has joined #go-nuts
10:23 < kobkrit> wrtp, kanade Thank all
10:23 < kanade> np :)
10:23 < wrtp> np :)
10:23 -!- petrux [~petrux@host16-224-static.53-82-b.business.telecomitalia.it] has
joined #go-nuts
10:29 -!- kota1111 [~kota1111@gw2.kbmj.jp] has quit [Quit: Leaving...]
10:40 -!- ikaros [~ikaros@f050194188.adsl.alicedsl.de] has quit [Quit: Leave the
magic to Houdini]
10:48 -!- sladegen [~nemo@unaffiliated/sladegen] has quit [Ping timeout: 276
seconds]
10:49 -!- sladegen [~nemo@unaffiliated/sladegen] has joined #go-nuts
10:52 -!- kanade [~rohan@59.95.51.232] has quit [Quit: Leaving]
10:56 -!- gospch [~gospch@unaffiliated/gospch] has joined #go-nuts
11:01 -!- ct529 [~quassel@biolpc1758.york.ac.uk] has joined #go-nuts
11:10 -!- kanru [~kanru@61-30-10-70.static.tfn.net.tw] has quit [Quit: WeeChat
0.3.2]
11:11 -!- sladegen [~nemo@unaffiliated/sladegen] has quit [Ping timeout: 245
seconds]
11:12 -!- sladegen [~nemo@unaffiliated/sladegen] has joined #go-nuts
11:19 -!- Xurix [~Luixsia@AToulouse-254-1-44-45.w81-250.abo.wanadoo.fr] has joined
#go-nuts
11:21 -!- Project_2501 [~Marvin@dynamic-adsl-94-36-155-129.clienti.tiscali.it] has
joined #go-nuts
11:26 -!- mertimor [~mertimor@p578ED199.dip.t-dialin.net] has joined #go-nuts
11:27 -!- alehorst [~alehorst@189.58.135.201] has joined #go-nuts
11:27 -!- SRabbelier [~SRabbelie@ip138-114-211-87.adsl2.static.versatel.nl] has
quit [Quit: Leaving.]
11:27 -!- Ideal [~Ideal@ideal-1-pt.tunnel.tserv6.fra1.ipv6.he.net] has quit [Quit:
Ideal]
11:31 -!- SRabbelier [~SRabbelie@ip138-114-211-87.adsl2.static.versatel.nl] has
joined #go-nuts
11:33 -!- ayo [~nya@f051180167.adsl.alicedsl.de] has joined #go-nuts
11:33 -!- aho [~nya@g228026005.adsl.alicedsl.de] has quit [Read error: Connection
reset by peer]
11:34 -!- artefon [~thiago@189.107.188.54] has joined #go-nuts
11:35 -!- gnuvince_ [~vince@70.35.173.37] has joined #go-nuts
11:40 -!- LennethEX [~LennethEX@S010600119502636d.wp.shawcable.net] has joined
#go-nuts
11:54 -!- vsayer [~vivek@c-76-103-244-154.hsd1.ca.comcast.net] has quit [Ping
timeout: 248 seconds]
12:01 -!- lux` [lucs@151.95.180.63] has joined #go-nuts
12:04 -!- deso [~deso@x0561a.wh30.tu-dresden.de] has joined #go-nuts
12:08 -!- vsayer [~vivek@c-76-103-244-154.hsd1.ca.comcast.net] has joined #go-nuts
12:15 -!- rlab [~Miranda@91.200.158.34] has quit [Read error: Connection reset by
peer]
12:16 -!- gmurphy [~gmurphy@203.217.43.13] has joined #go-nuts
12:18 -!- gmurphy [~gmurphy@203.217.43.13] has left #go-nuts []
12:19 -!- rlab [~Miranda@91.200.158.34] has joined #go-nuts
12:19 -!- ikaros [~ikaros@guests147.externals.de] has joined #go-nuts
12:21 -!- sladegen [~nemo@unaffiliated/sladegen] has quit [Disconnected by
services]
12:21 -!- sladegen [~nemo@unaffiliated/sladegen] has joined #go-nuts
12:23 -!- turbinio [~tobias@awv.inf.tu-dresden.de] has joined #go-nuts
12:24 -!- ikaros [~ikaros@guests147.externals.de] has quit [Client Quit]
12:27 -!- ikaros [~ikaros@guests147.externals.de] has joined #go-nuts
12:29 -!- cmarcelo [~cmarcelo@enlightenment/developer/cmarcelo] has joined
#go-nuts
12:39 -!- gmurphy [~gmurphy@203.217.43.13] has joined #go-nuts
12:39 -!- mertimor [~mertimor@p578ED199.dip.t-dialin.net] has quit [Quit:
mertimor]
12:41 -!- gmurphy [~gmurphy@203.217.43.13] has left #go-nuts []
12:46 -!- megaboz [~none@unaffiliated/megaboz] has joined #go-nuts
12:57 -!- LennethEX [~LennethEX@S010600119502636d.wp.shawcable.net] has quit
[Quit: Leaving]
13:14 -!- ikke [~ikkibr@189.58.220.202.dynamic.adsl.gvt.net.br] has joined
#go-nuts
13:14 -!- ikke [~ikkibr@189.58.220.202.dynamic.adsl.gvt.net.br] has quit [Changing
host]
13:14 -!- ikke [~ikkibr@unaffiliated/ikkebr] has joined #go-nuts
13:19 -!- GoTest [~gotest@124-168-59-247.dyn.iinet.net.au] has joined #go-nuts
13:20 -!- GoTest [~gotest@124-168-59-247.dyn.iinet.net.au] has quit [Remote host
closed the connection]
13:29 -!- ct529 [~quassel@biolpc1758.york.ac.uk] has quit [Remote host closed the
connection]
13:31 -!- ikaros [~ikaros@guests147.externals.de] has quit [Quit: Leave the magic
to Houdini]
13:38 -!- scarabx [~scarabx@c-76-19-43-200.hsd1.ma.comcast.net] has joined
#go-nuts
13:39 -!- turbinio [~tobias@awv.inf.tu-dresden.de] has left #go-nuts []
13:40 -!- tumdum_ [~tumdum@auv99.neoplus.adsl.tpnet.pl] has joined #go-nuts
13:40 -!- tumdum_ [~tumdum@auv99.neoplus.adsl.tpnet.pl] has quit [Changing host]
13:40 -!- tumdum_ [~tumdum@unaffiliated/tumdum] has joined #go-nuts
13:41 -!- tumdum_ [~tumdum@unaffiliated/tumdum] has quit [Client Quit]
13:56 -!- ikke [~ikkibr@unaffiliated/ikkebr] has quit [Ping timeout: 245 seconds]
13:58 -!- marsu [~marsu@ANancy-154-1-37-119.w83-196.abo.wanadoo.fr] has quit [Ping
timeout: 260 seconds]
13:59 -!- path[l] [~path@59.162.86.164] has quit [Quit: path[l]]
14:01 -!- scarabx [~scarabx@c-76-19-43-200.hsd1.ma.comcast.net] has quit [Quit:
This computer has gone to sleep]
14:02 -!- ikke [~ikkibr@189.58.220.202.dynamic.adsl.gvt.net.br] has joined
#go-nuts
14:02 -!- ikke [~ikkibr@189.58.220.202.dynamic.adsl.gvt.net.br] has quit [Changing
host]
14:02 -!- ikke [~ikkibr@unaffiliated/ikkebr] has joined #go-nuts
14:02 -!- path[l] [~path@59.162.86.164] has joined #go-nuts
14:04 -!- Project-2501 [~Marvin@dynamic-adsl-94-36-172-162.clienti.tiscali.it] has
joined #go-nuts
14:06 -!- Project_2501 [~Marvin@dynamic-adsl-94-36-155-129.clienti.tiscali.it] has
quit [Read error: Operation timed out]
14:10 -!- Project_2501 [~Marvin@82.84.73.149] has joined #go-nuts
14:14 -!- Project-2501 [~Marvin@dynamic-adsl-94-36-172-162.clienti.tiscali.it] has
quit [Ping timeout: 264 seconds]
14:14 -!- Venom_X [~pjacobs@71.20.102.220] has joined #go-nuts
14:14 -!- deso [~deso@x0561a.wh30.tu-dresden.de] has quit [Remote host closed the
connection]
14:16 -!- Project-2501 [~Marvin@82.84.93.10] has joined #go-nuts
14:19 -!- Project_2501 [~Marvin@82.84.73.149] has quit [Read error: Operation
timed out]
14:20 -!- adu [~ajr@pool-173-66-16-26.washdc.fios.verizon.net] has quit [Quit:
adu]
14:22 -!- Project_2501 [~Marvin@dynamic-adsl-94-36-172-101.clienti.tiscali.it] has
joined #go-nuts
14:25 -!- Project-2501 [~Marvin@82.84.93.10] has quit [Ping timeout: 240 seconds]
14:28 -!- Project-2501 [~Marvin@82.84.95.158] has joined #go-nuts
14:29 -!- mertimor [~mertimor@p578ED199.dip.t-dialin.net] has joined #go-nuts
14:30 -!- aho [~nya@f051180167.adsl.alicedsl.de] has quit [Ping timeout: 245
seconds]
14:32 -!- Project_2501 [~Marvin@dynamic-adsl-94-36-172-101.clienti.tiscali.it] has
quit [Ping timeout: 265 seconds]
14:33 -!- tvw [~tv@e176004054.adsl.alicedsl.de] has joined #go-nuts
14:34 -!- PortatoreSanoDiI [~Marvin@82.84.72.83] has joined #go-nuts
14:37 -!- Project-2501 [~Marvin@82.84.95.158] has quit [Ping timeout: 258 seconds]
14:40 -!- Project_2501 [~Marvin@dynamic-adsl-94-36-179-150.clienti.tiscali.it] has
joined #go-nuts
14:43 -!- PortatoreSanoDiI [~Marvin@82.84.72.83] has quit [Ping timeout: 265
seconds]
14:43 -!- Project_2501 [~Marvin@dynamic-adsl-94-36-179-150.clienti.tiscali.it] has
quit [Client Quit]
14:46 < kimelto> morning!
14:50 -!- BrowserUk [~irc1_20_B@89.240.51.146] has joined #go-nuts
14:50 -!- ikke [~ikkibr@unaffiliated/ikkebr] has quit [Ping timeout: 252 seconds]
14:51 -!- BrowserUk [~irc1_20_B@89.240.51.146] has left #go-nuts []
14:52 -!- BrowserUk [~irc1_20_B@89.240.51.146] has joined #go-nuts
14:54 -!- BrowserUk [~irc1_20_B@89.240.51.146] has left #go-nuts []
14:55 -!- BrowserUk [~irc1_20_B@89.240.51.146] has joined #go-nuts
14:55 -!- marsu [~marsu@ANancy-154-1-37-119.w83-196.abo.wanadoo.fr] has joined
#go-nuts
14:56 -!- eikenberry [~jae@mail.zhar.net] has joined #go-nuts
14:56 < BrowserUk> hi
14:56 -!- ikke [~ikkibr@unaffiliated/ikkebr] has joined #go-nuts
14:57 < BrowserUk> I compiled the "chaining" demo from the Rob Pike video,
and it runs fine for -n 1 ..  159, but 160 and up it just hangs.  Any ideas?
15:04 < BrowserUk> And if I change f() to: func f( left, right chan int ) {
var in int = <-right; fmt.Println( in ); left <- 1 + in }
15:04 < BrowserUk> it works upto 154 and hangs at 155.  ?
15:04 -!- Damn3d [damn3d@unaffiliated/morpheus/x-0931003] has quit [Ping timeout:
260 seconds]
15:04 < chressie> BrowserUk: it works fine here..  weird
15:05 < wrtp> BrowserUk: could you paste your exact code somewhere?
15:06 < BrowserUk> wrtp: Sure brb
15:06 -!- Damn3d [damn3d@borsukuj.pl] has joined #go-nuts
15:06 < mk64ftw_> is there any way to use foo from "type foo func(int)
float", to define a function?
15:07 < mk64ftw_> like this http://pastebin.org/236807?
15:08 < engla> mk64ftw_: eww, why define a function without the func keyword
15:08 < wrtp> mk64ftw_: no.  the reason is that the argument names aren't
part of the type of the function, so how would the code inside bar know how to
refer to its arguments?
15:08 < mk64ftw_> engla: because i have a lot of different functions that
will be the same type
15:09 < mk64ftw_> wrtp: thanks
15:09 < mk64ftw_> didn't think about that
15:09 < wrtp> engla: for the same reason that you might want to define a map
without the map keyword :-)
15:09 < BrowserUk> wrtp: Here http://pastebin.com/RbcjEvAe
15:09 < wrtp> engla: (which you can do)
15:09 < engla> I don't think func acts like a type name
15:10 < mk64ftw_> engla: you can use the type declaration i showed for
passing functions around as arguments...
15:10 < jessta> mk64ftw_: why do you want to make your code annoying to
read?
15:11 -!- carllerche [~carllerch@208.87.61.203] has joined #go-nuts
15:11 < mk64ftw_> jessta: how is not repeating a type declaration multiple
times annoying to read?
15:11 < jessta> yep
15:11 < jessta> you can't do that anyway
15:11 < engla> it has to be very huge for that to be a problem.  better to
be explicit
15:12 < mk64ftw_> <_< right...  they are parser combinators, i will
probably have many
15:13 < jessta> mk64ftw_: just copy/paste
15:13 < taruti> mk64ftw_: why not use structs instead of functions?
15:13 < engla> also, functions implement an interface/function prototype by
implementing that interface, not by using the interface in their definition; the
latter doesn't make sense since you cant "parameterize" the implementation
depending on the content of the function type
15:14 < wrtp> BrowserUk: it works fine for me
15:14 < mk64ftw_> taruti: because i like functions and it was the first
thing I thought of and how i general formulate this problem in my head, coming
from Haskell, i assumed go would have a mechanism for achieving similair things,
so i was just asking
15:14 * BrowserUk is guessing its a "platform thing" :(
15:15 < wrtp> BrowserUk: 1.37s for 100000
15:15 < mk64ftw_> engla: i think what you just said doesn't make sense
15:15 < jessta> mk64ftw_: don't write Haskell in Go
15:15 < wrtp> (i took out the Print)
15:15 < taruti> mk64ftw_: I think structures could be more idiomatic in Go.
15:15 < mk64ftw_> jessta: why not?  if the pattern fits the problem
15:16 < mk64ftw_> taruti: i assumed that might be the case
15:16 < wrtp> i dunno, sometimes it would be nice to be able to write out
function definitions without repeating all their types
15:16 < wrtp> and closures are useful - that's why they're there.
15:16 -!- alkavan_ [~alkavan@87.68.249.45.adsl.012.net.il] has quit [Quit:
Leaving]
15:17 < BrowserUk> wrtb: Upto the limit where it hangs, it is very fast.
But then it just blips the cpu and stops.
15:17 < wrtp> i thought it would be nice if you could do: var f SomeFuncType
= func(a, b, c _) _ {....}
15:17 < taruti> mk64ftw_: and even in Haskell it makes sense to have the
parser combinators return data to enable optimization over a pure function
approach
15:17 < wrtp> and have the blank types filled in automatically
15:17 < wrtp> it would only work for direct assignment compatibility
15:18 < jessta> mk64ftw_: if you're going to write haskell in Go then you're
better off just writing in haskell
15:19 < wrtp> jessta: sometimes a functional approach is a good one
15:19 < wrtp> jessta: and there's no reason that go shouldn't support it
well.
15:20 < wrtp> jessta: it's the same kind of issue that makes initialising
two dimensional arrays a pain
15:21 < wrtp> BrowserUk: how many iterations do you get to before it falls
over?
15:26 < BrowserUk> wrtp:Without the print, the breakpoint is 159/160
15:27 < BrowserUk> with the print its 154/155
15:28 -!- eikenberry [~jae@mail.zhar.net] has quit [Quit: End of line.]
15:28 -!- artefon [~thiago@189.107.188.54] has quit [Quit: bye]
15:28 < BrowserUk> And if I remove teh print and make all the channels make(
chan int, 100 ), then it moves to 129/130...which is bewildering.  I just cant
begin to guess where to start looking for the problem.
15:29 < chressie> BrowserUk: have you tried other go versions?
15:32 < wrtp> BrowserUk: what happens if you put some code at the start,
say: go func(){time.Sleep(5*1e9); panic("what's goin' on, man")}()
15:32 < wrtp> and then wait 5 seconds after it hangs.
15:32 < wrtp> i wonder if you get the panic, or if everything has hung up
15:32 < BrowserUk> chressie: No, not yet.
15:33 < wrtp> what arguments are you running the code with?  have you tried
it with -n 500 ?
15:33 < wrtp> oh i see, you're using the windows version of go
15:33 < wrtp> i don't think that's much tested
15:33 < BrowserUk> wrtp: Yes, I've tried a variety of values above teh
breakpoint and it just hangs.
15:34 < wrtp> i'd reported it as an issue
15:34 < wrtp> s/reported/report/
15:34 < BrowserUk> Yeh!  That's what I meant by a platform thing.
15:38 < wrtp> BrowserUk: definitely report it.
15:38 < wrtp> (here: http://code.google.com/p/go/issues/list)
15:39 < BrowserUk> wrtp:Okay.  I was trying to test your panic thing, but
the time package seems to be missing from the distribution I have.
15:44 < BrowserUk> Okay.  I was one version downloevel, so I'm upgrading and
will check before raising a new issue.
15:45 < wrtp> BrowserUk: the windows version of go is still in its nascent
phase
15:49 -!- tibshoot [~tibshoot@gw-puteaux.linagora.com] has quit [Quit: Quitte]
15:56 -!- ccahoon [~ccahoon@physics-72-210.pooled.UMBC.EDU] has joined #go-nuts
15:57 -!- petrux [~petrux@host16-224-static.53-82-b.business.telecomitalia.it] has
quit [Quit: leaving]
16:00 -!- rv2733 [~rv2733@c-98-242-168-49.hsd1.fl.comcast.net] has quit [Quit:
Leaving]
16:02 -!- turbinio [~tobias@awv.inf.tu-dresden.de] has joined #go-nuts
16:03 -!- turbinio [~tobias@awv.inf.tu-dresden.de] has left #go-nuts []
16:06 -!- path[l] [~path@59.162.86.164] has quit [Quit: path[l]]
16:06 < BrowserUk> wrtp: Understood.  But it is improving...the latest build
I downloaded has the time package.
16:07 -!- tumdum [~tumdum@auv99.neoplus.adsl.tpnet.pl] has joined #go-nuts
16:07 -!- tumdum [~tumdum@auv99.neoplus.adsl.tpnet.pl] has quit [Changing host]
16:07 -!- tumdum [~tumdum@unaffiliated/tumdum] has joined #go-nuts
16:08 < wrtp> BrowserUk: ah, but does your example now work?!
16:08 < BrowserUk> but it still hangs as -n gets higher...
16:09 < BrowserUk> No. The breakpoint changes slightly...but lower 154/155
instead of 159/160...
16:10 < wrtp> does the timed panic do anything?
16:10 < BrowserUk> And if I add the timed panic, It panics so long as -n is
below the breakpoint....but not if it is above....this is a handles/locks/
resources thing isn;t it?
16:13 -!- tvw [~tv@e176004054.adsl.alicedsl.de] has quit [Ping timeout: 260
seconds]
16:13 -!- Venom_X_ [~pjacobs@66.54.185.131] has joined #go-nuts
16:14 -!- Venom_X [~pjacobs@71.20.102.220] has quit [Disconnected by services]
16:15 < BrowserUk> How do I input a line from the keyboard?  (I just want to
pause the process)
16:16 < Soultaker> that's barely possible
16:16 < Soultaker> I think the best way so far is to do
bufio.NewReader(io.Stdin).ReadSlice('\n')
16:17 < KirkMcDonald> os.Stdin
16:18 < Soultaker> yes, my mistake.
16:18 < Soultaker> (of course, you have to keep the same reader around if
you want to read multiple lines)
16:21 < BrowserUk> Geez!  That et the cat amongst the pidgeons :)
16:24 < BrowserUk> Several hundred lines of panic output.  Take out the
bufio stuff and it goes away.  .............  Just too early I guess.
16:24 < BrowserUk> Anyone intersted in seeing the (first few lines of) the
panic?
16:25 < Soultaker> I'm just a Go user.  I wouldn't know what to do with it.
;)
16:26 < BrowserUk> 'k.  Just thought I'd ask :)
16:31 -!- carllerche [~carllerch@208.87.61.203] has quit [Quit: carllerche]
16:33 < wrtp> BrowserUk: post the whole panic - it would be interesting to
see
16:33 < wrtp> (and the useful lines are usually quite a way down)
16:33 -!- ikaros [~ikaros@f050194188.adsl.alicedsl.de] has joined #go-nuts
16:40 < BrowserUk> wrtp: http://pastebin.com/dQmihPBG (I used -n 2 which
means that the panic is much shoter, but with higher values the last goroutine N/
goexit bit is just repeated many times)
16:40 < BrowserUk> *shorter
16:42 < BrowserUk> For all teh world it looks like it is going to the OS for
memory and failing...but the ram usage never goes above 4MB.
16:42 -!- ccahoon [~ccahoon@physics-72-210.pooled.UMBC.EDU] has quit [Quit:
ccahoon]
16:44 -!- carllerche [~carllerch@99.13.242.166] has joined #go-nuts
16:44 -!- iant [~iant@adsl-71-133-8-30.dsl.pltn13.pacbell.net] has joined #go-nuts
16:44 -!- mode/#go-nuts [+v iant] by ChanServ
16:46 < mk64ftw_> the use of the go makefiles shown on the golang website
seems to expect you to want to install the package in GOROOT, but I just want to
build packages local to my project, I browsed over Make.pkg, I can't decide if I
should roll my own, fiddle with these, or if I am missing something obvious.
Suggestions?
16:46 -!- rlab [~Miranda@91.200.158.34] has quit [Ping timeout: 276 seconds]
16:48 < wrtp> BrowserUk: the error is in the go scheduler, it looks like.
it'd be worth raising an issue and posting all that information along with it
16:48 < exch> mk64ftw_: I solve that by adding my own install rule to the
makefile.  Simple have it copy the compiled lib to where ever you need it
16:49 -!- Svarthandske [~nn@dsl-tkubrasgw1-fe3cdc00-28.dhcp.inet.fi] has joined
#go-nuts
16:49 < mk64ftw_> exch: ah, thank you, good idea
16:50 < exch> http://gist.github.com/401371 like this
16:50 < mk64ftw_> exch: excellent
16:51 < exch> and to use it in your other code, do: import "../lib/foo" ..
or the path to whereever you have it
16:51 < mk64ftw_> exch: works great, exactly what i was looking for, thanks
16:51 < exch> np
16:53 < exch> hmm.  It sure would be great if you could include more than 1
go file in the CGO build list.
16:53 < wrtp> mk64ftw_: i reckon it's worth using absolute paths, and
installing the object files, at least, under $GOROOT, like goinstall does
16:53 < dho_plan9> exch: huh?
16:53 < ni|> hey dho_plan9
16:53 < ni|> logn time no see
16:53 < dho_plan9> hi
16:54 < ni|> running p9 now!?
16:54 < dho_plan9> been busy
16:54 < dho_plan9> exch: CGOFILES can have more than 1 file.
16:54 < dho_plan9> i fixed that months ago
16:54 * dho_plan9 heads out for lunch, brb
16:54 < exch> dho_plan9: any addition go files added to the CGOFILES list
which actually use a C.xxx reference will not be able to resolve that type..  and
if you add another import "C" header to it, cgo fails
16:54 < dho_plan9> since when?
16:55 < exch> since now apparently
16:55 < dho_plan9> Because I made that work a long time ago; that's a
regression.
16:55 < dho_plan9> open an issue, ping me on it
16:55 < exch> unless I am missing something here
17:01 < exch> mm nope.  6g can't find 'foo.cgo1.go'.  I'm assuming it isn't
generated if foo.go has no 'import "C"' call.  When I add that call, I get a mile
of gcc errors
17:01 -!- b00m_chef [~watr@209-52-232-163.vlan452.dsl.ucc-net.ca] has joined
#go-nuts
17:01 -!- marsu [~marsu@ANancy-154-1-37-119.w83-196.abo.wanadoo.fr] has quit [Ping
timeout: 248 seconds]
17:01 < exch> doh
17:02 < exch> nvm.  I was under the impression that I didn't have to add the
//#include <> bits in every file as well
17:04 < BrowserUk> wrtp: OKay.  I'll need to get a gmail id first.  I'll get
to that later today.Many thanks for your time.
17:06 -!- tvw [~tv@e176004054.adsl.alicedsl.de] has joined #go-nuts
17:07 -!- rlab [~Miranda@91.200.158.34] has joined #go-nuts
17:07 -!- alkavan_ [~alkavan@87.68.249.45.adsl.012.net.il] has joined #go-nuts
17:11 -!- b00m_chef [~watr@209-52-232-163.vlan452.dsl.ucc-net.ca] has quit [Ping
timeout: 265 seconds]
17:12 -!- b00m_chef [~watr@209-52-232-163.vlan452.dsl.ucc-net.ca] has joined
#go-nuts
17:13 < exch> oh man, I can't believe i've never figured this out before.
17:13 -!- MizardX [~MizardX@unaffiliated/mizardx] has joined #go-nuts
17:14 -!- BrowserUk [~irc1_20_B@89.240.51.146] has left #go-nuts []
17:16 -!- cmarcelo [~cmarcelo@enlightenment/developer/cmarcelo] has quit [Read
error: Connection reset by peer]
17:16 -!- b00m_chef [~watr@209-52-232-163.vlan452.dsl.ucc-net.ca] has quit [Ping
timeout: 260 seconds]
17:19 -!- hcatlin [~hcatlin@pdpc/supporter/professional/hcatlin] has quit [Quit:
hcatlin]
17:23 -!- Ender2070 [~Ender2070@bas10-toronto12-1177614931.dsl.bell.ca] has joined
#go-nuts
17:24 < Ender2070> I am going to package Go for Fedora Linux
17:24 -!- marsu [~marsu@ANancy-154-1-37-119.w83-196.abo.wanadoo.fr] has joined
#go-nuts
17:24 < Tonnerre> Again?
17:24 < Tonnerre> I think there are already 2 packages
17:24 < Ender2070> its been abandoned as far as I can tell using the
trackers
17:25 < Tonnerre> Well, mine certainly isn't abandoned
17:25 < Ender2070> its in Fedora?
17:26 < Tonnerre> http://go-lang.cat-v.o
17:26 < Tonnerre> rg
17:26 < Tonnerre> Ender2070, no, it's not
17:27 -!- Damn3d [damn3d@borsukuj.pl] has quit [Changing host]
17:27 -!- Damn3d [damn3d@unaffiliated/morpheus/x-0931003] has joined #go-nuts
17:27 -!- tvw [~tv@e176004054.adsl.alicedsl.de] has quit [Ping timeout: 245
seconds]
17:28 -!- crashR [~crasher@codextreme.pck.nerim.net] has quit [Quit: Leaving.]
17:28 < Ender2070> hmm your right
17:28 < Ender2070> its not in the default repo though
17:28 -!- Kashia [~Kashia@port-92-200-53-157.dynamic.qsc.de] has joined #go-nuts
17:29 < Tonnerre> Of course not, that's why I added it to my repo
17:29 < Ender2070> i also saw this
17:29 < Ender2070> https://bugzilla.redhat.com/show_bug.cgi?id=557366
17:32 < Ender2070> but if someone is already doing it, i'll just use it
instead
17:33 < Tonnerre> Ender2070, see http://go-lang.cat-v.org/
17:34 < Ender2070> i did
17:35 < Ender2070> ill just use those and not worry about packaging it
myself
17:40 -!- alkavan_ [~alkavan@87.68.249.45.adsl.012.net.il] has quit [Read error:
Connection reset by peer]
17:41 -!- alkavan_ [~alkavan@87.68.249.45.adsl.012.net.il] has joined #go-nuts
17:42 -!- hcatlin [~hcatlin@pdpc/supporter/professional/hcatlin] has joined
#go-nuts
17:48 -!- wuehlmaus [~wuehlmaus@p4FCC787C.dip.t-dialin.net] has quit [Remote host
closed the connection]
17:51 -!- Ender2070 [~Ender2070@bas10-toronto12-1177614931.dsl.bell.ca] has quit
[Remote host closed the connection]
17:52 -!- Ginto8 [~Ginto8@pool-72-82-235-34.cmdnnj.fios.verizon.net] has quit
[Ping timeout: 245 seconds]
17:54 -!- illya77 [~illya77@100-139-178-94.pool.ukrtel.net] has joined #go-nuts
17:57 -!- vsayer [~vivek@c-76-103-244-154.hsd1.ca.comcast.net] has quit [Ping
timeout: 240 seconds]
17:57 -!- hcatlin [~hcatlin@pdpc/supporter/professional/hcatlin] has quit [Quit:
hcatlin]
18:01 -!- tazjin [~tazjin@p5DC83F3C.dip.t-dialin.net] has joined #go-nuts
18:03 -!- slashus2 [~slashus2@74-137-24-74.dhcp.insightbb.com] has joined #go-nuts
18:05 -!- Adys [~Adys@unaffiliated/adys] has quit [Remote host closed the
connection]
18:06 -!- Adys [~Adys@unaffiliated/adys] has joined #go-nuts
18:11 -!- vsayer [~vivek@c-76-103-244-154.hsd1.ca.comcast.net] has joined #go-nuts
18:12 -!- deso [~deso@x0561a.wh30.tu-dresden.de] has joined #go-nuts
18:13 -!- vrtical [rm445@pip.srcf.societies.cam.ac.uk] has joined #go-nuts
18:17 -!- hcatlin [~hcatlin@pdpc/supporter/professional/hcatlin] has joined
#go-nuts
18:18 -!- carllerche [~carllerch@99.13.242.166] has quit [Quit: carllerche]
18:21 -!- preflex [~preflex@unaffiliated/mauke/bot/preflex] has quit [Ping
timeout: 240 seconds]
18:27 -!- exch [~nuada@h144170.upc-h.chello.nl] has quit [Read error: Connection
reset by peer]
18:27 -!- preflex [~preflex@unaffiliated/mauke/bot/preflex] has joined #go-nuts
18:32 -!- exch [~nuada@h144170.upc-h.chello.nl] has joined #go-nuts
18:34 -!- gnuvince_ [~vince@70.35.173.37] has quit [Quit: What the fruit is goin'
on here!?]
18:41 -!- carllerche [~carllerch@enginey-9.border1.sfo002.pnap.net] has joined
#go-nuts
18:45 -!- divoxx [~divoxx@189.63.154.163] has joined #go-nuts
18:54 -!- Amaranth [~travis@ubuntu/member/Amaranth] has quit [Ping timeout: 264
seconds]
18:55 -!- Eridius [~kevin@unaffiliated/eridius] has joined #go-nuts
18:56 -!- illya77 [~illya77@100-139-178-94.pool.ukrtel.net] has quit [Quit:
illya77]
19:00 -!- artefon [~thiago@189.107.241.86] has joined #go-nuts
19:01 -!- barismetin [~barismeti@kde/developer/baris] has joined #go-nuts
19:02 -!- tav_ [~tav@78.149.228.252] has joined #go-nuts
19:03 -!- jA_cOp [~yakobu@unaffiliated/ja-cop/x-9478493] has joined #go-nuts
19:06 -!- tav [~tav@2001:0:53aa:64c:0:368d:b16e:ee6a] has quit [Ping timeout: 248
seconds]
19:10 -!- General13372 [~support@71-84-50-230.dhcp.mtpk.ca.charter.com] has joined
#go-nuts
19:12 -!- Ginto8 [~Ginto8@pool-72-82-235-34.cmdnnj.fios.verizon.net] has joined
#go-nuts
19:13 -!- General1337 [~support@71-84-50-230.dhcp.mtpk.ca.charter.com] has quit
[Ping timeout: 276 seconds]
19:24 -!- divoxx [~divoxx@189.63.154.163] has quit [Quit: divoxx]
19:52 -!- Venom_X_ [~pjacobs@71.20.102.220] has joined #go-nuts
19:54 -!- Venom_X [~pjacobs@66.54.185.131] has quit [Disconnected by services]
19:56 -!- smw [~stephen@pool-96-232-88-231.nycmny.fios.verizon.net] has quit
[Remote host closed the connection]
19:56 -!- nocturnal [~nocturnal@83.209.24.174] has joined #go-nuts
19:57 < nocturnal> is it possible to make the regexp package match case
insensitive?
19:57 -!- ender2070 [~ender2070@bas2-brampton13-2925343693.dsl.bell.ca] has joined
#go-nuts
19:59 < exch> only for alpha characters by using [a-zA-Z]
20:00 -!- megaboz [~none@unaffiliated/megaboz] has quit [Quit: Lost terminal]
20:00 < nocturnal> a character range
20:00 < nocturnal> i guess that's why they call it a simple implementation
20:00 < exch> yup :p
20:00 < nocturnal> thanks =)
20:00 < exch> its got a few things missing
20:04 -!- eikenberry [~jae@mail.zhar.net] has joined #go-nuts
20:05 -!- ShadowIce [pyoro@unaffiliated/shadowice-x841044] has quit [Ping timeout:
276 seconds]
20:07 -!- artefon [~thiago@189.107.241.86] has quit [Ping timeout: 265 seconds]
20:09 -!- tumdum [~tumdum@unaffiliated/tumdum] has quit [Quit: tumdum]
20:09 -!- rv2733 [~rv2733@c-98-242-168-49.hsd1.fl.comcast.net] has joined #go-nuts
20:10 -!- divoxx [~divoxx@189.63.154.163] has joined #go-nuts
20:12 -!- carllerche [~carllerch@enginey-9.border1.sfo002.pnap.net] has quit
[Quit: carllerche]
20:15 < plexdev> http://is.gd/c9bBe by [Robert Griesemer] in go/doc/ -- go
spec: added imaginary literal to semicolon rules (was missing)
20:20 -!- barismetin [~barismeti@kde/developer/baris] has quit [Remote host closed
the connection]
20:25 -!- ShadowIce [pyoro@unaffiliated/shadowice-x841044] has joined #go-nuts
20:31 -!- leadnose [leadnose@xob.kapsi.fi] has quit [Ping timeout: 260 seconds]
20:32 -!- nocturnal [~nocturnal@83.209.24.174] has left #go-nuts []
20:43 < manveru> something is strange with rand...
20:44 < manveru> gotta make some stats
20:45 -!- leadnose [leadnose@81.90.72.5] has joined #go-nuts
20:45 < manveru> or maybe it's all my fault :)
20:46 < taruti> manveru: are you seeding it correctly?
20:46 < manveru> yeah
20:46 < manveru> i just realized that i was hitting rand much more often
than i should
20:47 < manveru> so naturally i had many more results in my trigger range
20:49 -!- engla [~ulrik@wikipedia/Sverdrup] has quit [Quit: leaving]
20:58 -!- drevell [~d@adsl-75-55-127-140.dsl.sfldmi.sbcglobal.net] has quit [Ping
timeout: 258 seconds]
21:05 -!- braddunbar [~brad@rrcs-96-10-96-162.se.biz.rr.com] has joined #go-nuts
21:13 -!- hcatlin [~hcatlin@pdpc/supporter/professional/hcatlin] has quit [Quit:
hcatlin]
21:15 -!- carllerche [~carllerch@enginey-9.border1.sfo002.pnap.net] has joined
#go-nuts
21:19 -!- Svarthandske [~nn@dsl-tkubrasgw1-fe3cdc00-28.dhcp.inet.fi] has quit
[Quit: Svarthandske]
21:22 -!- b00m_chef [~watr@128.189.68.212] has joined #go-nuts
21:26 -!- Fingerzam [fingerzam@xob.kapsi.fi] has quit [Ping timeout: 248 seconds]
21:26 -!- leadnose [leadnose@81.90.72.5] has quit [Ping timeout: 240 seconds]
21:27 -!- leadnose [leadnose@81.90.72.5] has joined #go-nuts
21:27 -!- Fingerzam [fingerzam@81.90.72.5] has joined #go-nuts
21:29 -!- Fingerzam [fingerzam@81.90.72.5] has quit [K-Lined]
21:29 -!- leadnose [leadnose@81.90.72.5] has quit [K-Lined]
21:32 -!- b00m_chef [~watr@128.189.68.212] has quit [Ping timeout: 276 seconds]
21:35 -!- bmizerany [~bmizerany@adsl-68-127-144-234.dsl.pltn13.pacbell.net] has
joined #go-nuts
21:35 -!- bmizerany [~bmizerany@adsl-68-127-144-234.dsl.pltn13.pacbell.net] has
quit [Client Quit]
21:36 -!- bmizerany [~bmizerany@adsl-68-127-144-234.dsl.pltn13.pacbell.net] has
joined #go-nuts
21:36 -!- ikke [~ikkibr@unaffiliated/ikkebr] has quit []
21:39 -!- ender2070 [~ender2070@bas2-brampton13-2925343693.dsl.bell.ca] has quit
[Remote host closed the connection]
21:43 -!- Kashia [~Kashia@port-92-200-53-157.dynamic.qsc.de] has quit [Ping
timeout: 268 seconds]
21:43 -!- gmurphy [~gmurphy@203.217.43.13] has joined #go-nuts
21:46 -!- gmurphy [~gmurphy@203.217.43.13] has quit [Client Quit]
21:56 -!- vsayer [~vivek@c-76-103-244-154.hsd1.ca.comcast.net] has quit [Ping
timeout: 260 seconds]
22:02 -!- braddunbar [~brad@rrcs-96-10-96-162.se.biz.rr.com] has quit [Ping
timeout: 276 seconds]
22:10 -!- vsayer [~vivek@c-76-103-244-154.hsd1.ca.comcast.net] has joined #go-nuts
22:11 -!- ShadowIce [pyoro@unaffiliated/shadowice-x841044] has quit [Quit:
Verlassend]
22:15 -!- Ender2070 [~Ender2070@bas10-toronto12-1177614931.dsl.bell.ca] has joined
#go-nuts
22:20 -!- Ideal [~Ideal@ideal-1-pt.tunnel.tserv6.fra1.ipv6.he.net] has joined
#go-nuts
22:24 -!- rlab [~Miranda@91.200.158.34] has quit [Quit: Miranda IM! Smaller,
Faster, Easier.  http://miranda-im.org]
22:30 -!- Xera^ [~brit@87-194-208-246.bethere.co.uk] has joined #go-nuts
22:31 -!- barismetin [~barismeti@kde/developer/baris] has joined #go-nuts
22:31 -!- marsu [~marsu@ANancy-154-1-37-119.w83-196.abo.wanadoo.fr] has quit [Read
error: Operation timed out]
22:35 -!- Ideal [~Ideal@ideal-1-pt.tunnel.tserv6.fra1.ipv6.he.net] has quit [Quit:
Ideal]
22:39 -!- marsu [~marsu@ANancy-154-1-37-119.w83-196.abo.wanadoo.fr] has joined
#go-nuts
22:43 -!- scarabx [~scarabx@c-76-19-43-200.hsd1.ma.comcast.net] has joined
#go-nuts
22:47 < plexdev> http://is.gd/c9k0J by [Robert Griesemer] in 2 subdirs of
go/src/pkg/go/printer/ -- go/printer (gofmt): don't lose mandatory semicolons
22:47 < plexdev> http://is.gd/c9k0Q by [Robert Griesemer] in
go/src/cmd/gofmt/ -- gofmt: exclude test w/ illegal syntax from test cases
22:49 -!- slashus2 [~slashus2@74-137-24-74.dhcp.insightbb.com] has quit [Quit:
slashus2]
22:52 -!- easytiger [~gerry@host86-145-107-46.range86-145.btcentralplus.com] has
joined #go-nuts
22:55 -!- bmizeran_ [~bmizerany@adsl-68-127-144-234.dsl.pltn13.pacbell.net] has
joined #go-nuts
22:58 -!- bmizerany [~bmizerany@adsl-68-127-144-234.dsl.pltn13.pacbell.net] has
quit [Ping timeout: 252 seconds]
23:00 -!- Venom_X [~pjacobs@71.20.102.220] has quit [Quit: Venom_X]
23:04 -!- deso [~deso@x0561a.wh30.tu-dresden.de] has quit [Remote host closed the
connection]
23:07 -!- rhelmer [~rhelmer@adsl-69-107-94-119.dsl.pltn13.pacbell.net] has joined
#go-nuts
23:13 -!- vsayer [~vivek@c-76-103-244-154.hsd1.ca.comcast.net] has quit [Ping
timeout: 248 seconds]
23:14 -!- divoxx [~divoxx@189.63.154.163] has quit [Quit: divoxx]
23:14 -!- kel_ [~kel@cpc2-leat2-0-0-cust98.hers.cable.ntl.com] has quit [Ping
timeout: 245 seconds]
23:15 -!- carllerche [~carllerch@enginey-9.border1.sfo002.pnap.net] has quit
[Quit: carllerche]
23:22 -!- lux` [lucs@151.95.180.63] has quit [Remote host closed the connection]
23:26 -!- ikaros [~ikaros@f050194188.adsl.alicedsl.de] has quit [Quit: Leave the
magic to Houdini]
23:27 -!- vsayer [~vivek@c-76-103-244-154.hsd1.ca.comcast.net] has joined #go-nuts
23:33 -!- smw [~stephen@c-76-28-90-0.hsd1.ct.comcast.net] has joined #go-nuts
23:41 -!- Archwyrm [~archwyrm@66.249.8.146] has joined #go-nuts
23:55 -!- slashus2 [~slashus2@74-137-24-74.dhcp.insightbb.com] has joined #go-nuts
23:57 -!- marsu [~marsu@ANancy-154-1-37-119.w83-196.abo.wanadoo.fr] has quit
[Quit: Leaving]
23:59 -!- mertimor [~mertimor@p578ED199.dip.t-dialin.net] has quit [Quit:
mertimor]
23:59 -!- hunterm [~hunterm@2001:0:4137:9e74:2c34:2563:b8b8:1a4b] has joined
#go-nuts
--- Log closed Sat May 15 00:00:56 2010