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

--- Log opened Sun Oct 17 00:00:11 2010
00:02 -!- napsy [~luka@88.200.96.18] has quit [Ping timeout: 260 seconds]
00:24 -!- kanru [~kanru@61-228-160-76.dynamic.hinet.net] has joined #go-nuts
00:33 -!- napsy [~luka@88.200.96.18] has joined #go-nuts
00:34 < mpl> what I'd like in the doc is an easy way to find, say, all types
that implement an io.writer
00:34 < mpl> instead of searching for "writer" in the search box.
00:34 < Tv> mpl: you do realize that'll never work across codebases..
00:35 < mpl> what will never work?
00:35 < Tv> mpl: my Frobnitz type can implement io.Writer
00:35 < Tv> mpl: it's sort of sortsighted to ask "what implements io.Writer
*in the go bundled packages*"
01:03 -!- tsykoduk [~tsykoduk@184.78.195.79] has quit [Ping timeout: 252 seconds]
01:04 < nsf> mpl: interface matching is easy to implement
01:04 < nsf> but I have no idea why do you need this :)
01:04 -!- tsykoduk [~tsykoduk@184.78.195.79] has joined #go-nuts
01:08 -!- ikaros [~ikaros@dslb-084-059-072-178.pools.arcor-ip.net] has quit [Quit:
Leave the magic to Houdini]
01:09 < nsf> Tv: well, I see it that way: a big input field, you're typing
Go interface (or simply a set of methods) and app does the matching
01:09 < nsf> sort of an advanced "type which has all these methods" search
01:10 < nsf> and of course an ability to enter standard library interfaces
quickly
01:10 < nsf> like io.Writer
01:11 < nsf> or it is possible to make static matching
01:11 < nsf> simply collect all interfaces from the standard library
01:12 < nsf> and when generating documentation check all types against these
interfaces
01:12 < nsf> and add field "implements" as a hint
01:12 < nsf> it's all very easy to do
01:31 -!- tsykoduk [~tsykoduk@184.78.195.79] has quit [Ping timeout: 245 seconds]
01:32 -!- tsykoduk [~tsykoduk@184.78.195.79] has joined #go-nuts
01:37 -!- napsy [~luka@88.200.96.18] has quit [Ping timeout: 265 seconds]
01:40 -!- b00m_chef [~watr@66.183.100.197] has joined #go-nuts
01:46 -!- mrw [~mrw@ip72-197-26-205.sd.sd.cox.net] has joined #go-nuts
01:46 < mrw> greetings
01:48 < mrw> anyone bulding go on OS X
01:50 < yebyen> not recently
01:50 < yebyen> problems?
01:52 < mrw> yeah.  starting with building lib9 at atoi.c
01:52 < mrw> i successfully built go a few months ago
01:52 < mrw> since then i have installed xcode 4
01:52 < mrw> i'm guessing either xcode 4 or the recent refresh of go code is
the culprit
01:53 < mrw> lots of this : include/u.h:59:22: error: inttypes.h: No such
file or directory
01:54 < mrw> xcode 4 does install itself in a different location
01:59 < yebyen> hmmm
01:59 < yebyen> haven't really tooled around with xcode i'm afraid
02:00 < mrw> no worries
02:00 < mrw> it will be something stupid
02:01 < yebyen> hope so
02:17 -!- dacc [~Adium@c-67-171-32-251.hsd1.wa.comcast.net] has joined #go-nuts
02:25 < uriel> mrw: did you try a fresh checkout of the latest tip?
02:26 < uriel> according to this it should build just fine:
http://godashboard.appspot.com/
02:30 -!- tumdum [~tumdum@atv250.neoplus.adsl.tpnet.pl] has joined #go-nuts
02:30 -!- tumdum [~tumdum@atv250.neoplus.adsl.tpnet.pl] has quit [Changing host]
02:30 -!- tumdum [~tumdum@unaffiliated/tumdum] has joined #go-nuts
02:38 -!- napsy [~luka@88.200.96.18] has joined #go-nuts
02:41 < mrw> uriel: thanks.  will try.
02:45 -!- tumdum [~tumdum@unaffiliated/tumdum] has quit [Quit: tumdum]
02:45 -!- b00m_chef [~watr@66.183.100.197] has quit [Ping timeout: 245 seconds]
03:08 -!- rejb [~rejb@unaffiliated/rejb] has quit [Ping timeout: 276 seconds]
03:18 -!- Wiz126 [Wiz126@h62.126.232.68.ip.windstream.net] has quit [Read error:
Connection reset by peer]
03:21 -!- Wiz126 [Wiz126@h62.126.232.68.ip.windstream.net] has joined #go-nuts
03:44 -!- dacc [~Adium@c-67-171-32-251.hsd1.wa.comcast.net] has quit [Quit:
Leaving.]
03:45 -!- nsf [~nsf@jiss.convex.ru] has quit [Quit: WeeChat 0.3.3]
04:00 < mrw> got it.  apparently you need to select "Install Unix Tools" so
that xcode 4 puts the gcc toolchain into a predictable location.
04:03 -!- mrw [~mrw@ip72-197-26-205.sd.sd.cox.net] has left #go-nuts []
04:36 -!- napsy [~luka@88.200.96.18] has quit [Ping timeout: 245 seconds]
05:00 -!- scm [scm@d019156.adsl.hansenet.de] has quit [Ping timeout: 240 seconds]
05:02 -!- scm [scm@d019172.adsl.hansenet.de] has joined #go-nuts
05:05 -!- kevin_ [73754b53@gateway/web/freenode/ip.115.117.75.83] has joined
#go-nuts
05:05 -!- kevin_ [73754b53@gateway/web/freenode/ip.115.117.75.83] has quit [Client
Quit]
05:05 -!- kevin_ [73754b53@gateway/web/freenode/ip.115.117.75.83] has joined
#go-nuts
05:06 -!- kevin_ [73754b53@gateway/web/freenode/ip.115.117.75.83] has quit [Client
Quit]
05:11 -!- jcao219 [~jcao219@pool-173-74-61-111.dllstx.fios.verizon.net] has quit
[Ping timeout: 272 seconds]
05:15 < uriel> emacsen: ok, at last I got to update that, a few secs turned
into a few hours, sorry :))
05:15 < uriel> emacsen: thanks for the heads up
05:21 -!- yebyen [~yebyen@irie-arch.rit.edu] has quit [Ping timeout: 240 seconds]
05:22 -!- b00m_chef [~watr@66.183.100.197] has joined #go-nuts
05:33 -!- skelterjohn [~jasmuth@c-76-124-135-199.hsd1.nj.comcast.net] has joined
#go-nuts
05:37 -!- skelterjohn [~jasmuth@c-76-124-135-199.hsd1.nj.comcast.net] has quit
[Client Quit]
05:38 -!- napsy [~luka@88.200.96.18] has joined #go-nuts
05:41 -!- AmirMohammad [~amir@unaffiliated/gluegadget] has quit [Ping timeout: 276
seconds]
05:49 -!- XenoPhoenix [~Xeno@cpc5-aztw24-2-0-cust39.aztw.cable.virginmedia.com]
has quit [Ping timeout: 250 seconds]
05:49 -!- MX80 [~MX80@cust253.253.117.74.dsl.g3telecom.net] has quit [Read error:
No route to host]
05:54 -!- devrim [~Adium@ip-95-223-189-66.unitymediagroup.de] has quit [Quit:
Leaving.]
06:12 -!- noktoborus__ [~noktoboru@host-208-107.hosts.vtc.ru] has joined #go-nuts
06:13 -!- noktoborus [debian-tor@gateway/tor-sasl/noktoborus] has quit [Quit:
Ухожу я от вас]
06:16 -!- noktoborus [~noktoboru@host-208-107.hosts.vtc.ru] has quit [Client Quit]
06:16 -!- noktoborus [~noktoboru@host-208-107.hosts.vtc.ru] has joined #go-nuts
06:17 -!- noktoborus [~noktoboru@host-208-107.hosts.vtc.ru] has quit [Read error:
Connection reset by peer]
06:17 -!- noktoborus [debian-tor@gateway/tor-sasl/noktoborus] has joined #go-nuts
06:42 -!- ShadowIce [~pyoro@unaffiliated/shadowice-x841044] has joined #go-nuts
06:53 -!- adu [~ajr@pool-71-241-254-45.washdc.fios.verizon.net] has joined
#go-nuts
07:03 -!- b00m_chef [~watr@66.183.100.197] has quit [Ping timeout: 245 seconds]
07:25 -!- ronnyy [~quassel@p4FF1DC01.dip.t-dialin.net] has joined #go-nuts
07:33 -!- photron [~photron@port-92-201-216-250.dynamic.qsc.de] has joined
#go-nuts
07:37 -!- Project_2501 [~Marvin@82.84.80.32] has joined #go-nuts
07:38 -!- napsy [~luka@88.200.96.18] has quit [Ping timeout: 255 seconds]
07:41 -!- napsy [~luka@88.200.96.18] has joined #go-nuts
07:42 -!- awidegreen [~quassel@62.176.237.78] has joined #go-nuts
08:06 -!- tasosos [~tasosos@188.4.26.132.dsl.dyn.forthnet.gr] has joined #go-nuts
08:20 -!- napsy [~luka@88.200.96.18] has quit [Ping timeout: 245 seconds]
08:21 -!- napsy [~luka@88.200.96.18] has joined #go-nuts
08:31 -!- femtoo [~femto@95-89-248-196-dynip.superkabel.de] has joined #go-nuts
08:38 -!- tensorpudding [~user@99.148.202.191] has joined #go-nuts
08:45 -!- DerHorst [~Horst@e176108167.adsl.alicedsl.de] has joined #go-nuts
08:57 -!- ronnyy [~quassel@p4FF1DC01.dip.t-dialin.net] has quit [Ping timeout: 264
seconds]
09:06 -!- rlab [~Miranda@91.200.158.34] has joined #go-nuts
09:40 -!- simonaG [SScript@host150-153-dynamic.9-79-r.retail.telecomitalia.it] has
joined #go-nuts
09:40 -!- simonaG [SScript@host150-153-dynamic.9-79-r.retail.telecomitalia.it] has
left #go-nuts []
10:01 -!- HollyRain [~HollyRain@87.223.104.30] has joined #go-nuts
10:03 < HollyRain> hi!  if a C function returns a string (char *) like
_Ctype_char
10:03 < HollyRain> how to convert it to Go's string type?
10:07 -!- noktoborus [debian-tor@gateway/tor-sasl/noktoborus] has quit [Quit: kill
self]
10:08 -!- noktoborus_ [debian-tor@gateway/tor-sasl/noktoborus] has joined #go-nuts
10:12 -!- gabriel9 [~gabriel9@93.157.192.28] has quit [Read error: No route to
host]
10:20 -!- roto [~roto@64.79.202.154] has quit [Remote host closed the connection]
10:26 -!- napsy [~luka@88.200.96.18] has quit [Ping timeout: 265 seconds]
10:28 -!- roto [~roto@64.79.202.154] has joined #go-nuts
10:32 -!- HollyRain [~HollyRain@87.223.104.30] has left #go-nuts []
10:38 -!- g0bl1n [~g0blin@a213-22-18-58.cpe.netcabo.pt] has joined #go-nuts
10:39 -!- napsy [~luka@88.200.96.18] has joined #go-nuts
10:54 -!- pigoz [~pigoz@pigoz.fastsh.it] has left #go-nuts ["WeeChat 0.3.4-dev"]
11:09 -!- TheMue [~TheMue@p5DDF6B1A.dip.t-dialin.net] has joined #go-nuts
11:09 < TheMue> re
11:09 -!- tvw [~tv@e176000061.adsl.alicedsl.de] has joined #go-nuts
11:18 -!- TheMue [~TheMue@p5DDF6B1A.dip.t-dialin.net] has quit [Quit: TheMue]
11:34 -!- devrim [~Adium@ip-95-223-189-66.unitymediagroup.de] has joined #go-nuts
11:35 -!- exch [~exch@h144170.upc-h.chello.nl] has quit [Quit: hmmm]
11:45 -!- tensorpudding [~user@99.148.202.191] has quit [Read error: Operation
timed out]
12:00 -!- tasosos [~tasosos@188.4.26.132.dsl.dyn.forthnet.gr] has quit [Remote
host closed the connection]
12:06 -!- tensorpudding [~user@99.148.202.191] has joined #go-nuts
12:09 -!- ikaros [~ikaros@dslb-084-059-072-178.pools.arcor-ip.net] has joined
#go-nuts
12:11 -!- TheMue [~TheMue@p5DDF6B1A.dip.t-dialin.net] has joined #go-nuts
12:14 -!- noktoborus__ [debian-tor@gateway/tor-sasl/noktoborus] has joined
#go-nuts
12:14 -!- noktoborus__ [debian-tor@gateway/tor-sasl/noktoborus] has quit [Remote
host closed the connection]
12:20 -!- yebyen [~yebyen@cpe-67-253-244-26.rochester.res.rr.com] has joined
#go-nuts
12:37 -!- napsy [~luka@88.200.96.18] has quit [Ping timeout: 240 seconds]
12:38 -!- napsy [~luka@88.200.96.18] has joined #go-nuts
12:40 -!- rejb [~rejb@unaffiliated/rejb] has joined #go-nuts
12:41 -!- g0bl1n [~g0blin@a213-22-18-58.cpe.netcabo.pt] has quit [Quit: g0bl1n]
12:54 -!- nsf [~nsf@jiss.convex.ru] has joined #go-nuts
13:01 -!- rejb [~rejb@unaffiliated/rejb] has quit [Quit: .]
13:07 < soul9> anyone know the most simple way to apply a function to every
line of a file and have a slice returned?
13:08 < soul9> something like a map function in functional programming
languages
13:08 -!- rejb [~rejb@unaffiliated/rejb] has joined #go-nuts
13:17 < yebyen> sounds pretty easy to write
13:17 < yebyen> does a file come back as a channel/array of strings?
13:17 < yebyen> or just one array with \n's in it
13:17 < TheMue> A combination of a Reader, splitting by \n and a for-range
should do it.
13:18 < yebyen> yeah for-range!
13:18 < yebyen> i forgot about that :D
13:18 * yebyen hasn't been coding go in 6 months or so
13:23 < soul9> but...wouldn't that load the file into memory (with the
range)?
13:23 < soul9> so i would do for line := range bufio.ReadString('\n') {...
?
13:23 < soul9> yebyen, TheMue?
13:24 < yebyen> ooh
13:24 < yebyen> is it that elegant?
13:24 < soul9> i don't know.
13:25 < yebyen> it looks right
13:25 < yebyen> i thought the range keyword was in for only
13:25 < yebyen> but it makes sense that you could apply it to a closure
13:25 < soul9> it is.
13:25 < TheMue> no, wouldn't work
13:25 < yebyen> hm
13:25 < soul9> here is the way i'm doing it, but i don't like to create a
new slice for every match:
13:25 < soul9> http://pastie.org/1227597
13:25 < yebyen> slices are cheap man
13:25 < yebyen> go for it
13:26 < soul9> yea?
13:26 < yebyen> they are backed by the same array as what they are created
from
13:26 < yebyen> thats what they're for
13:26 < yebyen> no mallocs
13:26 < yebyen> or just a few
13:26 < yebyen> not the whole line of text copy for sure
13:26 < soul9> ok, i see
13:27 < TheMue> a buffererd reader around os.File, then ReadString("\n") in
a Goroutine writing to a channel, and returning that channel.  this can be
for-ranged then
13:28 < soul9> aah a channel
13:28 < soul9> can you thihnk of an example for this?
13:29 < yebyen> damn
13:29 < yebyen> i moved my zfs source code inside of the zfs again
13:30 < TheMue> maybe later, sorry, have to write a lot today (book
finishing)
13:30 -!- ikaros [~ikaros@dslb-084-059-072-178.pools.arcor-ip.net] has left
#go-nuts [".part"]
13:30 < soul9> yeah, no, i was more thinking of an already existing example.
13:30 < soul9> oh well, i'll look around for it
13:32 < yebyen> i'll help you with that
13:32 -!- SIGSEGV2 [~user@110.9.28.120] has joined #go-nuts
13:32 < yebyen> i have the compilers anyway
13:32 < yebyen> lol
13:33 < yebyen> now where did i put that source code
13:33 < yebyen> probably on broken zfs partitions also
13:34 -!- pjm0616 [~user@110.9.28.120] has quit [Read error: Connection reset by
peer]
13:35 < mpl> nsf: the reason is simple.  I often wonder: "ok, now I want to
write a type that implements a writer, let's see the various ways it's done in the
base packages." so an easy way to search for that would help me.
13:40 < nsf> mpl: interface documentation should contain enough info for
that
13:42 -!- napsy [~luka@88.200.96.18] has quit [Ping timeout: 264 seconds]
13:42 < mpl> it's not the same.
13:42 < mpl> I want to see the various examples
13:42 < yebyen> i think he wants to be able to grep for the interface
implementations
13:43 < mpl> exactly.
13:43 < yebyen> and there's no "implements Writer" keyword?
13:43 < yebyen> rigt
13:43 < yebyen> right
13:43 < yebyen> types just implement
13:43 < yebyen> and sometimes they name themselves conveniently
ThisOrThatWriter
13:45 < nsf> it is possible to write that kind of grep tool
13:45 < nsf> that searches for interface impls
13:45 < nsf> but you know, someone should do that, it won't appear magically
13:45 < mpl> sure.  I'm saying it might be worth doing it.
13:45 < nsf> :)
13:46 < mpl> I have higher priority stuff to do atm.  I just would have been
glad for that tool sometime ago.
13:49 -!- napsy [~luka@88.200.96.18] has joined #go-nuts
13:51 < yebyen> is that a reasonable assessment of why it's slightly
difficult?
13:52 < yebyen> first you need a patterny representation of what it means to
implement
13:53 < yebyen> and then you need to check if it implements the interface
13:53 < yebyen> there are no other hints
13:57 < nsf> the most complex part here is type embedding
13:58 < nsf> e.g.  struct { *bytes.Buffer; a, b, c int } satisfies io.Reader
indirectly
13:59 < nsf> but I have my gocode code base, it can do that easily
14:02 -!- illya77 [~illya77@150-4-133-95.pool.ukrtel.net] has joined #go-nuts
14:06 -!- araujo [~araujo@gentoo/developer/araujo] has quit [Quit: Leaving]
14:09 < yebyen> gocode, huh
14:09 < yebyen> autocompletion and refactoring!
14:09 < yebyen> neat
14:09 < yebyen> is this in any IDEs?
14:09 < nsf> no
14:09 < nsf> it has vim plugin at the moment only
14:10 < yebyen> but it does work with vim
14:10 < yebyen> great
14:10 -!- skelterjohn [~jasmuth@c-76-124-135-199.hsd1.nj.comcast.net] has joined
#go-nuts
14:10 < nsf> and it is broken currently
14:10 < nsf> :)
14:10 < nsf> because there is a bug in "go/parser" lib
14:10 < yebyen> so it's fixed in a previous checkout of go?
14:11 < yebyen> or it's not a new bug
14:11 < nsf> uhm, wait a sec, I'll tell in which release it will work
14:11 < nsf> before 2010-09-29 it will work
14:11 < yebyen> i don't have any go checked out right now, apparently
14:12 < nsf> the closest one is 2010-09-22
14:12 < yebyen> it's trapped in my broken zfs partition
14:12 < yebyen> maybe next reboot it will come back
14:12 < yebyen> i'll check that out though
14:16 -!- rutkowski [~adrian@078088207115.walbrzych.vectranet.pl] has joined
#go-nuts
14:21 -!- scarabx [~scarabx@c-76-19-43-200.hsd1.ma.comcast.net] has joined
#go-nuts
14:40 -!- emacsen [~serge@pool-141-156-49-189.washdc.btas.verizon.net] has quit
[Ping timeout: 252 seconds]
14:42 < yebyen> nsf: compiled, thanks
14:42 < yebyen> gobuild asserts that your source tree is not structured
correctly for package names
14:43 < yebyen> lol
14:43 < nsf> uhm..  why is that?
14:43 < nsf> and I don't care what gobuild thinks
14:44 < nsf> gocode's build process is rather complex
14:44 < nsf> it uses autogenerated file which is generated on the fly by the
goremote tool
14:44 < nsf> which is being built first
14:45 < nsf> I'm 100% sure gobuild can't handle that
14:46 < yebyen> cool
14:47 -!- Vovchik [~Vova@IGLD-84-229-123-134.inter.net.il] has joined #go-nuts
14:47 -!- skelterjohn [~jasmuth@c-76-124-135-199.hsd1.nj.comcast.net] has quit
[Quit: skelterjohn]
14:47 < Vovchik> Go windows IDE v0.3
14:47 < Vovchik> http://dl.dropbox.com/u/12236219/GOIDE/GoIDE.html
14:49 -!- noktoborus_ [debian-tor@gateway/tor-sasl/noktoborus] has quit [Quit:
noktoborus_]
14:50 -!- noktoborus [debian-tor@gateway/tor-sasl/noktoborus] has joined #go-nuts
14:51 -!- tasosos [~tasosos@188.4.26.132.dsl.dyn.forthnet.gr] has joined #go-nuts
14:56 -!- noktoborus [debian-tor@gateway/tor-sasl/noktoborus] has quit [Ping
timeout: 245 seconds]
15:00 -!- skelterjohn [~jasmuth@c-76-124-135-199.hsd1.nj.comcast.net] has joined
#go-nuts
15:02 -!- rutkowski [~adrian@078088207115.walbrzych.vectranet.pl] has quit [Quit:
WeeChat 0.3.3-dev]
15:04 -!- tvw [~tv@e176000061.adsl.alicedsl.de] has quit [Remote host closed the
connection]
15:05 -!- noktoborus_ [debian-tor@gateway/tor-sasl/noktoborus] has joined #go-nuts
15:16 < nsf> another good idea for a project: gosyntax
15:16 < nsf> syntax highlighter for Go
15:17 < nsf> as a separate project because Go has a nice and complete parser
as a lib, and it is possible to do a very precise and advanced syntax highlighting
using it
15:19 -!- devrim [~Adium@ip-95-223-189-66.unitymediagroup.de] has quit [Quit:
Leaving.]
15:24 -!- napsy [~luka@88.200.96.18] has quit [Ping timeout: 240 seconds]
15:29 -!- ronnyy [~quassel@p4FF1DC01.dip.t-dialin.net] has joined #go-nuts
15:32 -!- noktoborus_ [debian-tor@gateway/tor-sasl/noktoborus] has quit [Quit:
noktoborus_]
15:32 -!- noktoborus_ [debian-tor@gateway/tor-sasl/noktoborus] has joined #go-nuts
15:33 -!- ucasano [~ucasano@host185-90-static.5-79-b.business.telecomitalia.it]
has joined #go-nuts
15:42 -!- noktoborus_ [debian-tor@gateway/tor-sasl/noktoborus] has quit [Remote
host closed the connection]
15:46 -!- araujo [~araujo@190.38.50.25] has joined #go-nuts
15:46 -!- ucasano_ [~ucasano@host185-90-static.5-79-b.business.telecomitalia.it]
has joined #go-nuts
15:46 -!- noktoborus_ [debian-tor@gateway/tor-sasl/noktoborus] has joined #go-nuts
15:46 -!- araujo [~araujo@190.38.50.25] has quit [Changing host]
15:46 -!- araujo [~araujo@gentoo/developer/araujo] has joined #go-nuts
15:47 -!- napsy [~luka@88.200.96.18] has joined #go-nuts
15:47 -!- ucasano [~ucasano@host185-90-static.5-79-b.business.telecomitalia.it]
has quit [Read error: Connection reset by peer]
15:47 -!- g0bl1n [~g0blin@a213-22-18-58.cpe.netcabo.pt] has joined #go-nuts
15:50 -!- noktoborus_ [debian-tor@gateway/tor-sasl/noktoborus] has quit [Remote
host closed the connection]
15:52 -!- noktoborus_ [debian-tor@gateway/tor-sasl/noktoborus] has joined #go-nuts
15:54 < plexdev> http://is.gd/g5Dwa by [Russ Cox] in 2 subdirs of go/src/ --
5l: stop using R12 as SB
16:08 -!- g0bl1n [~g0blin@a213-22-18-58.cpe.netcabo.pt] has quit [Quit: g0bl1n]
16:08 -!- ucasano [~ucasano@host185-90-static.5-79-b.business.telecomitalia.it]
has quit [Quit: ucasano]
16:13 -!- ucasano [~ucasano@host185-90-static.5-79-b.business.telecomitalia.it]
has joined #go-nuts
16:15 -!- boscop [~boscop@f055253086.adsl.alicedsl.de] has joined #go-nuts
16:17 -!- ExtraSpice [~XtraSpice@78-57-137-162.static.zebra.lt] has joined
#go-nuts
16:17 -!- adu_ [~ajr@pool-71-191-174-32.washdc.fios.verizon.net] has joined
#go-nuts
16:17 -!- ucasano [~ucasano@host185-90-static.5-79-b.business.telecomitalia.it]
has quit [Ping timeout: 245 seconds]
16:19 -!- adu [~ajr@pool-71-241-254-45.washdc.fios.verizon.net] has quit [Ping
timeout: 245 seconds]
16:22 -!- ucasano [~ucasano@host185-90-static.5-79-b.business.telecomitalia.it]
has joined #go-nuts
16:23 -!- kanru [~kanru@61-228-160-76.dynamic.hinet.net] has quit [Ping timeout:
264 seconds]
16:26 < plexdev> http://is.gd/g5F3Z by [Rob Pike] in go/src/pkg/log/ -- log:
update the documentation to clarify the behavior
16:32 -!- ucasano_ [~ucasano@host185-90-static.5-79-b.business.telecomitalia.it]
has joined #go-nuts
16:33 -!- ucasano [~ucasano@host185-90-static.5-79-b.business.telecomitalia.it]
has quit [Read error: Connection reset by peer]
16:39 -!- ysynopsis [~ysynopsis@c-67-165-183-239.hsd1.il.comcast.net] has joined
#go-nuts
16:49 -!- napsy [~luka@88.200.96.18] has quit [Ping timeout: 250 seconds]
16:55 -!- nsf [~nsf@jiss.convex.ru] has quit [Quit: WeeChat 0.3.3]
16:58 -!- ronnyy [~quassel@p4FF1DC01.dip.t-dialin.net] has quit [Ping timeout: 265
seconds]
17:04 -!- napsy [~luka@88.200.96.18] has joined #go-nuts
17:08 -!- tvw [~tv@e176000061.adsl.alicedsl.de] has joined #go-nuts
17:25 -!- Project_2501 [~Marvin@82.84.80.32] has quit [Quit: E se abbasso questa
leva che succ...]
17:30 -!- b00m_chef [~watr@66.183.100.197] has joined #go-nuts
17:51 -!- Adys [~Adys@unaffiliated/adys] has joined #go-nuts
18:03 -!- Innominate [~sirrobin@cpe-076-182-074-143.nc.res.rr.com] has quit [Read
error: Operation timed out]
18:07 -!- Innominate [~sirrobin@cpe-076-182-074-143.nc.res.rr.com] has joined
#go-nuts
18:07 -!- tvw [~tv@e176000061.adsl.alicedsl.de] has quit [Remote host closed the
connection]
18:09 -!- napsy [~luka@88.200.96.18] has quit [Ping timeout: 264 seconds]
18:15 -!- adu_ [~ajr@pool-71-191-174-32.washdc.fios.verizon.net] has quit [Quit:
adu_]
18:34 -!- ako [~nya@fuld-4d00d18e.pool.mediaWays.net] has joined #go-nuts
18:35 -!- rlab [~Miranda@91.200.158.34] has quit [Quit: Miranda IM! Smaller,
Faster, Easier.  http://miranda-im.org]
18:36 -!- aho [~nya@fuld-4d00d33c.pool.mediaWays.net] has quit [Ping timeout: 252
seconds]
18:39 -!- lmoura [~lauromour@187.78.160.150] has joined #go-nuts
18:42 -!- ucasano [~ucasano@host185-90-static.5-79-b.business.telecomitalia.it]
has quit [Quit: ucasano]
18:44 -!- gabriel9 [~gabriel9@93.157.192.28] has joined #go-nuts
18:54 -!- illya77 [~illya77@150-4-133-95.pool.ukrtel.net] has quit [Read error:
Connection reset by peer]
18:56 -!- ako [~nya@fuld-4d00d6d1.pool.mediaWays.net] has joined #go-nuts
18:59 -!- jcao219 [~jcao219@pool-173-74-61-111.dllstx.fios.verizon.net] has joined
#go-nuts
18:59 -!- aho [~nya@fuld-4d00d18e.pool.mediaWays.net] has quit [Ping timeout: 252
seconds]
19:10 -!- devrim [~Adium@ip-95-223-189-66.unitymediagroup.de] has joined #go-nuts
19:14 < plexdev> http://is.gd/g5Nvk by [Luuk van Dijk] in go/src/cmd/ld/ --
[68]l: fix off by one instruction in dwarf frame unwinding.
19:22 -!- ako [~nya@fuld-4d00d52b.pool.mediaWays.net] has joined #go-nuts
19:24 -!- scarabx [~scarabx@c-76-19-43-200.hsd1.ma.comcast.net] has quit [Quit:
This computer has gone to sleep]
19:25 -!- aho [~nya@fuld-4d00d6d1.pool.mediaWays.net] has quit [Ping timeout: 252
seconds]
19:36 -!- DerHorst [~Horst@e176108167.adsl.alicedsl.de] has quit [Remote host
closed the connection]
19:36 -!- gabriel9 [~gabriel9@93.157.192.28] has quit [Remote host closed the
connection]
19:51 -!- ronnyy [~quassel@p4FF1DC01.dip.t-dialin.net] has joined #go-nuts
20:00 -!- femtooo [~femto@95-89-248-196-dynip.superkabel.de] has joined #go-nuts
20:01 -!- Fish [~Fish@9fans.fr] has joined #go-nuts
20:02 -!- femtoo [~femto@95-89-248-196-dynip.superkabel.de] has quit [Ping
timeout: 276 seconds]
20:05 -!- hcatlin [~hcatlin@pdpc/supporter/professional/hcatlin] has joined
#go-nuts
20:13 -!- femtooo [~femto@95-89-248-196-dynip.superkabel.de] has quit [Quit:
Leaving]
20:15 -!- b00m_chef [~watr@66.183.100.197] has quit [Ping timeout: 240 seconds]
20:18 -!- emacsen [~serge@pool-141-156-49-189.washdc.btas.verizon.net] has joined
#go-nuts
20:40 -!- devrim [~Adium@ip-95-223-189-66.unitymediagroup.de] has quit [Quit:
Leaving.]
20:46 -!- drry [~drry@unaffiliated/drry] has quit [Ping timeout: 264 seconds]
20:46 -!- SRabbelier [~SRabbelie@ip138-114-211-87.adsl2.static.versatel.nl] has
quit [Read error: Connection reset by peer]
20:46 -!- anticw [~anticw@c-67-169-68-180.hsd1.ca.comcast.net] has quit [Ping
timeout: 264 seconds]
20:46 -!- anticw [~anticw@c-67-169-68-180.hsd1.ca.comcast.net] has joined #go-nuts
20:46 -!- drry [~drry@unaffiliated/drry] has joined #go-nuts
20:47 < plexdev> http://is.gd/g5ROS by [Luuk van Dijk] in go/src/cmd/ld/ --
[68]l: proper end of instruction ranges in dwarf.
20:51 -!- artefon [~thiago@187.114.10.49] has joined #go-nuts
21:05 -!- Fish [~Fish@9fans.fr] has quit [Remote host closed the connection]
21:07 -!- napsy [~luka@88.200.96.18] has joined #go-nuts
21:16 -!- synth [~cb@obfuscated.us] has left #go-nuts []
21:29 -!- hcatlin [~hcatlin@pdpc/supporter/professional/hcatlin] has quit [Quit:
hcatlin]
21:30 -!- Project_2501 [~Marvin@82.84.80.32] has joined #go-nuts
21:30 -!- steveno [~stevenoli@paludis/cheerleader/steveno] has joined #go-nuts
21:31 -!- nsf [~nsf@jiss.convex.ru] has joined #go-nuts
21:36 -!- meanburrito920 [~john@192.5.109.49] has joined #go-nuts
21:36 -!- meanburrito920 [~john@192.5.109.49] has quit [Changing host]
21:36 -!- meanburrito920 [~john@unaffiliated/meanburrito920] has joined #go-nuts
21:40 -!- crazy1be [~crazy2be@d205-206-130-118.abhsia.telus.net] has joined
#go-nuts
21:44 -!- tasosos [~tasosos@188.4.26.132.dsl.dyn.forthnet.gr] has quit [Remote
host closed the connection]
21:47 -!- hcatlin [~hcatlin@pdpc/supporter/professional/hcatlin] has joined
#go-nuts
21:51 -!- meanburrito920 [~john@unaffiliated/meanburrito920] has quit [Ping
timeout: 276 seconds]
21:57 -!- awidegreen [~quassel@62.176.237.78] has quit [Remote host closed the
connection]
22:00 -!- Vovchik [~Vova@IGLD-84-229-123-134.inter.net.il] has quit []
22:04 -!- cco3-hampster [~conleyo@nat/google/x-dlmqrdamihzyrnjr] has quit [Ping
timeout: 272 seconds]
22:04 -!- cco3-hampster [~conleyo@nat/google/x-jfeobtmsisdolbuf] has joined
#go-nuts
22:13 -!- ronnyy [~quassel@p4FF1DC01.dip.t-dialin.net] has quit [Ping timeout: 245
seconds]
22:13 -!- hcatlin [~hcatlin@pdpc/supporter/professional/hcatlin] has quit [Quit:
hcatlin]
22:15 -!- mbohun [~mbohun@ppp115-156.static.internode.on.net] has quit [Quit:
Leaving]
22:15 -!- skelterjohn [~jasmuth@c-76-124-135-199.hsd1.nj.comcast.net] has quit
[Quit: skelterjohn]
22:29 -!- steveno [~stevenoli@paludis/cheerleader/steveno] has quit [Quit:
steveno]
22:30 -!- scarabx [~scarabx@c-76-19-43-200.hsd1.ma.comcast.net] has joined
#go-nuts
22:30 -!- ShadowIce [~pyoro@unaffiliated/shadowice-x841044] has quit [Quit:
Verlassend]
22:32 -!- jmettraux [~jmettraux@211.19.55.177] has joined #go-nuts
22:34 -!- b00m_chef [~watr@66.183.100.197] has joined #go-nuts
22:48 -!- ExtraSpice [~XtraSpice@78-57-137-162.static.zebra.lt] has quit [Quit:
Leaving]
22:49 -!- adu [~ajr@pool-71-191-174-32.washdc.fios.verizon.net] has joined
#go-nuts
22:52 -!- adu [~ajr@pool-71-191-174-32.washdc.fios.verizon.net] has quit [Client
Quit]
22:59 -!- photron [~photron@port-92-201-216-250.dynamic.qsc.de] has quit [Ping
timeout: 265 seconds]
23:00 -!- kanru [~kanru@61-228-160-76.dynamic.hinet.net] has joined #go-nuts
23:15 -!- kingless [~kingless@adsl-242-212-94.rmo.bellsouth.net] has joined
#go-nuts
23:20 -!- kingless [~kingless@adsl-242-212-94.rmo.bellsouth.net] has quit [Remote
host closed the connection]
23:21 -!- noktoborus_ [debian-tor@gateway/tor-sasl/noktoborus] has quit [Ping
timeout: 245 seconds]
23:22 -!- kanru [~kanru@61-228-160-76.dynamic.hinet.net] has quit [Ping timeout:
245 seconds]
23:27 -!- adu [~ajr@pool-71-191-174-32.washdc.fios.verizon.net] has joined
#go-nuts
23:27 -!- pgas [~user@pdpc/supporter/active/pgas] has quit [Ping timeout: 260
seconds]
23:50 -!- adu [~ajr@pool-71-191-174-32.washdc.fios.verizon.net] has quit [Quit:
adu]
23:52 -!- adu [~ajr@pool-71-191-174-32.washdc.fios.verizon.net] has joined
#go-nuts
23:57 -!- gabriel9 [~gabriel9@93.157.192.28] has joined #go-nuts
--- Log closed Mon Oct 18 00:00:11 2010