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

--- Log opened Tue Mar 09 00:00:22 2010
00:07 -!- wuehlmaus [~wuehlmaus@p4FCC7464.dip.t-dialin.net] has quit [Read error:
Operation timed out]
00:08 -!- wuehlmaus [~wuehlmaus@p4FCC59F7.dip.t-dialin.net] has joined #go-nuts
00:11 -!- alkavan_ [~alkavan@77.124.114.236] has quit [Quit: Leaving]
00:18 -!- ak2 [~ak2@dhcp-157-149.cryptonet.ucsc.edu] has joined #go-nuts
00:24 -!- werdan7 [~w7@freenode/staff/wikimedia.werdan7] has quit [Ping timeout:
624 seconds]
00:28 -!- werdan7 [~w7@freenode/staff/wikimedia.werdan7] has joined #go-nuts
00:30 -!- path[l] [UPP@120.138.102.34] has quit [Read error: Connection timed out]
00:31 -!- path[l] [UPP@120.138.102.34] has joined #go-nuts
00:32 -!- rhelmer [~rhelmer@adsl-71-139-219-78.dsl.snfc21.pacbell.net] has quit
[Quit: rhelmer]
00:35 -!- stalled [~411@unaffiliated/stalled] has quit [Ping timeout: 240 seconds]
00:38 -!- stalled [~411@unaffiliated/stalled] has joined #go-nuts
00:38 -!- path[l] [UPP@120.138.102.34] has quit [Read error: Operation timed out]
00:41 -!- path[l] [UPP@120.138.102.34] has joined #go-nuts
00:42 -!- stalled [~411@unaffiliated/stalled] has quit [Ping timeout: 256 seconds]
00:47 -!- ak2 [~ak2@dhcp-157-149.cryptonet.ucsc.edu] has quit [Quit: ak2]
00:49 -!- kota1111 [~kota1111@gw2.kbmj.jp] has joined #go-nuts
00:52 -!- ericvh [~ericvh@cpe-70-123-128-44.austin.res.rr.com] has left #go-nuts
[]
00:53 < plexdev> http://is.gd/9ZQCZ by [Russ Cox] in go/ -- A+C: add Conrad
Meyer (individual CLA)
00:59 -!- path[l] [UPP@120.138.102.34] has quit [Read error: Connection timed out]
00:59 -!- scarabx [~scarabx@c-76-19-43-200.hsd1.ma.comcast.net] has joined
#go-nuts
01:00 -!- scarabx [~scarabx@c-76-19-43-200.hsd1.ma.comcast.net] has quit [Remote
host closed the connection]
01:02 -!- scarabx [~scarabx@c-76-19-43-200.hsd1.ma.comcast.net] has joined
#go-nuts
01:03 -!- path[l] [UPP@120.138.102.34] has joined #go-nuts
01:03 -!- merlin83 [~merlin83@unaffiliated/merlin83] has quit [Ping timeout: 240
seconds]
01:03 -!- nettok [~netto@proxy.galileo.edu] has joined #go-nuts
01:04 -!- powerje [~powerje@2002:4cc0:8dca:0:213:e8ff:feaa:ae2b] has joined
#go-nuts
01:07 -!- triplez [~triplez@cm230.kappa1.maxonline.com.sg] has quit [Quit:
triplez]
01:09 < plexdev> http://is.gd/9ZTSJ by [Conrad Meyer] in 2 subdirs of
go/src/pkg/ -- crypto/sha512: new package
01:09 < plexdev> http://is.gd/9ZTSW by [Dean Prichard] in go/src/cmd/gc/ --
gc: avoid fixed length buffer cleanbuf
01:13 -!- mikespook [~mikespook@219.136.140.106] has joined #go-nuts
01:15 -!- stalled [~411@unaffiliated/stalled] has joined #go-nuts
01:19 -!- AlbertDS [~AlbertDS@80.229.91.29] has quit [Quit: AlbertDS]
01:21 -!- stalled [~411@unaffiliated/stalled] has quit [Ping timeout: 245 seconds]
01:22 -!- AlbertDS [~AlbertDS@80.229.91.29] has joined #go-nuts
01:23 -!- nutate [~rseymour@cacsag4.usc.edu] has joined #go-nuts
01:23 -!- nutate [~rseymour@cacsag4.usc.edu] has quit [Excess Flood]
01:26 -!- AlbertDS [~AlbertDS@80.229.91.29] has quit [Client Quit]
01:32 -!- carllerche [~carllerch@enginey-9.border1.sfo002.pnap.net] has quit
[Quit: carllerche]
01:42 -!- path[l] [UPP@120.138.102.34] has quit [Read error: Connection timed out]
01:43 -!- path[l] [UPP@120.138.102.34] has joined #go-nuts
01:49 -!- b00m_chef [~watr@d64-180-45-230.bchsia.telus.net] has quit [Ping
timeout: 276 seconds]
01:58 -!- nighty__ [~nighty@210.188.173.245] has joined #go-nuts
01:58 -!- adu [~ajr@pool-74-96-89-29.washdc.fios.verizon.net] has joined #go-nuts
02:00 < hstimer> I wish this didn't take up 3 lines of code
02:00 < hstimer> if err != nil {
02:00 < hstimer> return err
02:00 < hstimer> }
02:01 < hstimer> It would kind of be nice if it could be collapsed into
something like:
02:01 -!- tav [~tav@92.29.33.105] has quit [Ping timeout: 276 seconds]
02:01 < hstimer> return err if err != nil
02:02 < hstimer> or just: ReturnError()
02:02 < hstimer> another one that would nice is:
02:02 < hstimer> crash err if err != nil
02:02 < hstimer> or
02:03 < hstimer> crash("foo failed ", err) if err != nil
02:03 -!- stalled [~411@unaffiliated/stalled] has joined #go-nuts
02:03 -!- path[l] [UPP@120.138.102.34] has quit [Read error: Connection timed out]
02:03 < hstimer> just a thought
02:04 -!- hstimer [~hstimer@2002:465a:aa25:0:226:bbff:fe05:dd9b] has quit [Quit:
hstimer]
02:05 < exch> if err != nil { return err }
02:05 < exch> ^ 1 line
02:07 -!- path[l] [UPP@120.138.102.34] has joined #go-nuts
02:07 < Eridius> gi/m
02:07 < Eridius> oops
02:07 < Eridius> exch: will gofmt leave such a short line alone or will it
split it into 3?
02:08 < exch> no idea.  It compacts short function definitions into 1 line
02:08 -!- tav [~tav@84.13.26.51] has joined #go-nuts
02:08 < exch> unsure about the if statement
02:09 -!- kanru [~kanru@61-30-10-70.static.tfn.net.tw] has joined #go-nuts
02:09 < exch> it seems it splits it up into 3 lines
02:11 < plexdev> http://is.gd/a05RK by [Giles Lean] in
go/src/pkg/encoding/base64/ -- encoding/base64: fix typo in comment
02:11 < plexdev> http://is.gd/a05RS by [Conrad Meyer] in
go/src/pkg/crypto/sha256/ -- crypto/sha256: add SHA-224
02:11 < plexdev> http://is.gd/a05SA by [Raif S. Naffah] in 2 subdirs of
go/src/pkg/ -- crypto/ripemd160: new package
02:11 < plexdev> http://is.gd/a05Tm by [Dean Prichard] in 3 subdirs of go/
-- arm: cleanup build warnings
02:13 -!- stalled [~411@unaffiliated/stalled] has quit [Ping timeout: 240 seconds]
02:16 -!- triplez [~triplez@bb116-14-34-100.singnet.com.sg] has joined #go-nuts
02:22 -!- mejja [~user@c-68b6e555.023-82-73746f38.cust.bredbandsbolaget.se] has
quit [Remote host closed the connection]
02:24 -!- hstimer [~hstimer@c-98-234-25-125.hsd1.ca.comcast.net] has joined
#go-nuts
02:32 -!- nettok [~netto@proxy.galileo.edu] has quit [Quit: Ex-Chat]
02:40 -!- kanru [~kanru@61-30-10-70.static.tfn.net.tw] has quit [Ping timeout: 260
seconds]
02:41 -!- kanru [~kanru@61-30-10-70.static.tfn.net.tw] has joined #go-nuts
02:43 -!- path[l] [UPP@120.138.102.34] has quit [Read error: Connection timed out]
02:44 -!- stalled [~411@unaffiliated/stalled] has joined #go-nuts
02:45 -!- path[l] [UPP@120.138.102.34] has joined #go-nuts
02:49 -!- powerje [~powerje@2002:4cc0:8dca:0:213:e8ff:feaa:ae2b] has quit [Quit:
exit]
02:50 -!- stalled [~411@unaffiliated/stalled] has quit [Ping timeout: 252 seconds]
03:00 -!- aho [~nya@f051160181.adsl.alicedsl.de] has joined #go-nuts
03:03 -!- ak2 [~ak2@c-24-6-88-154.hsd1.ca.comcast.net] has joined #go-nuts
03:15 -!- path[l] [UPP@120.138.102.34] has quit [Read error: Connection timed out]
03:17 -!- path[l] [UPP@120.138.102.34] has joined #go-nuts
03:24 -!- SRabbelier [~SRabbelie@ip138-114-211-87.adsl2.static.versatel.nl] has
quit [Ping timeout: 260 seconds]
03:24 -!- rhelmer [~rhelmer@c-71-202-117-54.hsd1.ca.comcast.net] has joined
#go-nuts
03:25 -!- path[l] [UPP@120.138.102.34] has quit [Read error: Operation timed out]
03:26 -!- stalled [~411@unaffiliated/stalled] has joined #go-nuts
03:27 -!- path[l] [UPP@120.138.102.34] has joined #go-nuts
03:32 -!- kssreeram [~kssreeram@122.174.70.202] has quit [Quit: kssreeram]
03:40 -!- kssreeram [~kssreeram@122.174.70.202] has joined #go-nuts
03:44 -!- path[l] [UPP@120.138.102.34] has quit [Ping timeout: 245 seconds]
03:50 -!- kanru [~kanru@61-30-10-70.static.tfn.net.tw] has quit [Ping timeout: 240
seconds]
03:54 -!- kanru [~kanru@61-30-10-70.static.tfn.net.tw] has joined #go-nuts
03:57 -!- mikespook [~mikespook@219.136.140.106] has quit [Ping timeout: 276
seconds]
03:58 -!- path[l] [UPP@120.138.102.34] has joined #go-nuts
04:07 -!- path[l] [UPP@120.138.102.34] has quit [Read error: Operation timed out]
04:10 -!- b00m_chef [~watr@128.189.92.103] has joined #go-nuts
04:11 -!- nettok [~netto@200.119.154.15] has joined #go-nuts
04:13 -!- path[l] [UPP@120.138.102.34] has joined #go-nuts
04:14 -!- remote [~remote@unaffiliated/remote] has left #go-nuts []
04:19 -!- rhelmer [~rhelmer@c-71-202-117-54.hsd1.ca.comcast.net] has quit [Quit:
rhelmer]
04:31 -!- path[l] [UPP@120.138.102.34] has quit [Read error: Connection timed out]
04:34 -!- yatoo [~marcus@host86-158-49-120.range86-158.btcentralplus.com] has quit
[Ping timeout: 260 seconds]
04:42 -!- nettok_ [~netto@200.119.154.15] has joined #go-nuts
04:43 -!- NoPyGod [~no@222-154-187-184.jetstream.xtra.co.nz] has joined #go-nuts
04:45 -!- fortitude [~fortitude@cpe-67-253-92-97.maine.res.rr.com] has joined
#go-nuts
04:46 -!- nettok [~netto@200.119.154.15] has quit [Ping timeout: 265 seconds]
04:48 -!- nettok__ [~netto@200.119.154.15] has joined #go-nuts
04:52 -!- nettok_ [~netto@200.119.154.15] has quit [Ping timeout: 264 seconds]
04:55 -!- Eridius [~kevin@unaffiliated/eridius] has quit [Ping timeout: 256
seconds]
05:00 -!- nettok__ [~netto@200.119.154.15] has quit [Quit: Ex-Chat]
05:08 -!- path[l] [UPP@120.138.102.34] has joined #go-nuts
05:10 -!- pkiley [~pkiley@c-98-209-130-108.hsd1.mi.comcast.net] has joined
#go-nuts
05:10 -!- fortitude [~fortitude@cpe-67-253-92-97.maine.res.rr.com] has quit
[Remote host closed the connection]
05:10 -!- b00m_chef [~watr@128.189.92.103] has quit [Ping timeout: 264 seconds]
05:12 -!- path[l] [UPP@120.138.102.34] has quit [Ping timeout: 240 seconds]
05:13 -!- nettok [~netto@200.119.154.15] has joined #go-nuts
05:15 -!- araujo [~araujo@gentoo/developer/araujo] has quit [Ping timeout: 240
seconds]
05:21 -!- nettok [~netto@200.119.154.15] has quit [Quit: Ex-Chat]
05:22 -!- path[l] [UPP@120.138.102.34] has joined #go-nuts
05:27 -!- adu [~ajr@pool-74-96-89-29.washdc.fios.verizon.net] has quit [Read
error: Connection reset by peer]
05:35 -!- kssreeram [~kssreeram@122.174.70.202] has quit [Quit: kssreeram]
05:36 -!- adu [~ajr@pool-74-96-89-29.washdc.fios.verizon.net] has joined #go-nuts
05:39 -!- robot12 [~robot12@robot12.kgts.ru] has joined #go-nuts
05:39 -!- araujo [~araujo@gentoo/developer/araujo] has joined #go-nuts
05:40 -!- robot12 [~robot12@robot12.kgts.ru] has left #go-nuts []
05:40 -!- path[l] [UPP@120.138.102.34] has quit [Read error: Connection timed out]
05:43 -!- Innominate [~sirrobin@cpe-069-134-170-056.nc.res.rr.com] has quit [Ping
timeout: 265 seconds]
05:43 -!- Gracenotes [~person@wikipedia/Gracenotes] has quit [Read error:
Connection reset by peer]
06:09 -!- werdan7 [~w7@freenode/staff/wikimedia.werdan7] has quit [Ping timeout:
619 seconds]
06:15 -!- werdan7 [~w7@freenode/staff/wikimedia.werdan7] has joined #go-nuts
06:15 -!- General13372 [~support@71-84-247-187.dhcp.gldl.ca.charter.com] has
joined #go-nuts
06:17 -!- jA_cOp [~yakobu@unaffiliated/ja-cop/x-9478493] has joined #go-nuts
06:19 -!- General1337 [~support@71-84-247-187.dhcp.gldl.ca.charter.com] has quit
[Ping timeout: 276 seconds]
06:20 < ak2> array declaration like: var arrayOfInt [10]int doesnt work
06:20 < ak2> whats wrong?
06:20 < ak2> i tried arr := make([][]int, size, size) but that didnt work
either..
06:22 < anticw> what's the error?
06:22 -!- enli [~enli@117.195.3.104] has joined #go-nuts
06:22 -!- enli [~enli@117.195.3.104] has left #go-nuts ["Leaving."]
06:23 < ak2> when i try to access the array made with the make command, i
get index out of range
06:23 < ak2> and in the first case, i get: main.go:62: cannot use state
(type [4][4]int) as type [][]int in return argument
06:24 < anticw> [][]int isn't the same type as [4][4]int
06:25 < ak2> so, var state [4][4]int is invalid?
06:26 < anticw> it's valid
06:26 -!- path[l] [UPP@120.138.102.34] has joined #go-nuts
06:26 < ak2> thats gives the "cannot use state...  " error
06:27 < anticw> what is like 62?
06:28 < ak2> i wanted to use make because i'm defining an array of variable
size..  which is being input through a file
06:28 < ak2> 62 is a return statement
06:28 < ak2> which is returning type [][]int
06:28 < ak2> ah
06:28 < anticw> but [][]int is a different type
06:28 < ak2> so, the return has to be [4][4]int
06:28 < anticw> you can't do that
06:28 < anticw> yes
06:28 < ak2> hmm
06:28 < ak2> so, if i want to define the size at run time, make is the way
to go?
06:29 < anticw> [4]int is an array ....  []int is a slice
06:29 < anticw> they are different beasts in some respects
06:29 < ak2> ok understood
06:29 < ak2> what should be done for run time declaration of the size?
06:30 < anticw> make'ing a slice is fine
06:30 < ak2> so arr:=make([][]int, n,n)
06:30 < ak2> and then accessing it with arr[i][j]?  <-this seems to have
trouble
06:31 -!- no_mind [~orion@122.161.39.233] has quit [Ping timeout: 265 seconds]
06:31 < anticw> so you have a slice of slices on len n cap n
06:31 < anticw> it's not making a 2-d slice
06:31 < anticw> a slice of slices would require a loop
06:32 < ak2> i'm not sure if i follow yet...
06:32 < ak2> there is no concept of 2D slices?
06:32 < anticw> something you can make using one 'make' ...  no
06:32 < anticw> ak2: how large can n be?
06:33 < ak2> a few 10's
06:33 < ak2> at the max!
06:33 < ak2> mostly under 15
06:34 < anticw> and you have many of these floating about?
06:34 < anticw> i mean, you could just use [20][20]int ...  or whatever
06:35 < ak2> that could be done
06:35 -!- kssreeram [~kssreeram@122.165.6.245] has joined #go-nuts
06:35 < ak2> but it would be better than having one of the right size
defined
06:35 < ak2> there would be a couple of them..  not too many
06:37 -!- c0nn0r [~cnnr@24.114.234.37] has joined #go-nuts
06:38 -!- c0nn0r [~cnnr@24.114.234.37] has left #go-nuts []
06:40 -!- pkiley [~pkiley@c-98-209-130-108.hsd1.mi.comcast.net] has quit [Quit:
Ex-Chat]
06:41 -!- asmo [~asmo@c-f6c5e055.1155-1-64736c11.cust.bredbandsbolaget.se] has
quit [Remote host closed the connection]
06:41 -!- KillerX [~anant@145-116-234-40.uilenstede.casema.nl] has joined #go-nuts
06:41 -!- KillerX [~anant@145-116-234-40.uilenstede.casema.nl] has quit [Changing
host]
06:41 -!- KillerX [~anant@gentoo/developer/KillerX] has joined #go-nuts
06:44 -!- SRabbelier [~SRabbelie@ip138-114-211-87.adsl2.static.versatel.nl] has
joined #go-nuts
06:52 -!- scarabx [~scarabx@c-76-19-43-200.hsd1.ma.comcast.net] has quit [Quit:
This computer has gone to sleep]
06:53 -!- KillerX [~anant@gentoo/developer/KillerX] has quit [Quit: Leaving.]
06:54 -!- ShadowIce [pyoro@unaffiliated/shadowice-x841044] has joined #go-nuts
06:59 -!- path[l] [UPP@120.138.102.34] has quit [Quit: path[l]]
07:04 -!- Garen [~garen.p@75.87.255.36] has quit [Read error: Connection reset by
peer]
07:05 -!- Garen [~garen.p@cpe-75-87-255-36.natnow.res.rr.com] has joined #go-nuts
07:12 -!- carllerche [~carllerch@208.87.61.160] has joined #go-nuts
07:17 -!- rhelmer [~rhelmer@adsl-69-107-82-254.dsl.pltn13.pacbell.net] has joined
#go-nuts
07:20 -!- path[l] [~path@59.162.86.164] has joined #go-nuts
07:23 -!- aho [~nya@f051160181.adsl.alicedsl.de] has quit [Quit:
EXEC_over.METHOD_SUBLIMATION]
07:32 -!- b00m_chef [~watr@d64-180-45-230.bchsia.telus.net] has joined #go-nuts
07:38 -!- kaib [~kaib@vallila-gw.hupnet.helsinki.fi] has joined #go-nuts
07:39 -!- Guest27811 [~merlin83@cm24.delta241.maxonline.com.sg] has joined
#go-nuts
07:39 -!- mode/#go-nuts [+v kaib] by ChanServ
07:42 -!- trickie [~trickie@94.100.112.225] has joined #go-nuts
07:43 -!- trickie [~trickie@94.100.112.225] has quit [Client Quit]
07:43 -!- trickie [~trickie@94.100.112.225] has joined #go-nuts
07:43 -!- wrtp [~rog@89.242.174.16] has joined #go-nuts
07:56 -!- mssm [~mssm@ip-95-221-117-86.bb.netbynet.ru] has joined #go-nuts
07:57 -!- asmo_ [~asmo@c83-248-32-75.bredband.comhem.se] has joined #go-nuts
08:04 -!- TR2N [email@89-180-207-215.net.novis.pt] has left #go-nuts []
08:07 -!- hcatlin [~hcatlin@pdpc/supporter/professional/hcatlin] has joined
#go-nuts
08:09 -!- nocturnal [~nocturnal@83.209.24.174] has joined #go-nuts
08:10 < nocturnal> in go_spec it says "len(s) string type string length in
bytes" but trying to call len(stringValue) where var stringValue is set by
flag.String it says "invalid argument networkHost (type *string) for len" at
compile
08:10 -!- b00m_chef [~watr@d64-180-45-230.bchsia.telus.net] has quit [Ping
timeout: 276 seconds]
08:11 < nocturnal> oh and of course the name of the variable is networkHost
and not stringValue, that was just an example
08:11 < anticw> use *s
08:12 < nocturnal> thank you anticw.  is string a pointer then?  nvm, i need
to read up on pointers in the language specs anyways
08:15 -!- jophish [~jophish@hermi.gotadsl.co.uk] has joined #go-nuts
08:15 -!- stalled [~411@unaffiliated/stalled] has quit [Ping timeout: 268 seconds]
08:17 -!- jophish [~jophish@hermi.gotadsl.co.uk] has quit [Remote host closed the
connection]
08:29 < anticw> nocturnal: flag.String returns a pointer to a string
08:30 -!- awidegreen [~quassel@p5B06158C.dip.t-dialin.net] has joined #go-nuts
08:32 -!- kaigan|work
[~kaigan@c-8290e255.1411-10-64736c14.cust.bredbandsbolaget.se] has joined #go-nuts
08:34 < nocturnal> anticw: oh i see, thanks for your help!
08:35 -!- c0nfl|ct [~tiago@83.240.134.68] has joined #go-nuts
08:36 -!- nelsonmandela [~root@c83-249-145-38.bredband.comhem.se] has joined
#go-nuts
08:37 < nocturnal> lol freedom fighter
08:37 < nocturnal> nelsonmandela: =)
08:37 < nocturnal> cool to see you on irc, but you shouldn't irc as root
08:37 < nocturnal> ancient irc rule
08:38 -!- nelsonmandela [~root@c83-249-145-38.bredband.comhem.se] has quit [Client
Quit]
08:38 < nocturnal> =D
08:38 < nocturnal> that was a co-worker of mine who has never used irc
before
08:38 -!- nelsonmandela [~stew@c83-249-145-38.bredband.comhem.se] has joined
#go-nuts
08:46 -!- stalled [~411@unaffiliated/stalled] has joined #go-nuts
08:53 -!- mbarkhau [~koloss@dslb-084-059-161-165.pools.arcor-ip.net] has joined
#go-nuts
08:57 -!- carllerche [~carllerch@208.87.61.160] has quit [Quit: carllerche]
08:58 -!- stalled [~411@unaffiliated/stalled] has quit [Ping timeout: 265 seconds]
09:01 -!- adu [~ajr@pool-74-96-89-29.washdc.fios.verizon.net] has quit [Quit: adu]
09:04 -!- bortzmeyer [~bortzmeye@batilda.nic.fr] has joined #go-nuts
09:21 -!- stalled [~411@unaffiliated/stalled] has joined #go-nuts
09:21 -!- kumiduck_ [pulu@2001:14b8:10a:2::ff] has joined #go-nuts
09:22 -!- kumiduck [pulu@2001:14b8:10a:2::ff] has left #go-nuts []
09:23 -!- ak2 [~ak2@c-24-6-88-154.hsd1.ca.comcast.net] has quit [Quit: ak2]
09:34 -!- ikaros [~ikaros@e179092206.adsl.alicedsl.de] has joined #go-nuts
09:48 -!- ct529 [~quassel@77-44-78-159.xdsl.murphx.net] has joined #go-nuts
09:48 -!- kaib [~kaib@vallila-gw.hupnet.helsinki.fi] has quit [Quit: kaib]
09:52 -!- ct529_ [~quassel@77-44-78-159.xdsl.murphx.net] has joined #go-nuts
09:54 -!- rrr [debian-tor@gateway/tor-sasl/rrr] has quit [Remote host closed the
connection]
10:04 -!- rrr [debian-tor@gateway/tor-sasl/rrr] has joined #go-nuts
10:06 -!- ct529_ [~quassel@77-44-78-159.xdsl.murphx.net] has quit [Remote host
closed the connection]
10:09 -!- g0bl1n [~anonymous@a213-22-200-76.cpe.netcabo.pt] has joined #go-nuts
10:11 < ct529> is there a package to handle CSV files?
10:12 < ct529> like reading them into objects or writing objects into CSV
files?
10:15 < Kashia> I have a (working) prototype
10:15 < Kashia> but not with objects
10:15 < ct529> Kashia: is it possible to install it with you permission?
10:16 < ct529> Kashia: so it loads into arrays?
10:16 < Kashia> let me zip it
10:16 < Kashia> something like that, yes
10:17 < ct529> Kashia: sounds very interetsing ....  are you still working
on it?
10:19 -!- Kashia [~Kashia@port-92-200-137-22.dynamic.qsc.de] has quit [Quit:
Leaving]
10:19 -!- Kashia [~Kashia@port-92-200-137-22.dynamic.qsc.de] has joined #go-nuts
10:20 < Kashia> sorry, client broke
10:20 < Kashia> well, it was a test for channels.  you basically iterate
over the csv lines
10:20 < Kashia> (where 'lines' can of course span several input lines from
the csv due to quoting)
10:23 < Kashia> http://pastie.org/private/dh47bahlklnghwkp1hcfnq
10:23 < Kashia> and test: http://pastie.org/private/dszpvzew2vl6f3qx3opxq
10:24 -!- crashR [~crasher@codextreme.pck.nerim.net] has joined #go-nuts
10:25 -!- araujo [~araujo@gentoo/developer/araujo] has quit [Read error:
Connection timed out]
10:25 < ct529> Kashia: is that the whole package?
10:26 < Kashia> well, plus a small makefile (and a .csv to test it with)
10:26 < Kashia> but the makefile is just the usual generic one
10:26 < Kashia> I can post it if you want me to, however
10:26 -!- c0nfl|ct [~tiago@83.240.134.68] has quit [Read error: Connection reset
by peer]
10:27 < ct529> Kashia: a make file?  I am still compiling manually ....  :D
....  can you post me the makefile?
10:27 < ct529> Kashia: I am a beginner in go
10:27 -!- araujo [~araujo@gentoo/developer/araujo] has joined #go-nuts
10:27 < Kashia> http://pastie.org/861099
10:27 < ct529> Kashia: I do not see a main function in the test code, why?
10:27 < Kashia> there you go
10:27 < Kashia> because the gotest does the rest
10:28 < Kashia> just do `make test` inside the directory
10:28 < Kashia> it will run the tests
10:28 < ct529> Kashia: what is the TARG argument?
10:28 < Kashia> the TARG says what the package name looks like (to the
outside)
10:28 < Kashia> ah, just save the test file with a _test.go as postfix
10:31 -!- no_mind [~orion@122.173.235.84] has joined #go-nuts
10:32 < nocturnal> ct529: http://golang.org/doc/code.html this has some info
about makefiles in go
10:32 < ct529> Kashia: I called the makefile "makefile", the test package
"test.go" the csv package as "rfc4180.go" is that allright?
10:32 < nocturnal> good read
10:32 < Kashia> rename test.go to rfc4180_test.go
10:32 < Kashia> then you're good to go
10:33 < ct529> Kashia: ref4180_test.go?
10:33 < ct529> Kashia: for some strange reasons I cannot see the underscore
in the chat ....
10:34 < Kashia> oh?  yes, underscore
10:34 < Kashia> http://pastie.org/861106 and this is a small test program
which uses the csv package
10:35 -!- erus` [~chatzilla@mailgate.ips-international.com] has joined #go-nuts
10:35 < ct529> Kashia: :D ....  I was reading the manual and understood that
I needed to do it
10:35 < Kashia> ah yes :P
10:36 < ct529> Kashia: so, what "type" are the variables where you put the
file you read?
10:36 < ct529> Kashia: gotest= PASS!  :)
10:36 < Kashia> ah, I would hope that it does pass ;)
10:36 < Kashia> type of variables?
10:37 < Kashia> the scanner just takes anything which looks like a Reader
10:37 < ct529> Kashia: lets say you CSV file is just a simple vector 1,2,3,4
\n ....
10:37 < Kashia> ok
10:38 < no_mind> how does go store the escape sequences in a string ? An
escaped string \" shows up as ascii value 34 (quotation mark) instead of backslash
and quote
10:39 < Kashia> ah, now I got you.  you want to know if it would recognize 1
as a number instead of the string "1".  my cvs thing doesn't handle that at all.
you would have to build a layer on top
10:39 < Kashia> no_mind, if you do want the backslash, use `\"` ?
10:40 < ct529> Kashia: so what does the package do?  recognise everything as
number?
10:40 < Kashia> no, it handles everything as strings
10:41 -!- stalled [~411@unaffiliated/stalled] has quit [Ping timeout: 265 seconds]
10:41 < Kashia> because everything else depends on what you actually use the
library for
10:41 -!- ikaros [~ikaros@e179092206.adsl.alicedsl.de] has quit [Quit: Leave the
magic to Houdini]
10:41 < ct529> Kashia: ok ....  so the 1,2,3,4 would be interpreted as
"1","2","3","4"
10:42 < Kashia> yes.  But in line 170 you could do that conversion
10:42 < no_mind> Kashia, no I dont want, I am writing a parser that will
check if a given string has any unclosed quotes.  So want to check if I should
only check for ascii character 34 or for both backslash and quote.  The string
will be passed from an HTML form
10:42 < ct529> Kashia: what conversion?
10:43 < Kashia> ct529, to Numbers, for example
10:43 < Kashia> (just take case that you would also have to replace
StringVector by IntVector for example)
10:43 < ct529> Kashia: so at the moment is converting to string
10:43 < Kashia> well, the input (csv file) is a string, so it just lets
everything be
10:43 < ct529> Kashia: you mean record.Push(string(t.Value))?
10:44 < Kashia> yes.  This would be something like
Push(strconv.Atoi(t.Value))
10:44 < Kashia> no_mind, ah
10:44 < ct529> Kashia: ok ....  and where does the 1,2,3,4 \ n go?  is it
built as an array?
10:45 < Kashia> it goes into a vector (a slightly fancier array, a go
library)
10:45 < ct529> Kashia: I do not know about it ....
10:45 -!- andrewh [~andrewh@94-194-56-42.zone8.bethere.co.uk] has joined #go-nuts
10:45 < ct529> Kashia: which library?
10:46 < Kashia> http://golang.org/pkg/container/vector/
10:46 < ct529> Kashia: oh wow!
10:46 < ct529> Kashia: but what happens if the CSV has more than one line?
10:47 < ct529> Kashia: does it go into a matrix?
10:47 < Kashia> then the channel will give you more vectors
10:47 < Kashia> no, one vector is per 'line'
10:47 < ct529> Kashia: so 20 lines are read in 20 separate vectors?
10:48 < Kashia> yes
10:48 < Kashia> one after another, see the `range` over the channel in the
test
10:50 < ct529> Kashia: and how do you put them together in one object?
10:50 < Kashia> ah, but that is where the client code comes in play :)
10:50 < ahihi> does Go have enumeration types or something similar?
10:51 < Kashia> that client code for example would: skip the first line,
using it as the header.  using each line (in combination with the header) to fill
objects (via reflect.)
10:52 < ct529> Kashia: reflect?
10:52 < Kashia> ahihi, no.  depending on what you want, check out `iota`
10:52 < rsaarelm> ahihi: You can get a similar effect by doing something
like "type MyEnum int; const ( MyVal1 = MyEnum(iota); MyVal2; MyVal3; ...  )
10:52 < Kashia> ct529, go search http://golang.org/pkg/
10:53 < ahihi> rsaarelm: that doesn't seem type-safe
10:53 < Kashia> rsaarelm, not fully, as MyEnum would not be checked at
compile time..
10:53 < ct529> Kashia: the reflect package?  I just read the description and
it does not even make sense ....:D
10:54 < Kashia> ct529, don't worry, don't use it :)
10:54 < rsaarelm> ahihi: You can give any int as MyEnum, but it'll need to
be explicitly cast.
10:54 < Kashia> but a cast of a wrong number is still wrong :)
10:54 < ahihi> still, kind of defeats the point
10:55 < Kashia> building a Multiton would probably replace the enum
10:55 -!- Juhazi [juhazi@0x69.org] has quit [Ping timeout: 240 seconds]
10:55 < ct529> Kashia: thanks a lot!  I will study you package ....  do you
mind if I contact you if I have problems?
10:55 < Kashia> ct529, sure, will be back in a few hours, gotta go to work.
10:55 -!- Juhazi [juhazi@0x69.org] has joined #go-nuts
10:56 < ct529> Kashia: it will take a few days I am fraid ....  I have to go
to work as well
10:56 < Kashia> I hang out here regularily, so yah :)
10:56 -!- Kashia [~Kashia@port-92-200-137-22.dynamic.qsc.de] has quit [Quit: This
computer has gone to sleep]
10:58 -!- yesman [~zaphod@DSL217-132-48-177.bb.netvision.net.il] has joined
#go-nuts
10:59 < fuzzybyte> is that go mascot a mouse, lemming or uh..?
11:02 < taruti> What is the best way to make recursive function literals?
11:02 -!- NoPyGod [~no@222-154-187-184.jetstream.xtra.co.nz] has quit [Ping
timeout: 240 seconds]
11:02 < taruti> "foo := func() { foo() }" does not work
11:04 -!- yesman [~zaphod@DSL217-132-48-177.bb.netvision.net.il] has quit [Quit:
quit]
11:05 < taruti> or "how is the y-combinator expressed in go" :)
11:06 < JBeshir> taruti: Why not create foo before you set it?
11:07 -!- stalled [~411@unaffiliated/stalled] has joined #go-nuts
11:07 -!- Innominate [~sirrobin@cpe-076-182-074-143.nc.res.rr.com] has joined
#go-nuts
11:12 < taruti> JBeshir: thanks
11:13 -!- fwiffo [~fwiffo@unaffiliated/fwiffo] has joined #go-nuts
11:16 -!- jhnx [~bd730cde@gateway/web/freenode/x-ofvutxymrneojzdk] has joined
#go-nuts
11:20 -!- jhh [~jan@f049076188.adsl.alicedsl.de] has joined #go-nuts
11:20 < jhh> gi
11:22 -!- m1ndwarp [~m1ndwarp@xdsl-78-35-146-178.netcologne.de] has joined
#go-nuts
11:27 -!- mejja [~user@c-68b6e555.023-82-73746f38.cust.bredbandsbolaget.se] has
joined #go-nuts
11:34 -!- kanru [~kanru@61-30-10-70.static.tfn.net.tw] has quit [Quit: WeeChat
0.3.1.1]
11:35 -!- triplez [~triplez@bb116-14-34-100.singnet.com.sg] has quit [Quit:
triplez]
11:36 -!- coud [~Jirka@81.25.16.87] has joined #go-nuts
11:52 -!- JSharpe2 [~jamie@5ad1d7f0.bb.sky.com] has joined #go-nuts
11:52 -!- yatoo [~marcus@host86-158-49-120.range86-158.btcentralplus.com] has
joined #go-nuts
11:53 -!- andrewh [~andrewh@94-194-56-42.zone8.bethere.co.uk] has quit [Ping
timeout: 246 seconds]
11:59 -!- rrr [debian-tor@gateway/tor-sasl/rrr] has quit [Remote host closed the
connection]
12:01 -!- triplez [~triplez@cm230.kappa1.maxonline.com.sg] has joined #go-nuts
12:03 -!- nighty__ [~nighty@210.188.173.245] has quit [Quit: Disappears in a puff
of smoke]
12:08 -!- afurlan [~afurlan@scorpion.mps.com.br] has joined #go-nuts
12:09 -!- kssreeram [~kssreeram@122.165.6.245] has quit [Quit: kssreeram]
12:34 -!- kaigan|work
[~kaigan@c-8290e255.1411-10-64736c14.cust.bredbandsbolaget.se] has quit [Ping
timeout: 245 seconds]
12:34 -!- tav [~tav@84.13.26.51] has quit [Read error: Connection reset by peer]
12:35 -!- tav [~tav@84.13.26.51] has joined #go-nuts
12:37 -!- jalmeida [~jalmeida@c9340a2e.virtua.com.br] has joined #go-nuts
12:39 -!- nanoo [~nano@95-89-189-46-dynip.superkabel.de] has joined #go-nuts
12:39 -!- g0bl1n [~anonymous@a213-22-200-76.cpe.netcabo.pt] has quit [Ping
timeout: 240 seconds]
12:41 < ahihi> is there an exponentiation operator?
12:42 < rsaarelm> No.
12:42 -!- g0bl1n [~pr0kter@213.22.200.76] has joined #go-nuts
12:44 -!- mssm [~mssm@ip-95-221-117-86.bb.netbynet.ru] has quit [Ping timeout: 276
seconds]
12:44 -!- Adys [~Adys@unaffiliated/adys] has quit [Ping timeout: 258 seconds]
12:44 -!- mejja [~user@c-68b6e555.023-82-73746f38.cust.bredbandsbolaget.se] has
quit [Quit: ChatZilla 0.9.86-rdmsoft [XULRunner 1.9.0.14/2009090900]]
12:44 < ahihi> so to do "float to the power of float" I need to use math.Pow
and type-juggle to and from float64?
12:44 < rsaarelm> Yes.
12:44 < ahihi> bah
12:45 < rsaarelm> Though you should just use float64 instead of float most
of the time to keep the type-juggling to minimum.
12:45 < m1ndwarp> ahihi: ^ is in fact xor, you shouldn't change those :)
12:45 < rsaarelm> Yeah, but ** is free.
12:45 < ahihi> rsaarelm: yeah, I suppose I'll do that
12:46 < m1ndwarp> good point
12:46 < ahihi> I imagine ** might cause parsing problems
12:46 < rsaarelm> Actually is prefix ** double dereference?
12:46 -!- kota1111 [~kota1111@gw2.kbmj.jp] has quit [Quit: Leaving...]
12:54 -!- Adys [~Adys@unaffiliated/adys] has joined #go-nuts
12:55 -!- noam [~k4jd095b@87.70.183.61] has quit [Read error: Connection reset by
peer]
12:56 -!- mssm [~mssm@ip-95-221-115-22.bb.netbynet.ru] has joined #go-nuts
12:56 -!- awidegreen_ [~quassel@pD9543ADF.dip.t-dialin.net] has joined #go-nuts
12:57 -!- noam [~k4jd095b@87.70.183.61] has joined #go-nuts
12:58 -!- no_mind [~orion@122.173.235.84] has quit [Ping timeout: 265 seconds]
12:58 -!- awidegreen [~quassel@p5B06158C.dip.t-dialin.net] has quit [Ping timeout:
264 seconds]
13:00 -!- asmo_ [~asmo@c83-248-32-75.bredband.comhem.se] has quit [Remote host
closed the connection]
13:02 -!- noam [~k4jd095b@87.70.183.61] has quit [Read error: Connection reset by
peer]
13:11 -!- no_mind [~orion@122.163.55.132] has joined #go-nuts
13:28 -!- powerje [~powerje@2002:4cc0:8dca:0:213:e8ff:feaa:ae2b] has joined
#go-nuts
13:34 -!- nighty^ [~nighty@x122091.ppp.asahi-net.or.jp] has quit [Quit: Disappears
in a puff of smoke]
13:36 -!- nighty^ [~nighty@x122091.ppp.asahi-net.or.jp] has joined #go-nuts
14:10 -!- kaigan|work
[~kaigan@c-8290e255.1411-10-64736c14.cust.bredbandsbolaget.se] has joined #go-nuts
14:11 -!- powerje [~powerje@2002:4cc0:8dca:0:213:e8ff:feaa:ae2b] has quit [Read
error: Operation timed out]
14:12 -!- noam [~k4jd095b@87.70.183.61] has joined #go-nuts
14:15 -!- kanru [~kanru@220-132-104-233.HINET-IP.hinet.net] has joined #go-nuts
14:27 -!- iant [~iant@adsl-71-133-8-30.dsl.pltn13.pacbell.net] has quit [Ping
timeout: 264 seconds]
14:36 -!- kssreeram [~kssreeram@122.174.70.202] has joined #go-nuts
14:47 -!- hcatlin [~hcatlin@pdpc/supporter/professional/hcatlin] has quit [Quit:
hcatlin]
14:53 -!- DerHorst [~Horst@e176125113.adsl.alicedsl.de] has joined #go-nuts
14:56 -!- jalmeida_ [~jalmeida@c9340a2e.virtua.com.br] has joined #go-nuts
14:57 -!- jalmeida [~jalmeida@c9340a2e.virtua.com.br] has quit [Ping timeout: 264
seconds]
14:58 -!- iant [~iant@67.218.110.103] has joined #go-nuts
14:58 -!- mode/#go-nuts [+v iant] by ChanServ
14:59 -!- jalmeida [~jalmeida@c9340a2e.virtua.com.br] has joined #go-nuts
15:02 -!- jalmeida_ [~jalmeida@c9340a2e.virtua.com.br] has quit [Ping timeout: 276
seconds]
15:11 -!- Demp [~Demp@bzq-79-177-22-228.red.bezeqint.net] has joined #go-nuts
15:13 -!- ikaros [~ikaros@e179092206.adsl.alicedsl.de] has joined #go-nuts
15:15 -!- hcatlin [~hcatlin@pdpc/supporter/professional/hcatlin] has joined
#go-nuts
15:27 -!- nelsonmandela [~stew@c83-249-145-38.bredband.comhem.se] has quit [Quit:
Lost terminal]
15:34 -!- ikaros [~ikaros@e179092206.adsl.alicedsl.de] has quit [Quit: Leave the
magic to Houdini]
15:35 -!- Guest27811 [~merlin83@cm24.delta241.maxonline.com.sg] has quit [Quit:
rooted]
15:35 -!- merlin83 [~merlin83@cm24.delta241.maxonline.com.sg] has joined #go-nuts
15:35 -!- merlin83 [~merlin83@cm24.delta241.maxonline.com.sg] has quit [Changing
host]
15:35 -!- merlin83 [~merlin83@unaffiliated/merlin83] has joined #go-nuts
15:41 -!- no_mind [~orion@122.163.55.132] has quit [Ping timeout: 245 seconds]
15:43 -!- powerje [~powerje@2002:4b31:35b:0:213:e8ff:feaa:ae2b] has joined
#go-nuts
15:43 -!- hstimer [~hstimer@c-98-234-25-125.hsd1.ca.comcast.net] has quit [Quit:
hstimer]
15:50 -!- SRabbelier [~SRabbelie@ip138-114-211-87.adsl2.static.versatel.nl] has
quit [Read error: Connection reset by peer]
15:58 -!- iant [~iant@67.218.110.103] has quit [Ping timeout: 256 seconds]
16:00 -!- ct529 [~quassel@77-44-78-159.xdsl.murphx.net] has quit [Remote host
closed the connection]
16:02 -!- monty_hall [~sprague_r@adsl-99-40-250-203.dsl.sfldmi.sbcglobal.net] has
quit [Quit: Leaving.]
16:11 -!- fwiffo [~fwiffo@unaffiliated/fwiffo] has quit [Read error: Connection
reset by peer]
16:12 -!- fwiffo [~fwiffo@unaffiliated/fwiffo] has joined #go-nuts
16:16 -!- fusion44 [~quassel@p5B286A0C.dip.t-dialin.net] has joined #go-nuts
16:16 -!- bortzmeyer [~bortzmeye@batilda.nic.fr] has quit [Quit: Leaving.]
16:22 -!- kaigan|work
[~kaigan@c-8290e255.1411-10-64736c14.cust.bredbandsbolaget.se] has quit [Quit:
kaigan|work]
16:25 -!- kaib [~kaib@cs78242103.pp.htv.fi] has joined #go-nuts
16:25 -!- mode/#go-nuts [+v kaib] by ChanServ
16:26 -!- asmo [~asmo@c-f6c5e055.1155-1-64736c11.cust.bredbandsbolaget.se] has
joined #go-nuts
16:27 -!- kanru [~kanru@220-132-104-233.HINET-IP.hinet.net] has quit [Quit:
WeeChat 0.3.1.1]
16:29 -!- Cyprien_ [Cyprien@79.120.202.62.cust.bluewin.ch] has joined #go-nuts
16:31 -!- erus` [~chatzilla@mailgate.ips-international.com] has quit [Remote host
closed the connection]
16:33 -!- Cyprien__ [Cyprien@140-106.107-92.cust.bluewin.ch] has quit [Ping
timeout: 260 seconds]
16:34 -!- sladegen [~nemo@unaffiliated/sladegen] has joined #go-nuts
16:37 -!- hstimer [~hstimer@2002:465a:aa25:0:226:bbff:fe05:dd9b] has joined
#go-nuts
16:43 -!- trickie [~trickie@94.100.112.225] has quit [Ping timeout: 265 seconds]
16:56 -!- nanoo [~nano@95-89-189-46-dynip.superkabel.de] has quit [Quit: Leaving]
16:56 -!- b00m_chef [~watr@d64-180-45-230.bchsia.telus.net] has joined #go-nuts
16:59 -!- Cyprien_ [Cyprien@79.120.202.62.cust.bluewin.ch] has quit [Quit: Quitte]
17:01 -!- g0bl1n [~pr0kter@213.22.200.76] has quit [Ping timeout: 260 seconds]
17:19 -!- TR2N [email@89.180.142.98] has joined #go-nuts
17:22 -!- path[l] [~path@59.162.86.164] has quit [Quit: path[l]]
17:23 -!- rrr [debian-tor@gateway/tor-sasl/rrr] has joined #go-nuts
17:25 -!- rrr [debian-tor@gateway/tor-sasl/rrr] has quit [Remote host closed the
connection]
17:29 -!- erus` [~chatzilla@cpc2-gill2-0-0-cust265.basl.cable.virginmedia.com] has
joined #go-nuts
17:29 -!- Demp_ [~Demp@bzq-79-181-47-2.red.bezeqint.net] has joined #go-nuts
17:32 -!- Demp [~Demp@bzq-79-177-22-228.red.bezeqint.net] has quit [Ping timeout:
268 seconds]
17:32 -!- iant [~iant@nat/google/x-jccommkciwofeyrg] has joined #go-nuts
17:32 -!- mode/#go-nuts [+v iant] by ChanServ
17:37 -!- carllerche [~carllerch@enginey-9.border1.sfo002.pnap.net] has joined
#go-nuts
17:48 -!- rrr [debian-tor@gateway/tor-sasl/rrr] has joined #go-nuts
17:50 -!- tux21b [~christoph@90.146.60.30] has joined #go-nuts
17:51 -!- rrr [debian-tor@gateway/tor-sasl/rrr] has quit [Remote host closed the
connection]
17:53 -!- rrr [debian-tor@gateway/tor-sasl/rrr] has joined #go-nuts
17:56 -!- Demp_ [~Demp@bzq-79-181-47-2.red.bezeqint.net] has quit [Remote host
closed the connection]
17:56 -!- Demp [~Demp@bzq-79-181-47-2.red.bezeqint.net] has joined #go-nuts
17:59 -!- bortzmeyer [~stephane@2a01:e35:8bd9:8bb0:ecd0:2581:6c12:8b6] has joined
#go-nuts
18:01 -!- ak2 [~ak2@soenat3.cse.ucsc.edu] has joined #go-nuts
18:03 -!- Kashia [~Kashia@port-92-200-137-22.dynamic.qsc.de] has joined #go-nuts
18:04 -!- SRabbelier [~SRabbelie@ip138-114-211-87.adsl2.static.versatel.nl] has
joined #go-nuts
18:04 -!- m1ndwarp [~m1ndwarp@xdsl-78-35-146-178.netcologne.de] has quit [Quit:
m1ndwarp]
18:12 -!- fabiand [~fabiand@wlan-client-301.informatik.uni-bremen.de] has joined
#go-nuts
18:12 < fabiand> hello.  are there fedora packages for go?
18:15 -!- General1337 [~support@71-84-247-187.dhcp.gldl.ca.charter.com] has joined
#go-nuts
18:17 -!- Demp [~Demp@bzq-79-181-47-2.red.bezeqint.net] has quit [Remote host
closed the connection]
18:17 -!- Demp [~Demp@bzq-79-181-47-2.red.bezeqint.net] has joined #go-nuts
18:19 -!- General13372 [~support@71-84-247-187.dhcp.gldl.ca.charter.com] has quit
[Ping timeout: 252 seconds]
18:22 -!- m1ndwarp [~m1ndwarp@vpn-eu2.unidsl.de] has joined #go-nuts
18:22 -!- m1ndwarp [~m1ndwarp@vpn-eu2.unidsl.de] has quit [Remote host closed the
connection]
18:22 -!- m1ndwarp [~m1ndwarp@vpn-eu2.unidsl.de] has joined #go-nuts
18:23 < cbeck> Not that I know of, you need to get mercurial, then pull and
build.
18:30 -!- droid001 [~g1@p4FDC931F.dip.t-dialin.net] has joined #go-nuts
18:32 -!- nutate [~rseymour@cacsag4.usc.edu] has joined #go-nuts
18:32 -!- nutate [~rseymour@cacsag4.usc.edu] has quit [Excess Flood]
18:34 -!- nutate [~rseymour@cacsag4.usc.edu] has joined #go-nuts
18:36 -!- Project_2501 [~Marvin@82.84.69.99] has joined #go-nuts
18:36 -!- rhelmer [~rhelmer@adsl-69-107-82-254.dsl.pltn13.pacbell.net] has quit
[Quit: rhelmer]
18:38 -!- ak2 [~ak2@soenat3.cse.ucsc.edu] has quit [Ping timeout: 276 seconds]
18:43 -!- erus`_ [~chatzilla@cpc2-gill2-0-0-cust265.basl.cable.virginmedia.com]
has joined #go-nuts
18:44 -!- erus` [~chatzilla@cpc2-gill2-0-0-cust265.basl.cable.virginmedia.com] has
quit [Ping timeout: 265 seconds]
18:46 -!- erus`_ [~chatzilla@cpc2-gill2-0-0-cust265.basl.cable.virginmedia.com]
has quit [Read error: Connection reset by peer]
18:50 -!- mbarkhau [~koloss@dslb-084-059-161-165.pools.arcor-ip.net] has quit
[Quit: Leaving.]
18:51 -!- Xera^ [~brit@87-194-208-246.bethere.co.uk] has joined #go-nuts
18:51 -!- nanoo [~nano@95-89-189-46-dynip.superkabel.de] has joined #go-nuts
18:53 -!- ak2 [~ak2@soenat3.cse.ucsc.edu] has joined #go-nuts
19:00 -!- OpenSpace [~ja@93.86.129.198] has quit [Ping timeout: 252 seconds]
19:00 -!- mbarkhau [~koloss@dslb-084-059-161-165.pools.arcor-ip.net] has joined
#go-nuts
19:02 -!- ak2 [~ak2@soenat3.cse.ucsc.edu] has quit [Ping timeout: 268 seconds]
19:03 -!- OpenSpace [~ja@109.93.160.178] has joined #go-nuts
19:05 -!- Xera^ [~brit@87-194-208-246.bethere.co.uk] has quit [Read error:
Connection reset by peer]
19:08 -!- OpenSpace [~ja@109.93.160.178] has quit [Ping timeout: 248 seconds]
19:13 -!- jA_cOp [~yakobu@unaffiliated/ja-cop/x-9478493] has quit [Quit: Leaving]
19:14 -!- ak2 [~ak2@soenat3.cse.ucsc.edu] has joined #go-nuts
19:16 -!- franksalim [~frank@adsl-75-61-84-181.dsl.pltn13.sbcglobal.net] has quit
[Remote host closed the connection]
19:17 -!- ak2 [~ak2@soenat3.cse.ucsc.edu] has quit [Client Quit]
19:21 -!- franksalim [~frank@adsl-75-61-84-181.dsl.pltn13.sbcglobal.net] has
joined #go-nuts
19:24 -!- Xera^ [~brit@87-194-208-246.bethere.co.uk] has joined #go-nuts
19:26 -!- KillerX [~anant@145-116-234-40.uilenstede.casema.nl] has joined #go-nuts
19:26 -!- KillerX [~anant@145-116-234-40.uilenstede.casema.nl] has quit [Changing
host]
19:26 -!- KillerX [~anant@gentoo/developer/KillerX] has joined #go-nuts
19:28 -!- KillerX [~anant@gentoo/developer/KillerX] has quit [Client Quit]
19:29 -!- ugo [~ugo@host252-59-dynamic.58-82-r.retail.telecomitalia.it] has joined
#go-nuts
19:29 -!- OpenSpace [~ja@109.93.137.117] has joined #go-nuts
19:31 -!- rhelmer [~rhelmer@adsl-69-107-82-254.dsl.pltn13.pacbell.net] has joined
#go-nuts
19:32 < kmeyer> fabiand: it's not really in a state where making a package
makes sense
19:32 < kmeyer> (I've looked at doing so)
19:32 -!- russell_h [~russell_h@osuosl/staff/russellh] has quit [Ping timeout: 260
seconds]
19:33 < fabiand> kmeyer: ah good to know ...  so in what state is go?  :)
19:33 < kmeyer> you can install it and run it from a mercurial checkout ;)
19:33 < fabiand> yeah ...  well ..  lazyness ;) ...
19:35 -!- rhelmer [~rhelmer@adsl-69-107-82-254.dsl.pltn13.pacbell.net] has quit
[Client Quit]
19:36 -!- LuitvD [~luitvd@beigetower/luitvd] has joined #go-nuts
19:37 -!- anticw [~anticw@c-67-169-41-113.hsd1.ca.comcast.net] has quit [Quit:
reboot]
19:37 -!- fabiand [~fabiand@wlan-client-301.informatik.uni-bremen.de] has quit
[Remote host closed the connection]
19:37 -!- anticw [~anticw@c-67-169-41-113.hsd1.ca.comcast.net] has joined #go-nuts
19:38 -!- fabiand [~fabiand@wlan-client-301.informatik.uni-bremen.de] has joined
#go-nuts
19:38 -!- fabiand [~fabiand@wlan-client-301.informatik.uni-bremen.de] has left
#go-nuts []
19:38 -!- ak2 [~ak2@soenat3.cse.ucsc.edu] has joined #go-nuts
19:39 -!- ugo [~ugo@host252-59-dynamic.58-82-r.retail.telecomitalia.it] has quit
[Quit: Leaving.]
19:54 -!- NoPyGod [~no@222-154-187-184.jetstream.xtra.co.nz] has joined #go-nuts
19:54 -!- Eridius [~kevin@unaffiliated/eridius] has joined #go-nuts
19:55 -!- erus` [~chatzilla@cpc2-gill2-0-0-cust265.basl.cable.virginmedia.com] has
joined #go-nuts
19:59 -!- fusion44 [~quassel@p5B286A0C.dip.t-dialin.net] has quit [Remote host
closed the connection]
19:59 -!- fwiffo [~fwiffo@unaffiliated/fwiffo] has quit [Quit: leaving]
20:02 -!- jhnx [~bd730cde@gateway/web/freenode/x-ofvutxymrneojzdk] has quit [Ping
timeout: 252 seconds]
20:14 -!- asmo [~asmo@c-f6c5e055.1155-1-64736c11.cust.bredbandsbolaget.se] has
quit [Remote host closed the connection]
20:15 -!- ak2 [~ak2@soenat3.cse.ucsc.edu] has quit [Quit: ak2]
20:18 -!- ak2 [~ak2@soenat3.cse.ucsc.edu] has joined #go-nuts
20:22 -!- NoPyGod [~no@222-154-187-184.jetstream.xtra.co.nz] has quit [Ping
timeout: 248 seconds]
20:34 -!- Gracenotes [~person@wikipedia/Gracenotes] has joined #go-nuts
20:36 -!- DerHorst [~Horst@e176125113.adsl.alicedsl.de] has quit [Quit:
Verlassend]
20:37 -!- marcuzz [~marcus@host86-156-158-180.range86-156.btcentralplus.com] has
joined #go-nuts
20:38 -!- yatoo [~marcus@host86-158-49-120.range86-158.btcentralplus.com] has quit
[Ping timeout: 265 seconds]
20:43 -!- ct529 [~quassel@77-44-78-159.xdsl.murphx.net] has joined #go-nuts
20:47 < ct529> hi!
20:47 < m1ndwarp> hi ct529
20:47 < ct529> m1ndwarp: how are you?
20:48 -!- jalmeida [~jalmeida@c9340a2e.virtua.com.br] has quit [Quit: Fui embora]
20:48 < m1ndwarp> quite fine, sitting in our hackerspace, discussing about
languages and drinking caffeine in huge amount :)
20:48 < m1ndwarp> and you?
20:49 < ct529> m1ndwarp: end of the day ....  drinking camomile to wind
down!
20:49 < ct529> :D
20:49 -!- LuitvD [~luitvd@beigetower/luitvd] has quit [Quit: Leaving]
20:49 < plexdev> http://is.gd/a4dIN by [Ken Thompson] in 6 subdirs of go/ --
identical complex implementation
20:51 < ct529> m1ndwarp: what editor do you use for go?
20:52 < ct529> m1ndwarp: I have been trying to download this eclipse plugin
but it does get stuck always ....
20:52 < m1ndwarp> on mac that's textmate and on linux vim
20:52 -!- tux21b [~christoph@90.146.60.30] has quit [Ping timeout: 245 seconds]
20:53 < ct529> m1ndwarp: ok ....  I normally use eclipse for everything else
20:54 -!- wrtp [~rog@89.242.174.16] has quit [Quit: wrtp]
20:54 < ct529> m1ndwarp: but installing the plugin crashes eclipse every
time .....
20:59 -!- nanoo [~nano@95-89-189-46-dynip.superkabel.de] has quit [Ping timeout:
276 seconds]
21:04 -!- tux21b [~christoph@90.146.60.30] has joined #go-nuts
21:07 < ct529> is there a function that generates arrays of random numbers?
21:10 -!- tav [~tav@84.13.26.51] has quit [Ping timeout: 265 seconds]
21:11 -!- wrtp [~rog@89.242.174.16] has joined #go-nuts
21:14 -!- wrtp [~rog@89.242.174.16] has quit [Client Quit]
21:16 -!- m1ndwarp [~m1ndwarp@vpn-eu2.unidsl.de] has quit [Quit: m1ndwarp]
21:16 -!- kaib [~kaib@cs78242103.pp.htv.fi] has quit [Quit: kaib]
21:25 -!- tav [~tav@89.243.40.232] has joined #go-nuts
21:29 < d_m> ct529: you will want to look at the "rand" package
21:29 < ct529> d_m: thanks
21:34 -!- m1ndwarp [~m1ndwarp@vpn-eu2.unidsl.de] has joined #go-nuts
21:37 -!- mejja [~user@c-68b6e555.023-82-73746f38.cust.bredbandsbolaget.se] has
joined #go-nuts
21:38 < plexdev> http://is.gd/a4tlZ by [Ken Thompson] in go/src/cmd/gc/ --
fix bugs compiling things like
21:44 -!- rrr [debian-tor@gateway/tor-sasl/rrr] has quit [Ping timeout: 245
seconds]
21:53 -!- monty_hall [~sprague_r@adsl-75-51-110-82.dsl.sgnwmi.sbcglobal.net] has
joined #go-nuts
21:53 -!- ak2 [~ak2@soenat3.cse.ucsc.edu] has quit [Quit: ak2]
21:55 -!- werdan7 [~w7@freenode/staff/wikimedia.werdan7] has quit [Ping timeout:
619 seconds]
21:55 -!- mbarkhau [~koloss@dslb-084-059-161-165.pools.arcor-ip.net] has quit
[Quit: Leaving.]
21:56 -!- Gracenotes [~person@wikipedia/Gracenotes] has quit [Quit: Leaving]
22:01 -!- ampleyfly
[~ampleyfly@c-4d8fe555.09-36-6c6b7013.cust.bredbandsbolaget.se] has quit [Quit:
leaving]
22:02 -!- werdan7 [~w7@freenode/staff/wikimedia.werdan7] has joined #go-nuts
22:04 -!- emsi [~emsi@HSI-KBW-082-212-040-030.hsi.kabelbw.de] has joined #go-nuts
22:08 -!- path[l] [UPP@120.138.102.34] has joined #go-nuts
22:12 -!- defectiv [~clays@75.101.111.19] has joined #go-nuts
22:12 < hstimer> any avian users here?
22:13 < defectiv> it seems that this syntax is wrong: var p *Person =
new(Person)
22:13 -!- coud [~Jirka@81.25.16.87] has quit [Ping timeout: 264 seconds]
22:14 < defectiv> *p is a Person -- it is not true that p is a *Person
22:20 -!- scm [justme@c222063.adsl.hansenet.de] has quit [Ping timeout: 276
seconds]
22:21 -!- scm [justme@c162229.adsl.hansenet.de] has joined #go-nuts
22:22 -!- bortzmeyer [~stephane@2a01:e35:8bd9:8bb0:ecd0:2581:6c12:8b6] has quit
[Quit: Leaving.]
22:25 < plexdev> http://is.gd/a4HDB by [Rob Pike] in go/src/pkg/fmt/ -- fmt:
enable the complex tests now that 8g supports complex
22:25 < plexdev> http://is.gd/a4HDS by [Andrey Mirtchovski] in go/doc/ --
missing ';' renders the code snippet incorrectly on website
22:26 -!- jhh [~jan@f049076188.adsl.alicedsl.de] has quit [Quit: leaving]
22:31 -!- emsi [~emsi@HSI-KBW-082-212-040-030.hsi.kabelbw.de] has quit [Quit:
Leaving]
22:35 -!- smw_ [~stephen@pool-96-232-88-231.nycmny.fios.verizon.net] has joined
#go-nuts
22:36 -!- m1ndwarp [~m1ndwarp@vpn-eu2.unidsl.de] has quit [Quit: m1ndwarp]
22:39 -!- afurlan [~afurlan@scorpion.mps.com.br] has quit [Remote host closed the
connection]
22:39 -!- fwiffo [~fwiffo@189.115.36.7] has joined #go-nuts
22:47 -!- hstimer [~hstimer@2002:465a:aa25:0:226:bbff:fe05:dd9b] has quit [Quit:
hstimer]
22:47 < sladegen> hmmm, what can be a reason behind exit code 32?
22:49 -!- ikaros [~ikaros@f050215173.adsl.alicedsl.de] has joined #go-nuts
22:51 -!- JSharpe2 [~jamie@5ad1d7f0.bb.sky.com] has quit [Ping timeout: 260
seconds]
22:54 -!- rhelmer [~rhelmer@adsl-69-107-82-254.dsl.pltn13.pacbell.net] has joined
#go-nuts
22:54 -!- fwiffo [~fwiffo@189.115.36.7] has quit [Changing host]
22:54 -!- fwiffo [~fwiffo@unaffiliated/fwiffo] has joined #go-nuts
22:54 < fwiffo> sladegen:
http://groups.google.com/group/golang-nuts/browse_thread/thread/ba79297a990f143e/0194851e2456c10c
22:56 < plexdev> http://is.gd/a4QV8 by [Dean Prichard] in
go/src/pkg/reflect/ -- reflect: typo in comment
22:56 -!- franksalim [~frank@adsl-75-61-84-181.dsl.pltn13.sbcglobal.net] has quit
[Quit: Ex-Chat]
22:57 -!- tux21b [~christoph@90.146.60.30] has quit [Ping timeout: 252 seconds]
22:58 -!- hcatlin [~hcatlin@pdpc/supporter/professional/hcatlin] has quit [Quit:
hcatlin]
23:02 < sladegen> fwiffo: how clairvoyant ;) didn't mention tcp at all...
23:05 -!- hcatlin [~hcatlin@pdpc/supporter/professional/hcatlin] has joined
#go-nuts
23:07 -!- g0bl1n [~anonymous@a213-22-200-76.cpe.netcabo.pt] has joined #go-nuts
23:07 -!- jham [~lynucs@fail.fail2fail.com] has joined #go-nuts
23:08 -!- ct529 [~quassel@77-44-78-159.xdsl.murphx.net] has quit [Remote host
closed the connection]
23:09 -!- mssm [~mssm@ip-95-221-115-22.bb.netbynet.ru] has quit [Ping timeout: 256
seconds]
23:13 < plexdev> http://is.gd/a4W0d by [Alex Brainman] in 3 subdirs of
go/src/pkg/ -- syscall: minimal mingw version of syscall to call windows dlls
23:13 < plexdev> http://is.gd/a4W0O by [Russ Cox] in go/src/cmd/gc/ -- gc:
remove duplicate errors, give better error for I.(T)
23:15 -!- ShadowIce [pyoro@unaffiliated/shadowice-x841044] has quit [Quit:
Verlassend]
23:17 -!- ki0wa [~under@host241-206-dynamic.19-79-r.retail.telecomitalia.it] has
joined #go-nuts
23:17 < ki0wa> hi
23:26 -!- erus` [~chatzilla@cpc2-gill2-0-0-cust265.basl.cable.virginmedia.com] has
quit [Remote host closed the connection]
23:28 < smw_> hi ki0wa
23:28 * smw_ realizes he is 12 minutes late
23:29 -!- hcatlin [~hcatlin@pdpc/supporter/professional/hcatlin] has quit [Quit:
hcatlin]
23:39 -!- ikaros [~ikaros@f050215173.adsl.alicedsl.de] has quit [Quit: Leave the
magic to Houdini]
23:42 -!- tux21b [~christoph@90.146.60.30] has joined #go-nuts
23:47 -!- hstimer [~hstimer@70.90.170.37] has joined #go-nuts
23:57 -!- powerje [~powerje@2002:4b31:35b:0:213:e8ff:feaa:ae2b] has quit [Quit:
exit]
--- Log closed Wed Mar 10 00:00:23 2010