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

--- Log opened Fri Feb 05 00:00:36 2010
--- Day changed Fri Feb 05 2010
00:00 -!- res [~res@unaffiliated/res] has joined #go-nuts
00:03 -!- carllerche [~carllerch@enginey-9.border1.sfo002.pnap.net] has joined
#go-nuts
00:05 -!- carllerche [~carllerch@enginey-9.border1.sfo002.pnap.net] has quit
[Client Quit]
00:06 -!- b00m_chef [~watr@d64-180-45-230.bchsia.telus.net] has quit [Ping
timeout: 252 seconds]
00:07 -!- yatoo [~marcus@host86-161-166-33.range86-161.btcentralplus.com] has quit
[Ping timeout: 245 seconds]
00:07 -!- carllerche [~carllerch@enginey-9.border1.sfo002.pnap.net] has joined
#go-nuts
00:08 -!- carllerche [~carllerch@enginey-9.border1.sfo002.pnap.net] has quit
[Client Quit]
00:11 -!- binaryjohn [~binaryjoh@cpe-24-30-132-50.san.res.rr.com] has quit [Quit:
binaryjohn]
00:14 -!- DerHorst [~Horst@e176112146.adsl.alicedsl.de] has quit [Quit:
Verlassend]
00:18 -!- Associat0r [~Associat0@h163153.upc-h.chello.nl] has quit [Quit:
Associat0r]
00:21 < anticw> iant: having just written a very crude parser, i notice it
seems to be harder in go to parse function arguments that say in c
00:21 < anticw> in so far as for c it's "type name, type2 name2" ...  etc
00:21 <+iant> hmmm, I would say the reverse personally
00:21 <+iant> in C it's hard to parse types
00:21 < anticw> ok, that's what i thought you would say
00:21 < anticw> so im doing it dumb :-)
00:21 < anticw> for c (function proto only) i can split on commands
00:21 < anticw> and then take the RHS token if there is one
00:21 <+iant> The only trickiness in Go is deciding whether you have
parameter names or not
00:22 < anticw> and i have type, name
00:22 < anticw> well...  in go if i have "a,b,c,d int, x,y,z string"
00:22 <+iant> if this is just a function prototype, then in C the parameter
name may be omitted
00:22 < anticw> yes, i support that
00:22 <+iant> fn(short int, int)
00:22 < anticw> but all args are comma separated
00:22 < anticw> in go they are not
00:22 < dagle> It feels kinda painful to use C after doing golang for like a
month.
00:23 < anticw> the are separated with type names
00:23 <+iant> I do agree that parsing the parameters is one of the trickier
parts of GO
00:23 < dagle> I got used to the nice features.  :)
00:23 -!- itrekkie_ [~itrekkie@ip72-211-128-139.tc.ph.cox.net] has joined #go-nuts
00:23 <+iant> fn(int (*)(int, int), int)
00:24 < anticw> heh, my parser won't do that :)
00:24 <+iant> well, there you go
00:24 <+iant> C types are tricky
00:24 <+iant> C++ types are insanely tricky
00:25 -!- murodese [~James@203-59-163-130.dyn.iinet.net.au] has quit [Read error:
Connection reset by peer]
00:25 -!- itrekkie [~itrekkie@ip72-211-128-139.tc.ph.cox.net] has quit [Ping
timeout: 246 seconds]
00:26 -!- Spaghettini [~Spaghetti@vaxjo7.128.cust.blixtvik.net] has quit [Ping
timeout: 264 seconds]
00:26 < anticw> iant: so, accepting that i want to just split for C (it's
working in the case i care about) ...  can i do something similar for go?
00:26 < anticw> all types are fairly simple
00:28 <+iant> I don't think so, you do have to handle "a, b int"
00:28 -!- stalled [~411@unaffiliated/stalled] has quit [Ping timeout: 265 seconds]
00:28 < anticw> right ...  so i can split on types ...  but i can't w/o type
knowledge infer that
00:28 <+iant> it's not that hard to handle it, but I don't think you can do
it with a simple splitting algorithm
00:28 < anticw> so really i need to split on foo<space>bar in a sense
00:28 <+iant> you can parse parameters with no type knowledge
00:29 <+iant> given "a, b c" you know that a and b are parameters names and
c is a type
00:29 <+iant> given "(a, b)" you know that a and b are types
00:29 < plexdev> http://is.gd/7IUar by [Rob Pike] in go/src/pkg/fmt/ --
handle nils safely in Printf.
00:33 -!- stalled [~411@unaffiliated/stalled] has joined #go-nuts
00:34 -!- tav [~tav@89.241.155.169] has quit [Ping timeout: 272 seconds]
00:38 -!- murodese [~James@203-206-117-229.dyn.iinet.net.au] has joined #go-nuts
00:39 -!- tav [~tav@89.241.155.169] has joined #go-nuts
00:40 -!- stalled [~411@unaffiliated/stalled] has quit [Ping timeout: 276 seconds]
00:44 -!- stalled [~411@unaffiliated/stalled] has joined #go-nuts
00:44 -!- metapandava [~metapanda@c-67-170-34-16.hsd1.wa.comcast.net] has joined
#go-nuts
00:45 < anticw> iant: yeah, im just going to special case this hack as
needed, thanks for you help
00:45 -!- kangaroo [~kanru@61-30-10-70.static.tfn.net.tw] has joined #go-nuts
00:46 < anticw> dho: there still?
00:52 -!- kota1111 [~kota1111@gw2.kbmj.jp] has joined #go-nuts
01:00 -!- wuehlmaus [~wuehlmaus@p4FCC6F0D.dip.t-dialin.net] has quit [Ping
timeout: 256 seconds]
01:10 -!- perdiy [~perdix@dyndsl-095-033-091-194.ewe-ip-backbone.de] has joined
#go-nuts
01:10 -!- perdiy [~perdix@dyndsl-095-033-091-194.ewe-ip-backbone.de] has quit
[Changing host]
01:10 -!- perdiy [~perdix@sxemacs/devel/perdix] has joined #go-nuts
01:11 -!- tomestla [~tom@AToulouse-151-1-5-80.w83-193.abo.wanadoo.fr] has quit
[Ping timeout: 256 seconds]
01:12 -!- perdix [~perdix@sxemacs/devel/perdix] has quit [Ping timeout: 252
seconds]
01:13 -!- hstimer [~hans@2002:465a:aa25:0:226:bbff:fe05:dd9b] has joined #go-nuts
01:14 -!- kangaroo [~kanru@61-30-10-70.static.tfn.net.tw] has quit [Quit: WeeChat
0.3.1.1]
01:15 -!- triplez [~triplez@cm35.sigma224.maxonline.com.sg] has quit [Quit:
triplez]
01:21 -!- kangaroo [~kanru@61-30-10-70.static.tfn.net.tw] has joined #go-nuts
01:27 -!- binaryjohn [~binaryjoh@cpe-24-30-132-50.san.res.rr.com] has joined
#go-nuts
01:38 -!- triplez [~triplez@bb116-14-34-155.singnet.com.sg] has joined #go-nuts
01:46 < plexdev> http://is.gd/7J7Zu by [Andrew Gerrand] in 2 subdirs of go/
-- release.2010-02-04 step one
01:46 < plexdev> http://is.gd/7J7ZF by [Andrew Gerrand] in go/ --
release.2010-02-04
01:46 < plexdev> http://is.gd/7bXeq by [Russ Cox] in go/ --
release.2010-01-27, take 2
01:47 < plexdev> http://is.gd/7ceP7 by [Rob Pike] in go/src/pkg/websocket/
-- Regularize the comments for the websocket package and document all functions
and methods.
01:47 < plexdev> http://is.gd/7cjoN by [Michael Hoisie] in go/src/pkg/xml/
-- Allow underscores in XML element names (except for leading characters)
01:47 < plexdev> http://is.gd/7f2nH by [Russ Cox] in
go/misc/dashboard/godashboard/ -- dashboard: move key.py out of the way,
01:47 < plexdev> http://is.gd/7f2nX by [Russ Cox] in go/lib/codereview/ --
codereview: make sure each mail has a reviewer
01:47 < plexdev> http://is.gd/7f8Tn by [Robert Griesemer] in 5 subdirs of
go/src/pkg/ -- support for ...T parameters (go/* packages)
01:47 < plexdev> http://is.gd/7fcpT by [Rob Pike] in go/src/pkg/time/ -- An
experimental implemenation of Ticker using two goroutines for all tickers.
01:47 < plexdev> http://is.gd/7futD by [Petar Maymounkov] in
go/src/pkg/http/ -- Cosmetic bug or compliance fixes in http.Response.
01:47 < plexdev> http://is.gd/7futP by [Petar Maymounkov] in
go/src/pkg/http/ -- http: add lexing functions
01:47 < plexdev> http://is.gd/7fE0n by [Russ Cox] in 2 subdirs of go/ -- gc:
tweak error messages, avoid internalization settings in bison
01:47 < plexdev> http://is.gd/7fE0x by [Nigel Tao] in 2 subdirs of
go/src/pkg/compress/ -- gzip deflater (i.e., writer).
01:47 < plexdev> http://is.gd/7fH7S by [Dean Prichard] in 4 subdirs of
go/src/cmd/ -- avoid overflow of symb buffer in 5a/6a/8a/5c/6c/8c
01:47 < plexdev> http://is.gd/7fSDS by [Ken Thompson] in go/src/pkg/reflect/
-- added StringHeader to reflect
01:47 < plexdev> http://is.gd/7fVFn by [Russ Cox] in go/src/pkg/io/ -- io:
fix nil Write bug in Pipe
01:48 < plexdev> http://is.gd/7fYI3 by [Rob Pike] in go/src/pkg/reflect/ --
move comment on StringHeader to fix godoc output.
01:48 < plexdev> http://is.gd/7g4Lx by [Russ Cox] in 2 subdirs of go/ -- two
minor build fixes
01:48 < plexdev> http://is.gd/7jvZB by [Devon H. O'Dell] in go/src/pkg/math/
-- math: Change veryclose to close for Sinh and Exp tests.
01:48 < plexdev> http://is.gd/7jzlR by [Rob Pike] in go/src/pkg/time/ -- fix
bug in tick
01:48 < plexdev> http://is.gd/7kbCP by [Ian Lance Taylor] in go/doc/ -- The
gccgo frontend has moved to a new repository.
01:48 -!- itrekkie [~itrekkie@ip72-211-128-139.tc.ph.cox.net] has quit [Quit:
itrekkie]
01:48 < plexdev> http://is.gd/7kbD0 by [Ian Lance Taylor] in go/doc/ --
Long-overdue update for semicolon change.
01:48 < plexdev> http://is.gd/7keqF by [Petar Maymounkov] in
go/src/pkg/http/ -- http: increase header line limit, let req.Host override
req.URL.Host
01:48 < plexdev> http://is.gd/7keqV by [Nigel Tao] in
go/src/pkg/compress/gzip/ -- Add a GZIP test for the empty payload.
01:48 < plexdev> http://is.gd/7kjZi by [Nigel Tao] in
go/src/pkg/compress/gzip/ -- Check gzip strings for NUL elements, since they are
NUL-terminated
01:48 < plexdev> http://is.gd/7l7do by [Ian Lance Taylor] in
go/test/fixedbugs/ -- Recognize gccgo error messages.
01:48 < plexdev> http://is.gd/7n42p by [Ian Lance Taylor] in
go/test/fixedbugs/ -- Match gccgo error message.
01:48 < plexdev> http://is.gd/7n42F by [Ian Lance Taylor] in go/test/ -- New
gccgo error message; match both compilers with one string.
01:48 < plexdev> http://is.gd/7n43C by [Ian Lance Taylor] in
go/test/fixedbugs/ -- Match gccgo error messages.
01:48 < plexdev> http://is.gd/7saPf by [Ian Lance Taylor] in go/test/bugs/
-- Fix expected string.
01:49 < plexdev> http://is.gd/7sojW by [Rob Pike] in go/doc/devel/ -- the
package global name space problem is addressed; update road map
01:49 < plexdev> http://is.gd/7sqM4 by [Rob Pike] in go/src/cmd/godoc/ --
Fix redirection if the page is in a subdirectory.
01:49 < plexdev> http://is.gd/7stbL by [Rob Pike] in go/doc/devel/ -- add
link to go build dashboard.
01:49 < plexdev> http://is.gd/7sJaC by [Russ Cox] in 9 subdirs of go/ -- gc:
add ...  T, rework plain ...
01:49 < plexdev> http://is.gd/7sUaL by [Rob Pike] in go/doc/ -- language FAQ
entry on braces and semicolons
01:49 < plexdev> http://is.gd/7uM4V by [Russ Cox] in 2 subdirs of go/ -- gc:
...  T corner cases
01:49 < plexdev> http://is.gd/7uWdb by [Petar Maymounkov] in
go/src/pkg/http/ -- http: test for ReadReqeust
01:49 < plexdev> http://is.gd/7uWds by [Russ Cox] in go/misc/dashboard/ --
dashboard: avoid seeing cron's sh -c in ps check
01:49 < plexdev> http://is.gd/7vIhg by [Russ Cox] in 5 subdirs of go/ --
nacl: fix build, finally fixed 8l convergence bug
01:49 < plexdev> http://is.gd/7vOEo by [Rob Pike] in 13 subdirs of go/ --
Change type of Printf's args to ...  interface{}
01:49 < plexdev> http://is.gd/7vUAb by [Robert Griesemer] in
go/src/cmd/godoc/ -- don't report a couple of meaningless errors in command-line
mode
01:49 < plexdev> http://is.gd/7vUAk by [Robert Griesemer] in
go/src/pkg/bignum/ -- Corrected broken assertion.
01:49 < plexdev> http://is.gd/7vUAY by [Russ Cox] in 2 subdirs of go/ -- gc:
final ...T bug for the day
01:49 < plexdev> http://is.gd/7vUBw by [Ian Lance Taylor] in
go/test/fixedbugs/bug248.dir/ -- Match gccgo error messages.
01:49 < plexdev> http://is.gd/7vUCH by [Ian Lance Taylor] in
go/test/fixedbugs/bug248.dir/ -- Fix for gccgo, which uses a package prefix.
01:50 < plexdev> http://is.gd/7vXqZ by [Ian Lance Taylor] in go/ -- Ignore
the temporary files used for improved error messages.
01:50 < plexdev> http://is.gd/7vXrc by [Ian Lance Taylor] in go/test/ --
Match gccgo error messages.
01:50 < plexdev> http://is.gd/7w0CI by [Rob Pike] in go/src/pkg/xml/ --
allow any scalar type in xml.Unmarshal.
01:50 < plexdev> http://is.gd/7w8cv by [Russ Cox] in go/src/pkg/io/ -- io:
revised Pipe implementation
01:50 < plexdev> http://is.gd/7wbmW by [Robert Griesemer] in 2 subdirs of
go/src/pkg/go/printer/ -- update printer tests to use new syntax
01:50 < plexdev> http://is.gd/7wlKE by [Rob Pike] in go/doc/ -- ...T is now
implemented
01:50 < plexdev> http://is.gd/7wPNq by [Russ Cox] in 4 subdirs of go/ -- gc:
bug242
01:50 < plexdev> http://is.gd/7wPND by [Charles L. Dorian] in
go/src/pkg/math/ -- math: add functions; update tests and special cases
01:50 < plexdev> http://is.gd/7wUgV by [Russ Cox] in go/src/pkg/math/ --
math: change Cosh test to close, not veryclose (needed on some x86 chips)
01:50 <+iant> hmmm, another release, I guess
01:50 < plexdev> http://is.gd/7wWEw by [Russ Cox] in 4 subdirs of go/ -- gc:
bug246
01:50 < plexdev> http://is.gd/7x19g by [Ian Lance Taylor] in
go/test/fixedbugs/ -- Match gccgo error messages.
01:50 < plexdev> http://is.gd/7x19v by [Nigel Tao] in go/src/pkg/image/ --
New image.A type, to represent anti-aliased font glyphs.
01:50 < plexdev> http://is.gd/7x3vc by [Russ Cox] in 2 subdirs of go/ -- gc:
bug250, bug251 - recursive interface types
01:50 < plexdev> http://is.gd/7A0il by [Russ Cox] in 2 subdirs of go/ --
bug252: make ...  vs ...T crossing an error, at least for now
01:50 < plexdev> http://is.gd/7AADM by [Kai Backman] in go/doc/ -- added
note about the GOARM env variable
01:51 < plexdev> http://is.gd/7AAE0 by [Russ Cox] in 4 subdirs of
go/src/pkg/ -- fix build - misc ...  vs ...T fixes
01:51 < plexdev> http://is.gd/7Bhm1 by [Andrey Mirtchovski] in
go/src/pkg/sort/ -- sort: fix comment typo
01:51 < plexdev> http://is.gd/7EpZC by [Russ Cox] in 4 subdirs of
go/src/cmd/ -- ld: include main and runtime in the library loop
01:51 < plexdev> http://is.gd/7EpZU by [Russ Cox] in 6 subdirs of go/ --
finalizers; merge package malloc into package runtime
01:51 < plexdev> http://is.gd/7Ev2c by [Russ Cox] in go/src/pkg/debug/gosym/
-- debug/gosym: fix test for new 6l
01:51 < plexdev> http://is.gd/7FvRf by [Rob Pike] in go/ -- add apple's
.DS_Store to ignored list
01:51 < plexdev> http://is.gd/7FvRB by [Rob Pike] in go/src/pkg/time/ -- Add
RFC822 formats as named constants.
01:51 < plexdev> http://is.gd/7FvSg by [Russ Cox] in go/src/ -- arm: toss
make-arm.bash
01:51 < plexdev> http://is.gd/7FvSF by [Kai Backman] in 4 subdirs of
go/src/cmd/ -- search for runtime.a in the package path instead of hardcoding
01:51 < plexdev> http://is.gd/7FvT5 by [Christopher Wedgwood] in 3 subdirs
of go/src/pkg/runtime/ -- os/signal: send SIGCHLDs to Incoming
01:51 < plexdev> http://is.gd/7FFbb by [Petar Maymounkov] in
go/src/pkg/http/ -- http: use ChunkWriter in Request.Write
01:51 < plexdev> http://is.gd/7FOZP by [Nigel Tao] in go/src/pkg/image/ --
Add named colors (e.g.  image.Blue), suitable for exp/draw.
01:51 < plexdev> http://is.gd/7FWhq by [Russ Cox] in go/src/pkg/syscall/ --
syscall: on freebsd, darwin, give Kill same signature as on linux
01:51 < plexdev> http://is.gd/7J8Va by [Nigel Tao] in 2 subdirs of
go/src/pkg/exp/ -- In draw.Draw, separate the source-point and mask-point.
01:51 < plexdev> http://is.gd/7HXlP by [Andrew Gerrand] in go/ -- Added
Andrew Gerrand to CONTRIBUTORS
01:52 < plexdev> http://is.gd/7IbxZ by [Andrew Gerrand] in 4 subdirs of
go/src/ -- 6l: move mapped symbol table lower in memory
01:52 < plexdev> http://is.gd/7Ifal by [Russ Cox] in go/ -- A+C: Joe Poirier
(individual CLA)
01:52 < plexdev> http://is.gd/7IfaB by [Christopher Wedgwood] in
go/src/pkg/syscall/ -- FreeBSD: Kill only takes pid & signal
01:52 < plexdev> http://is.gd/7IfbF by [Christopher Wedgwood] in
go/src/pkg/time/ -- time: Sleep through interruptions
01:52 < plexdev> http://is.gd/7IfcB by [Joe Poirier] in
go/src/pkg/debug/proc/ -- Added mingw specific build stubs.
01:52 < plexdev> http://is.gd/7IUar by [Rob Pike] in go/src/pkg/fmt/ --
handle nils safely in Printf.
01:52 < plexdev> http://is.gd/7J7Zu by [Andrew Gerrand] in 2 subdirs of go/
-- release.2010-02-04 step one
01:52 -!- mssm [~mssm@ip-95-221-71-174.bb.netbynet.ru] has quit [Ping timeout: 272
seconds]
01:56 -!- webbpa [~chatzilla@adsl-99-35-30-164.dsl.sfldmi.sbcglobal.net] has
joined #go-nuts
02:05 < adu> what was that?
02:10 -!- hstimer [~hans@2002:465a:aa25:0:226:bbff:fe05:dd9b] has quit [Quit:
Leaving...]
02:15 -!- araujo [~araujo@gentoo/developer/araujo] has quit [Read error: Operation
timed out]
02:16 -!- slashus2 [~slashus2@74-137-24-74.dhcp.insightbb.com] has joined #go-nuts
02:20 <+iant> that was what happens when plexdev sees a release being made
02:20 <+iant> it resends all the revisions since the last release
02:21 < adu> i suppose that is an incentive to release often ;)
02:22 -!- araujo [~araujo@gentoo/developer/araujo] has joined #go-nuts
02:22 < adu> are there any plans of making a Go.NET?
02:24 -!- Kibiz0r [~Adium@99-48-204-31.lightspeed.brhmmi.sbcglobal.net] has joined
#go-nuts
02:25 -!- Kibiz0r [~Adium@99-48-204-31.lightspeed.brhmmi.sbcglobal.net] has quit
[Client Quit]
02:29 -!- b00m_chef [~watr@128.189.76.51] has joined #go-nuts
02:32 -!- skelterjohn [~jasmuth@c-76-116-179-93.hsd1.nj.comcast.net] has joined
#go-nuts
02:33 -!- metapandava [~metapanda@c-67-170-34-16.hsd1.wa.comcast.net] has quit
[Quit: metapandava]
02:35 -!- itrekkie [~itrekkie@ip72-211-128-139.tc.ph.cox.net] has joined #go-nuts
02:36 -!- Eridius [~kevin@unaffiliated/eridius] has quit [Ping timeout: 265
seconds]
02:37 -!- rhelmer [~rhelmer@adsl-69-107-90-225.dsl.pltn13.pacbell.net] has quit
[Quit: rhelmer]
02:39 -!- rhelmer [~rhelmer@adsl-69-107-90-225.dsl.pltn13.pacbell.net] has joined
#go-nuts
02:44 -!- nutate [~rseymour@cacsag4.usc.edu] has quit [Quit: I'm outta heee-eere]
02:44 -!- hd_ [~hd_@253.176.233.220.static.exetel.com.au] has joined #go-nuts
02:45 -!- skelterjohn [~jasmuth@c-76-116-179-93.hsd1.nj.comcast.net] has quit
[Quit: skelterjohn]
03:00 -!- rhelmer [~rhelmer@adsl-69-107-90-225.dsl.pltn13.pacbell.net] has quit
[Quit: rhelmer]
03:04 -!- rhelmer [~rhelmer@adsl-69-107-90-225.dsl.pltn13.pacbell.net] has joined
#go-nuts
03:04 -!- scarabx [~scarabx@c-76-19-43-200.hsd1.ma.comcast.net] has quit [Quit:
This computer has gone to sleep]
03:08 -!- rrr [~rrr@gateway/tor-sasl/rrr] has joined #go-nuts
03:14 -!- skelterjohn [~jasmuth@c-76-116-179-93.hsd1.nj.comcast.net] has joined
#go-nuts
03:16 -!- binaryjohn [~binaryjoh@cpe-24-30-132-50.san.res.rr.com] has quit [Quit:
binaryjohn]
03:23 -!- carllerche [~carllerch@enginey-9.border1.sfo002.pnap.net] has joined
#go-nuts
03:40 -!- sjbrown_ [~sjbrown@c-69-181-182-137.hsd1.ca.comcast.net] has joined
#go-nuts
03:42 -!- carllerche [~carllerch@enginey-9.border1.sfo002.pnap.net] has quit
[Quit: carllerche]
03:48 -!- Wiz126 [Wiz126@72.20.221.178] has joined #go-nuts
04:03 -!- CatofZen [~jesse@ip-69-27-56-38.slm.blueriver.net] has quit [Quit:
hasta]
04:04 -!- gnuvince [~vince@212.173-ppp.3menatwork.com] has quit [Ping timeout: 265
seconds]
04:05 -!- itrekkie [~itrekkie@ip72-211-128-139.tc.ph.cox.net] has quit [Quit:
itrekkie]
04:05 -!- gnuvince [~vince@ip-117.43.99.216.dsl-cust.ca.inter.net] has joined
#go-nuts
04:13 -!- Rint__ [john@static-71-244-60-125.dllstx.fios.verizon.net] has quit
[Ping timeout: 252 seconds]
04:14 -!- smw_ [~stephen@pool-96-232-88-231.nycmny.fios.verizon.net] has joined
#go-nuts
04:14 -!- droid001 [~g1@p4FDCA59A.dip.t-dialin.net] has quit [Ping timeout: 252
seconds]
04:17 -!- smw [~stephen@pool-96-232-88-231.nycmny.fios.verizon.net] has quit
[Remote host closed the connection]
04:19 -!- Altercation [~Altercati@pdpc/supporter/active/altercation] has quit
[Excess Flood]
04:20 -!- Altercation [~Altercati@pdpc/supporter/active/altercation] has joined
#go-nuts
04:23 -!- rhelmer [~rhelmer@adsl-69-107-90-225.dsl.pltn13.pacbell.net] has quit
[Quit: rhelmer]
04:25 -!- skelterjohn [~jasmuth@c-76-116-179-93.hsd1.nj.comcast.net] has quit
[Quit: skelterjohn]
04:34 -!- rhelmer [~rhelmer@adsl-69-107-90-225.dsl.pltn13.pacbell.net] has joined
#go-nuts
04:38 -!- webbpa [~chatzilla@adsl-99-35-30-164.dsl.sfldmi.sbcglobal.net] has quit
[Remote host closed the connection]
04:41 -!- scarabx [~scarabx@c-76-19-43-200.hsd1.ma.comcast.net] has joined
#go-nuts
04:42 -!- gnuvince [~vince@ip-117.43.99.216.dsl-cust.ca.inter.net] has quit [Ping
timeout: 240 seconds]
04:46 -!- amacleod [amacleod@c-75-69-45-62.hsd1.ma.comcast.net] has joined
#go-nuts
04:50 -!- rhelmer [~rhelmer@adsl-69-107-90-225.dsl.pltn13.pacbell.net] has quit
[Ping timeout: 260 seconds]
05:02 -!- grizzlysmit [~grizzlysm@123-243-91-241.tpgi.com.au] has joined #go-nuts
05:02 -!- grizzlysmit [~grizzlysm@123-243-91-241.tpgi.com.au] has left #go-nuts []
05:02 -!- Xera^ [~brit@87-194-208-246.bethere.co.uk] has quit [Read error:
Connection reset by peer]
05:11 -!- amacleod [amacleod@c-75-69-45-62.hsd1.ma.comcast.net] has quit [Read
error: Connection reset by peer]
05:12 -!- amacleod [amacleod@c-75-69-45-62.hsd1.ma.comcast.net] has joined
#go-nuts
05:12 -!- Gracenotes [~person@wikipedia/Gracenotes] has joined #go-nuts
05:12 -!- rhelmer [~rhelmer@adsl-69-107-90-225.dsl.pltn13.pacbell.net] has joined
#go-nuts
05:18 -!- aho [~nya@f050228098.adsl.alicedsl.de] has quit [Quit:
EXEC_over.METHOD_SUBLIMATION]
05:20 -!- robot12 [~robot12@szhilkin.broker.freenet6.net] has joined #go-nuts
05:30 -!- path[l] [UPP@120.138.102.34] has quit [Ping timeout: 252 seconds]
05:33 -!- path[l] [UPP@120.138.102.34] has joined #go-nuts
05:33 -!- rhelmer [~rhelmer@adsl-69-107-90-225.dsl.pltn13.pacbell.net] has quit
[Read error: No route to host]
05:33 -!- rhelmer [~rhelmer@adsl-69-107-90-225.dsl.pltn13.pacbell.net] has joined
#go-nuts
05:35 < plexdev> http://is.gd/7JIKM by [Ian Lance Taylor] in 2 subdirs of
go/test/ -- Match gccgo error messages.
05:36 -!- rhelmer [~rhelmer@adsl-69-107-90-225.dsl.pltn13.pacbell.net] has quit
[Read error: No route to host]
05:36 -!- rhelmer [~rhelmer@adsl-69-107-90-225.dsl.pltn13.pacbell.net] has joined
#go-nuts
05:43 -!- slashus2 [~slashus2@74-137-24-74.dhcp.insightbb.com] has quit [Quit:
slashus2]
05:43 -!- kaib [~kaib@c-76-102-52-156.hsd1.ca.comcast.net] has joined #go-nuts
05:43 -!- mode/#go-nuts [+v kaib] by ChanServ
05:43 -!- b00m_chef [~watr@128.189.76.51] has quit [Ping timeout: 276 seconds]
05:50 < anticw> heh, so doing the math i need 67GB in-core for something
here
05:50 < anticw> assuming i run that on a machine with enough ram, gc on that
will suck
05:51 -!- itrekkie [~itrekkie@ip72-211-128-139.tc.ph.cox.net] has joined #go-nuts
05:52 -!- adu [~ajr@pool-173-66-61-164.washdc.fios.verizon.net] has quit [Quit:
adu]
05:52 -!- itrekkie [~itrekkie@ip72-211-128-139.tc.ph.cox.net] has quit [Client
Quit]
06:01 -!- rhelmer [~rhelmer@adsl-69-107-90-225.dsl.pltn13.pacbell.net] has quit
[Quit: rhelmer]
06:05 -!- crashR [~crasher@codextreme.pck.nerim.net] has quit [Quit: Leaving.]
06:07 -!- rhelmer [~rhelmer@adsl-69-107-90-225.dsl.pltn13.pacbell.net] has joined
#go-nuts
06:09 -!- crashR [~crasher@codextreme.pck.nerim.net] has joined #go-nuts
06:09 -!- Rint__ [john@static-71-244-60-125.dllstx.fios.verizon.net] has joined
#go-nuts
06:14 -!- rhelmer [~rhelmer@adsl-69-107-90-225.dsl.pltn13.pacbell.net] has quit
[Quit: rhelmer]
06:19 -!- crashR [~crasher@codextreme.pck.nerim.net] has quit [Quit: Leaving.]
06:21 -!- jA_cOp [~yakobu@unaffiliated/ja-cop/x-9478493] has joined #go-nuts
06:36 -!- scarabx [~scarabx@c-76-19-43-200.hsd1.ma.comcast.net] has quit [Quit:
This computer has gone to sleep]
06:39 -!- trickie [~trickie@86.93.227.181] has quit [Quit: outty]
06:43 -!- crashR [~crasher@codextreme.pck.nerim.net] has joined #go-nuts
06:50 -!- felixsulla [~felixsull@65-101-237-241.hlrn.qwest.net] has quit [Ping
timeout: 276 seconds]
06:54 -!- rrr [~rrr@gateway/tor-sasl/rrr] has quit [Ping timeout: 265 seconds]
06:56 -!- kaib [~kaib@c-76-102-52-156.hsd1.ca.comcast.net] has quit [Quit: kaib]
06:57 -!- amacleod [amacleod@c-75-69-45-62.hsd1.ma.comcast.net] has quit [Ping
timeout: 256 seconds]
06:59 -!- nighty__ [~nighty@210.188.173.245] has joined #go-nuts
07:04 -!- tabo [~tabot@camelot.tabo.pe] has joined #go-nuts
07:16 -!- Fraeon [~kzer-za@e212-246-65-153.elisa-laajakaista.fi] has quit [Quit:
Fraeon]
07:18 -!- ShadowIce [pyoro@unaffiliated/shadowice-x841044] has joined #go-nuts
07:21 -!- ollins [~ollins@84-73-206-133.dclient.hispeed.ch] has joined #go-nuts
07:27 -!- bortzmeyer [~bortzmeye@batilda.nic.fr] has joined #go-nuts
07:31 -!- itrekkie [~itrekkie@ip72-211-128-139.tc.ph.cox.net] has joined #go-nuts
07:32 -!- trickie [~trickie@94.100.112.225] has joined #go-nuts
07:39 < anticw> iant: i assume you've looked at the G1 collector?
07:40 -!- path[l] [UPP@120.138.102.34] has quit [Quit: path[l]]
07:46 -!- itrekkie [~itrekkie@ip72-211-128-139.tc.ph.cox.net] has quit [Quit:
itrekkie]
07:52 -!- idea_squirrel [ct2rips@77-21-28-245-dynip.superkabel.de] has joined
#go-nuts
07:57 -!- crakrjak [~merc@rrcs-70-62-156-154.central.biz.rr.com] has quit [Ping
timeout: 276 seconds]
07:59 -!- sjbrown_ [~sjbrown@c-69-181-182-137.hsd1.ca.comcast.net] has quit [Ping
timeout: 245 seconds]
07:59 -!- path[l] [~path@122.182.0.38] has joined #go-nuts
08:00 -!- scm [justme@c132110.adsl.hansenet.de] has quit [Ping timeout: 245
seconds]
08:02 -!- crakrjak [~merc@rrcs-70-62-156-154.central.biz.rr.com] has joined
#go-nuts
08:02 -!- scm [justme@c190031.adsl.hansenet.de] has joined #go-nuts
08:11 -!- wrtp [~rog@92.28.31.39] has joined #go-nuts
08:13 -!- jajamana [~jcb@cm-84.215.40.160.getinternet.no] has joined #go-nuts
08:15 -!- jajamana [~jcb@cm-84.215.40.160.getinternet.no] has quit [Client Quit]
08:19 -!- rrr [~rrr@gateway/tor-sasl/rrr] has joined #go-nuts
08:19 -!- triplez [~triplez@bb116-14-34-155.singnet.com.sg] has quit [Quit:
triplez]
08:19 -!- tibshoot [~tibshoot@linagora-230-146.pr0.nerim.net] has joined #go-nuts
08:23 -!- r2p2 [~billy@v32671.1blu.de] has joined #go-nuts
08:31 -!- triplez [~triplez@bb116-14-34-155.singnet.com.sg] has joined #go-nuts
08:35 -!- kaigan|work
[~kaigan@c-8290e255.1411-10-64736c14.cust.bredbandsbolaget.se] has joined #go-nuts
08:39 -!- triplez_ [~triplez@bb116-14-71-241.singnet.com.sg] has joined #go-nuts
08:41 -!- triplez [~triplez@bb116-14-34-155.singnet.com.sg] has quit [Read error:
Connection reset by peer]
08:44 -!- nighty__ [~nighty@210.188.173.245] has quit [Remote host closed the
connection]
08:44 -!- p0g0__ [~pogo@unaffiliated/p0g0] has quit [Ping timeout: 264 seconds]
08:45 -!- crakrjak [~merc@rrcs-70-62-156-154.central.biz.rr.com] has quit [Ping
timeout: 240 seconds]
08:53 < plexdev> http://is.gd/7Kb0E by [Charles L. Dorian] in
go/src/pkg/math/ -- math: special cases for Modf, Frexp and Ldexp; added Modf_386
08:55 -!- p0g0__ [~pogo@unaffiliated/p0g0] has joined #go-nuts
08:56 -!- triplez_ [~triplez@203.116.22.139] has joined #go-nuts
08:57 -!- crakrjak [~merc@rrcs-70-62-156-154.central.biz.rr.com] has joined
#go-nuts
08:57 < bortzmeyer> I need to add a byte in front of a []byte.  A better way
than creating a new array and copying everything?
08:59 -!- triplez [~triplez@bb116-14-71-241.singnet.com.sg] has quit [Ping
timeout: 240 seconds]
09:01 -!- nighty__ [~nighty@210.188.173.245] has joined #go-nuts
09:02 -!- Gracenotes [~person@wikipedia/Gracenotes] has quit [Ping timeout: 276
seconds]
09:04 -!- hcatlin [~hcatlin@pdpc/supporter/professional/hcatlin] has joined
#go-nuts
09:07 -!- triplez [~triplez@203.116.22.139] has quit [Read error: Connection reset
by peer]
09:11 -!- triplez [~triplez@124.155.195.7] has joined #go-nuts
09:16 < rsaarelm> If there's extra capacity left, you can move all the
current bytes one ahead.
09:18 -!- Gracenotes [~person@wikipedia/Gracenotes] has joined #go-nuts
09:18 < rsaarelm> There might not be any realloc-style functions to add
capacity once you run out, so you'll still need to make and copy eventually.  At
least the example in Effective Go does this.
09:21 -!- triplez_ [~triplez@bb116-14-71-241.singnet.com.sg] has joined #go-nuts
09:23 -!- triplez [~triplez@124.155.195.7] has quit [Ping timeout: 258 seconds]
09:24 < bortzmeyer> rsaarelm: OK, inconvenient but at least it is clear.
Thanks :-(
09:31 -!- droid001 [~g1@p4FDCAC2A.dip.t-dialin.net] has joined #go-nuts
09:34 < rsaarelm> I guess the arrays are intended as pretty low-level
building blocks, and don't support fancy stuff that doesn't map easily to the
semantics of allocating fixed contiguous memory buffers.
09:35 < bortzmeyer> So, I should investigate Vectors?
09:35 -!- LuitvD [~luitvd@beigetower/luitvd] has joined #go-nuts
09:37 < rsaarelm> Probably.
09:38 < rsaarelm> They do the shuffling around automatically.
09:38 < rsaarelm> There's the annoyance of having to work with interface{}s,
ints or strings while we don't have generics.
09:39 < rsaarelm> There's also bytes.Add, which pretty much does what you
described.
09:40 < plexdev> http://is.gd/7Ki8S by [Dean Prichard] in 4 subdirs of
go/src/cmd/ -- 5a/6a/8a/5c/6c/8c: remove fixed-size arrays for -I and -D options
09:40 < rsaarelm> newByteArray := bytes.Add([]byte { prefixByte },
byteArray) // add byte prefixByte to byteArray, result in newByteArray.
09:40 < rsaarelm> I guess.
09:41 -!- LuitvD [~luitvd@beigetower/luitvd] has quit [Ping timeout: 246 seconds]
09:41 < rsaarelm> I just looked at the pkg listings now and found that,
would've been more helpful if I'd known about that before and could have told
about it right from the start...
09:44 -!- yatoo [~marcus@host86-161-166-33.range86-161.btcentralplus.com] has
joined #go-nuts
09:45 -!- mssm [~mssm@ip-95-221-71-174.bb.netbynet.ru] has joined #go-nuts
09:47 -!- LuitvD [~luitvd@beigetower/luitvd] has joined #go-nuts
09:49 -!- Kashia [~Kashia@port-92-200-241-234.dynamic.qsc.de] has quit [Quit: This
computer has gone to sleep]
09:50 -!- tibshoot [~tibshoot@linagora-230-146.pr0.nerim.net] has quit [Quit:
Quitte]
09:57 -!- ikke [~ikkibr@unaffiliated/ikkebr] has joined #go-nuts
09:59 -!- tibshoot [~tibshoot@linagora-230-146.pr0.nerim.net] has joined #go-nuts
10:06 -!- jessta [~jessta@li7-205.members.linode.com] has quit [Read error:
Operation timed out]
10:10 -!- jessta [~jessta@li7-205.members.linode.com] has joined #go-nuts
10:12 -!- trickie [~trickie@94.100.112.225] has quit [Ping timeout: 252 seconds]
10:15 -!- r2p2 [~billy@v32671.1blu.de] has left #go-nuts []
10:27 -!- nighty__ [~nighty@210.188.173.245] has quit [Remote host closed the
connection]
10:27 -!- crakrjak [~merc@rrcs-70-62-156-154.central.biz.rr.com] has quit [Ping
timeout: 240 seconds]
10:30 -!- triplez [~triplez@bb116-14-71-241.singnet.com.sg] has quit [Quit:
triplez]
10:41 < plexdev> http://is.gd/7KrSc by [Stephen Weinberg] in
go/src/pkg/path/ -- path: make Join variadic
10:41 < plexdev> http://is.gd/7KrSt by [Adam Langley] in
go/src/pkg/crypto/tls/ -- crypto/tls: typo fix
10:41 < plexdev> http://is.gd/7KrSW by [Adam Langley] in 2 subdirs of
go/src/pkg/ -- asn1: Fixes and additions to marshalling
10:45 -!- crakrjak [~merc@rrcs-70-62-156-154.central.biz.rr.com] has joined
#go-nuts
10:55 -!- perdix [~perdix@sxemacs/devel/perdix] has quit [Quit: A cow.  A
trampoline.  Together they fight crime!]
10:56 -!- tomestla [~tom@AToulouse-151-1-3-11.w83-193.abo.wanadoo.fr] has joined
#go-nuts
10:57 < plexdev> http://is.gd/7Kurb by [Russ Cox] in 2 subdirs of
go/misc/dashboard/ -- dashboard: present benchmarks
11:05 -!- fgb [~fgb@190.246.85.45] has joined #go-nuts
11:15 -!- General1337 [~support@71-84-247-187.dhcp.gldl.ca.charter.com] has joined
#go-nuts
11:18 -!- General13372 [~support@71-84-247-187.dhcp.gldl.ca.charter.com] has quit
[Ping timeout: 240 seconds]
11:19 -!- droid001 [~g1@p4FDCAC2A.dip.t-dialin.net] has quit [Quit: Leaving.]
11:19 -!- afurlan [~afurlan@scorpion.mps.com.br] has joined #go-nuts
11:24 -!- kota1111 [~kota1111@gw2.kbmj.jp] has quit [Quit: Leaving...]
11:40 -!- kangaroo [~kanru@61-30-10-70.static.tfn.net.tw] has quit [Quit: WeeChat
0.3.1.1]
11:49 -!- Wiz126 [Wiz126@72.20.221.178] has quit [Ping timeout: 245 seconds]
11:55 -!- Wiz126 [Wiz126@72.20.219.36] has joined #go-nuts
12:00 -!- yashi [~yashi@dns1.atmark-techno.com] has quit [Remote host closed the
connection]
12:01 -!- yashi [~yashi@dns1.atmark-techno.com] has joined #go-nuts
12:05 < gammy> I'd like to know the details regarding the 6l output elf file
size.  At 700KiB for small hello-world code, it's a bit shocking.
12:07 < gammy> I truly cannot find a single mention of it anywhere.
Considering it's practically impossible to use search engines for finding results
on "go", I was at least hoping someone in this channel could enlighten me.
12:09 -!- JBeshir [~namegduf@138-38-226-61.resnet.bath.ac.uk] has left #go-nuts []
12:09 -!- Namegduf [~namegduf@138-38-226-61.resnet.bath.ac.uk] has joined #go-nuts
12:09 < Namegduf> gammy: It's because it's statically compiled.
12:11 < gammy> Alright, wow that's confusing
12:11 < gammy> http://pastebin.ca/1786942 heh
12:15 < Namegduf> That is odd.
12:17 -!- ollins [~ollins@84-73-206-133.dclient.hispeed.ch] has quit [Remote host
closed the connection]
12:23 -!- jalmeida [~jalmeida@c9340a2e.virtua.com.br] has joined #go-nuts
12:23 -!- Cyanure [~cyanure@81-65-195-5.rev.numericable.fr] has joined #go-nuts
12:24 -!- wrtp_ [~rog@92.28.31.39] has joined #go-nuts
12:25 -!- wrtp__ [~rog@92.28.31.39] has joined #go-nuts
12:25 -!- wrtp_ [~rog@92.28.31.39] has quit [Read error: Connection reset by peer]
12:27 -!- wrtp [~rog@92.28.31.39] has quit [Ping timeout: 246 seconds]
12:28 -!- Cyanure [~cyanure@81-65-195-5.rev.numericable.fr] has quit [Ping
timeout: 260 seconds]
12:28 -!- Cyanure [~cyanure@81-65-195-5.rev.numericable.fr] has joined #go-nuts
12:33 -!- nanoo [~nano@95-89-188-190-dynip.superkabel.de] has joined #go-nuts
12:33 -!- Cyanure [~cyanure@81-65-195-5.rev.numericable.fr] has quit [Ping
timeout: 264 seconds]
12:33 -!- Cyanure [~cyanure@81-65-195-5.rev.numericable.fr] has joined #go-nuts
12:37 -!- Cyanure [~cyanure@81-65-195-5.rev.numericable.fr] has quit [Ping
timeout: 240 seconds]
12:38 -!- Demp_ [~Demp@bzq-79-176-63-94.red.bezeqint.net] has quit [Read error:
Connection reset by peer]
12:38 -!- Demp [~Demp@bzq-79-176-63-94.red.bezeqint.net] has joined #go-nuts
12:45 -!- r2p2 [~billy@v32671.1blu.de] has joined #go-nuts
12:55 -!- perdix [~perdix@dynamic-204-r.informatik.uni-bremen.de] has joined
#go-nuts
12:55 -!- perdix [~perdix@dynamic-204-r.informatik.uni-bremen.de] has quit
[Changing host]
12:55 -!- perdix [~perdix@sxemacs/devel/perdix] has joined #go-nuts
13:12 -!- fgb [~fgb@190.246.85.45] has quit [Read error: Connection reset by peer]
13:16 -!- triplez [~triplez@cm35.sigma224.maxonline.com.sg] has joined #go-nuts
13:22 -!- oal [~olav@5.79-160-122.customer.lyse.net] has joined #go-nuts
13:28 -!- wrtp [~rog@92.28.31.39] has quit [Quit: wrtp]
13:36 -!- wrtp [~rog@92.28.31.39] has joined #go-nuts
13:39 -!- Fraeon [~kzer-za@e212-246-65-153.elisa-laajakaista.fi] has joined
#go-nuts
13:39 -!- robot12 [~robot12@szhilkin.broker.freenet6.net] has left #go-nuts []
13:45 -!- wrtp [~rog@92.28.31.39] has quit [Quit: wrtp]
13:46 -!- wrtp [~rog@92.28.31.39] has joined #go-nuts
13:47 -!- hevalbaranov [~hevalbara@78.161.78.211] has joined #go-nuts
13:49 -!- crashR [~crasher@codextreme.pck.nerim.net] has quit [Read error: No
route to host]
13:50 -!- crashR [~crasher@codextreme.pck.nerim.net] has joined #go-nuts
13:51 -!- bytecolor [~user@adsl-71-137-193-55.dsl.scrm01.pacbell.net] has joined
#go-nuts
13:52 -!- scarabx [~scarabx@c-76-19-43-200.hsd1.ma.comcast.net] has joined
#go-nuts
13:52 -!- LuitvD [~luitvd@beigetower/luitvd] has quit [Ping timeout: 246 seconds]
13:54 -!- slashus2 [~slashus2@74-137-24-74.dhcp.insightbb.com] has joined #go-nuts
13:57 -!- bytecolor [~user@adsl-71-137-193-55.dsl.scrm01.pacbell.net] has left
#go-nuts ["ERC Version 5.3 (IRC client for Emacs)"]
13:59 -!- LuitvD [~luitvd@beigetower/luitvd] has joined #go-nuts
14:00 -!- droid001 [~g1@p4FDCAC2A.dip.t-dialin.net] has joined #go-nuts
14:03 -!- perdix [~perdix@sxemacs/devel/perdix] has quit [Remote host closed the
connection]
14:05 -!- scarabx [~scarabx@c-76-19-43-200.hsd1.ma.comcast.net] has quit [Quit:
This computer has gone to sleep]
14:13 -!- iant [~iant@adsl-71-133-8-30.dsl.pltn13.pacbell.net] has quit [Ping
timeout: 252 seconds]
14:27 -!- r2p2 [~billy@v32671.1blu.de] has left #go-nuts []
14:31 -!- Spaghettini [~Spaghetti@vaxjo7.181.cust.blixtvik.net] has joined
#go-nuts
14:39 -!- slashus2 [~slashus2@74-137-24-74.dhcp.insightbb.com] has quit [Quit:
slashus2]
14:44 -!- ugo [~ugo@host12-40-dynamic.60-82-r.retail.telecomitalia.it] has joined
#go-nuts
14:45 -!- gzmask [~gzmask@corwin.cat.uregina.ca] has joined #go-nuts
14:45 -!- LuitvD [~luitvd@beigetower/luitvd] has quit [Quit: Leaving]
14:47 -!- ugo [~ugo@host12-40-dynamic.60-82-r.retail.telecomitalia.it] has quit
[Quit: Leaving.]
14:58 -!- iant [~iant@67.218.107.163] has joined #go-nuts
14:58 -!- mode/#go-nuts [+v iant] by ChanServ
15:00 -!- skelterjohn [~jasmuth@c-76-116-179-93.hsd1.nj.comcast.net] has joined
#go-nuts
15:04 -!- Demp [~Demp@bzq-79-176-63-94.red.bezeqint.net] has quit []
15:05 -!- Xera^ [~brit@87-194-208-246.bethere.co.uk] has joined #go-nuts
15:09 -!- Demp [~Demp@bzq-79-176-63-94.red.bezeqint.net] has joined #go-nuts
15:35 -!- p4p4 [~P4p4@24.106.113.82.net.de.o2.com] has joined #go-nuts
15:35 -!- path[l] [~path@122.182.0.38] has quit [Quit: path[l]]
15:38 -!- path[l] [~path@122.182.0.38] has joined #go-nuts
15:41 -!- kaib [~kaib@c-76-102-52-156.hsd1.ca.comcast.net] has joined #go-nuts
15:41 -!- mode/#go-nuts [+v kaib] by ChanServ
15:44 -!- kaigan|work
[~kaigan@c-8290e255.1411-10-64736c14.cust.bredbandsbolaget.se] has quit [Quit:
kaigan|work]
15:44 -!- kaib [~kaib@c-76-102-52-156.hsd1.ca.comcast.net] has quit [Client Quit]
15:45 -!- ericvh [~ericvh@32.97.110.63] has joined #go-nuts
15:45 -!- p4p4_ [~P4p4@24.106.113.82.net.de.o2.com] has joined #go-nuts
15:46 -!- p4p4 [~P4p4@24.106.113.82.net.de.o2.com] has quit [Ping timeout: 272
seconds]
15:47 -!- p4p4_ [~P4p4@24.106.113.82.net.de.o2.com] has quit [Client Quit]
15:54 -!- tomestla [~tom@AToulouse-151-1-3-11.w83-193.abo.wanadoo.fr] has quit
[Ping timeout: 246 seconds]
15:54 -!- Nicoteen [~Nicoteen@nocat-out.u-bordeaux.fr] has joined #go-nuts
15:56 -!- tomestla [~tom@AToulouse-151-1-62-9.w81-250.abo.wanadoo.fr] has joined
#go-nuts
15:57 -!- iant [~iant@67.218.107.163] has quit [Ping timeout: 260 seconds]
15:59 -!- Nicoteen [~Nicoteen@nocat-out.u-bordeaux.fr] has quit [Client Quit]
15:59 -!- Nicoteen [~Nicoteen@nocat-out.u-bordeaux.fr] has joined #go-nuts
15:59 -!- CatofZen [~jesse@ip-69-27-56-38.slm.blueriver.net] has joined #go-nuts
16:02 -!- kaib [~kaib@c-76-102-52-156.hsd1.ca.comcast.net] has joined #go-nuts
16:02 -!- mode/#go-nuts [+v kaib] by ChanServ
16:04 -!- Nicoteen [~Nicoteen@nocat-out.u-bordeaux.fr] has quit [Quit: Quitte]
16:06 -!- Nicoteen [~Nicoteen@nocat-out.u-bordeaux.fr] has joined #go-nuts
16:06 -!- kaib [~kaib@c-76-102-52-156.hsd1.ca.comcast.net] has quit [Client Quit]
16:08 -!- vegai [~quassel@archlinux/developer/vegai] has quit [Remote host closed
the connection]
16:09 -!- ilsanto [~max@unaffiliated/ilsanto] has quit [Ping timeout: 248 seconds]
16:09 -!- vegai [~quassel@archlinux/developer/vegai] has joined #go-nuts
16:12 -!- CatofZen [~jesse@ip-69-27-56-38.slm.blueriver.net] has left #go-nuts []
16:12 -!- kaib [~kaib@c-76-102-52-156.hsd1.ca.comcast.net] has joined #go-nuts
16:12 -!- mode/#go-nuts [+v kaib] by ChanServ
16:16 -!- kaib [~kaib@c-76-102-52-156.hsd1.ca.comcast.net] has quit [Client Quit]
16:18 -!- Nicoteen [~Nicoteen@nocat-out.u-bordeaux.fr] has quit [Quit: Quitte]
16:19 -!- amacleod [amacleod@c-75-69-45-62.hsd1.ma.comcast.net] has joined
#go-nuts
16:21 -!- iant [~iant@2620:0:1000:1601:a5f8:a8b5:a2fb:86a4] has joined #go-nuts
16:21 -!- mode/#go-nuts [+v iant] by ChanServ
16:24 -!- skelterjohn [~jasmuth@c-76-116-179-93.hsd1.nj.comcast.net] has quit
[Quit: skelterjohn]
16:25 -!- slashus2 [~slashus2@74-137-24-74.dhcp.insightbb.com] has joined #go-nuts
16:25 -!- bortzmeyer [~bortzmeye@batilda.nic.fr] has quit [Quit: Leaving.]
16:26 -!- fgb [~fgb@190.246.85.45] has joined #go-nuts
16:29 -!- Venom_X [~pjacobs@66.54.185.131] has joined #go-nuts
16:32 -!- kaib [~kaib@c-76-102-52-156.hsd1.ca.comcast.net] has joined #go-nuts
16:32 -!- mode/#go-nuts [+v kaib] by ChanServ
16:32 -!- kaib [~kaib@c-76-102-52-156.hsd1.ca.comcast.net] has quit [Client Quit]
16:39 -!- nighty^ [~nighty@x122091.ppp.asahi-net.or.jp] has quit [Quit: I'll be
back]
16:41 -!- nighty^ [~nighty@x122091.ppp.asahi-net.or.jp] has joined #go-nuts
16:43 -!- nanoo [~nano@95-89-188-190-dynip.superkabel.de] has quit [Quit: Leaving]
16:45 -!- Fraeon [~kzer-za@e212-246-65-153.elisa-laajakaista.fi] has quit [Read
error: Operation timed out]
16:47 -!- Gracenotes [~person@wikipedia/Gracenotes] has quit [Ping timeout: 264
seconds]
16:52 -!- r2p2 [~billy@v32671.1blu.de] has joined #go-nuts
16:55 -!- keeto [~keeto@121.54.92.149] has joined #go-nuts
17:03 -!- hevalbaranov [~hevalbara@78.161.78.211] has quit [Quit: WeeChat 0.2.6.3]
17:05 -!- pleura [~bd7300f5@gateway/web/freenode/x-rjmiiqepkrqycohr] has joined
#go-nuts
17:14 -!- kaib [~kaib@c-76-102-52-156.hsd1.ca.comcast.net] has joined #go-nuts
17:14 -!- mode/#go-nuts [+v kaib] by ChanServ
17:15 -!- keeto [~keeto@121.54.92.149] has quit [Remote host closed the
connection]
17:15 -!- keeto [~keeto@121.54.92.149] has joined #go-nuts
17:17 -!- murodese [~James@203-206-117-229.dyn.iinet.net.au] has quit [Ping
timeout: 258 seconds]
17:18 -!- skelterjohn [~jasmuth@lawn-net168-in.rutgers.edu] has joined #go-nuts
17:21 -!- hcatlin [~hcatlin@pdpc/supporter/professional/hcatlin] has quit [Quit:
hcatlin]
17:24 -!- murodese [~James@203-59-187-65.dyn.iinet.net.au] has joined #go-nuts
17:25 -!- hcatlin [~hcatlin@pdpc/supporter/professional/hcatlin] has joined
#go-nuts
17:26 -!- afurlan [~afurlan@scorpion.mps.com.br] has quit [Remote host closed the
connection]
17:26 -!- crakrjak [~merc@rrcs-70-62-156-154.central.biz.rr.com] has quit [Ping
timeout: 252 seconds]
17:27 -!- crakrjak [~merc@rrcs-70-62-156-154.central.biz.rr.com] has joined
#go-nuts
17:27 -!- hcatlin [~hcatlin@pdpc/supporter/professional/hcatlin] has quit [Client
Quit]
17:27 -!- afurlan [~afurlan@scorpion.mps.com.br] has joined #go-nuts
17:28 -!- araujo [~araujo@gentoo/developer/araujo] has quit [Ping timeout: 265
seconds]
17:29 -!- slashus2 [~slashus2@74-137-24-74.dhcp.insightbb.com] has quit [Quit:
slashus2]
17:36 -!- pleura [~bd7300f5@gateway/web/freenode/x-rjmiiqepkrqycohr] has quit
[Ping timeout: 248 seconds]
17:41 -!- murodese [~James@203-59-187-65.dyn.iinet.net.au] has quit [Ping timeout:
245 seconds]
17:47 -!- fgb [~fgb@190.246.85.45] has quit [Read error: Connection reset by peer]
17:52 -!- path[l] [~path@122.182.0.38] has quit [Quit: path[l]]
17:57 -!- rrr [~rrr@gateway/tor-sasl/rrr] has quit [Remote host closed the
connection]
17:57 -!- kaib [~kaib@c-76-102-52-156.hsd1.ca.comcast.net] has quit [Quit: kaib]
18:02 -!- syd_ [~sydcogs@118.127.19.220] has quit [Quit: No Ping reply in 180
seconds.]
18:02 -!- kaib [~kaib@c-76-102-52-156.hsd1.ca.comcast.net] has joined #go-nuts
18:03 -!- mode/#go-nuts [+v kaib] by ChanServ
18:05 -!- kaib [~kaib@c-76-102-52-156.hsd1.ca.comcast.net] has quit [Client Quit]
18:09 -!- rrr [~rrr@gateway/tor-sasl/rrr] has joined #go-nuts
18:12 -!- syd_ [~sydcogs@118.127.19.220] has joined #go-nuts
18:14 -!- vsmatck [~smack@64-142-40-6.dsl.static.sonic.net] has quit [Remote host
closed the connection]
18:23 -!- tabo [~tabot@camelot.tabo.pe] has quit [Remote host closed the
connection]
18:23 -!- tabo [~tabot@camelot.tabo.pe] has joined #go-nuts
18:25 -!- carllerche [~carllerch@c-69-181-129-204.hsd1.ca.comcast.net] has joined
#go-nuts
18:33 -!- perdix [~perdix@sxemacs/devel/perdix] has joined #go-nuts
18:40 -!- perdix [~perdix@sxemacs/devel/perdix] has quit [Remote host closed the
connection]
18:50 -!- tabo [~tabot@camelot.tabo.pe] has quit [Remote host closed the
connection]
18:51 -!- b00m_chef [~watr@d64-180-45-230.bchsia.telus.net] has joined #go-nuts
18:55 -!- aho [~nya@f052218081.adsl.alicedsl.de] has joined #go-nuts
18:55 -!- b00m_chef__ [~watr@d64-180-45-230.bchsia.telus.net] has joined #go-nuts
18:55 -!- b00m_chef [~watr@d64-180-45-230.bchsia.telus.net] has quit [Read error:
Connection reset by peer]
18:56 -!- jajamana [~jcb@cm-84.215.40.160.getinternet.no] has joined #go-nuts
19:07 -!- aphistic [~aphistic@otome.novustorm.com] has left #go-nuts []
19:08 -!- wrtp [~rog@92.28.31.39] has quit [Quit: wrtp]
19:10 -!- KillerX [~anant@210.250-78-194.adsl-static.isp.belgacom.be] has joined
#go-nuts
19:10 -!- KillerX [~anant@210.250-78-194.adsl-static.isp.belgacom.be] has quit
[Changing host]
19:10 -!- KillerX [~anant@gentoo/developer/KillerX] has joined #go-nuts
19:13 -!- hstimer [~hans@70.90.170.37] has joined #go-nuts
19:21 -!- syd_ [~sydcogs@118.127.19.220] has quit [Quit: No Ping reply in 180
seconds.]
19:21 -!- syd_ [~sydcogs@118.127.19.220] has joined #go-nuts
19:21 -!- tabo [~tabot@camelot.tabo.pe] has joined #go-nuts
19:22 -!- nanoo [~nano@95-89-188-190-dynip.superkabel.de] has joined #go-nuts
19:23 -!- keeto [~keeto@121.54.92.149] has quit [Read error: Connection reset by
peer]
19:24 -!- keeto [~keeto@121.54.92.149] has joined #go-nuts
19:24 -!- nutate [~rseymour@cacsag4.usc.edu] has joined #go-nuts
19:24 -!- tabo [~tabot@camelot.tabo.pe] has quit [Remote host closed the
connection]
19:25 -!- tabo [~tabot@camelot.tabo.pe] has joined #go-nuts
19:25 -!- tabo [~tabot@camelot.tabo.pe] has quit [Remote host closed the
connection]
19:26 -!- tabo [~tabot@camelot.tabo.pe] has joined #go-nuts
19:27 -!- tabo [~tabot@camelot.tabo.pe] has quit [Remote host closed the
connection]
19:29 -!- tabo [~tabot@camelot.tabo.pe] has joined #go-nuts
19:29 -!- tabo [~tabot@camelot.tabo.pe] has quit [Remote host closed the
connection]
19:29 -!- tibshoot [~tibshoot@linagora-230-146.pr0.nerim.net] has quit [Quit:
Quitte]
19:30 -!- moraes_ [~moraes@187.39.144.83] has joined #go-nuts
19:31 -!- araujo [~araujo@gentoo/developer/araujo] has joined #go-nuts
19:33 -!- moraes [~moraes@187.39.144.83] has quit [Read error: Operation timed
out]
19:34 -!- sladegen [~nemo@unaffiliated/sladegen] has quit [Disconnected by
services]
19:34 -!- sladegen [~nemo@unaffiliated/sladegen] has joined #go-nuts
19:36 -!- Associat0r [~Associat0@h163153.upc-h.chello.nl] has joined #go-nuts
19:38 -!- SRabbelier [~SRabbelie@ip138-114-211-87.adsl2.static.versatel.nl] has
quit [Read error: Connection reset by peer]
19:38 -!- jophish [~jophish@hermi.gotadsl.co.uk] has joined #go-nuts
19:42 -!- Kashia [~Kashia@port-92-200-133-127.dynamic.qsc.de] has joined #go-nuts
19:44 -!- SRabbelier [~SRabbelie@ip138-114-211-87.adsl2.static.versatel.nl] has
joined #go-nuts
19:44 -!- Gracenotes [~person@wikipedia/Gracenotes] has joined #go-nuts
19:45 -!- gzmask [~gzmask@corwin.cat.uregina.ca] has quit [Quit: chrome]
19:53 -!- jalmeida [~jalmeida@c9340a2e.virtua.com.br] has quit [Quit: Fui embora]
20:00 -!- fenicks [~christian@log77-4-82-246-228-78.fbx.proxad.net] has joined
#go-nuts
20:01 < fenicks> hello
20:01 < dagle> Hi.
20:02 < fenicks> I'm looking information about GO kerberos implementation ?
20:03 -!- carllerche [~carllerch@c-69-181-129-204.hsd1.ca.comcast.net] has quit
[Quit: carllerche]
20:05 -!- afurlan [~afurlan@scorpion.mps.com.br] has quit [Remote host closed the
connection]
20:07 <+iant> I don't think there are any yet
20:07 <+iant> but if there were, they would be over at
http://go-lang.cat-v.org/
20:25 -!- tabo [~tabot@camelot.tabo.pe] has joined #go-nuts
20:25 -!- jA_cOp_ [~yakobu@unaffiliated/ja-cop/x-9478493] has joined #go-nuts
20:28 -!- jA_cOp [~yakobu@unaffiliated/ja-cop/x-9478493] has quit [Ping timeout:
240 seconds]
20:32 -!- itrekkie [~itrekkie@ip72-211-128-139.tc.ph.cox.net] has joined #go-nuts
20:43 -!- ikke [~ikkibr@unaffiliated/ikkebr] has quit []
20:46 -!- GilJ [~gilles@85.10.78.104] has joined #go-nuts
20:47 -!- GilJ [~gilles@85.10.78.104] has quit [Client Quit]
20:48 -!- idea_squirrel [ct2rips@77-21-28-245-dynip.superkabel.de] has quit [Quit:
what would a pirate do?]
20:53 -!- Eridius [~kevin@unaffiliated/eridius] has joined #go-nuts
20:57 -!- nanooo [~nano@95-89-188-190-dynip.superkabel.de] has joined #go-nuts
21:00 -!- nanoo [~nano@95-89-188-190-dynip.superkabel.de] has quit [Ping timeout:
246 seconds]
21:06 -!- jA_cOp_ [~yakobu@unaffiliated/ja-cop/x-9478493] has quit [Quit: Leaving]
21:12 -!- itrekkie [~itrekkie@ip72-211-128-139.tc.ph.cox.net] has quit [Quit:
itrekkie]
21:17 -!- preflex [~preflex@unaffiliated/mauke/bot/preflex] has quit [Ping
timeout: 260 seconds]
21:23 -!- preflex [~preflex@unaffiliated/mauke/bot/preflex] has joined #go-nuts
21:24 -!- Tianon [Love@unaffiliated/tianon] has joined #go-nuts
21:24 < Tianon> anyone know of a Cassandra API written for Go?
21:24 -!- path[l] [UPP@120.138.102.34] has joined #go-nuts
21:32 -!- GeoBSD [~geobsd@lns-bzn-54-82-251-96-3.adsl.proxad.net] has joined
#go-nuts
21:33 -!- carllerche [~carllerch@enginey-9.border1.sfo002.pnap.net] has joined
#go-nuts
21:39 -!- gnuvince [~vince@70.35.162.251] has joined #go-nuts
21:39 -!- keeto [~keeto@121.54.92.149] has quit [Read error: Connection reset by
peer]
21:44 -!- keeto [~keeto@121.54.92.149] has joined #go-nuts
21:44 -!- keeto [~keeto@121.54.92.149] has quit [Client Quit]
21:45 -!- perdix [~perdix@sxemacs/devel/perdix] has joined #go-nuts
21:47 -!- keeto [~keeto@121.54.92.149] has joined #go-nuts
21:49 -!- Daminvar [~Daminvar@129.21.121.1] has quit [Quit: Leaving]
21:58 -!- nanoo [~nano@95-89-188-190-dynip.superkabel.de] has joined #go-nuts
22:01 -!- nanooo [~nano@95-89-188-190-dynip.superkabel.de] has quit [Ping timeout:
260 seconds]
22:04 < plexdev> http://is.gd/7MnV1 by [Rob Pike] in go/src/cmd/godoc/ --
Ugly hack to provide some mechanism for printing documentation about
22:08 -!- nanooo [~nano@95-89-188-190-dynip.superkabel.de] has joined #go-nuts
22:10 -!- lmoura [~lauromour@200.184.118.130] has quit [Quit: Leaving]
22:11 -!- nanoo [~nano@95-89-188-190-dynip.superkabel.de] has quit [Ping timeout:
240 seconds]
22:14 -!- spzw [~blahblah4@190.245.247.160] has joined #go-nuts
22:18 -!- ericvh [~ericvh@32.97.110.63] has left #go-nuts []
22:21 -!- gnuvince [~vince@70.35.162.251] has quit [Quit: What the fruit is goin'
on here!?]
22:23 -!- b00m_chef__ [~watr@d64-180-45-230.bchsia.telus.net] has quit [Ping
timeout: 265 seconds]
22:42 -!- oal [~olav@5.79-160-122.customer.lyse.net] has quit [Remote host closed
the connection]
22:44 -!- rhelmer [~rhelmer@adsl-69-107-90-225.dsl.pltn13.pacbell.net] has joined
#go-nuts
22:48 -!- skelterjohn [~jasmuth@lawn-net168-in.rutgers.edu] has quit [Quit:
skelterjohn]
22:49 -!- hd_ [~hd_@253.176.233.220.static.exetel.com.au] has quit [Ping timeout:
240 seconds]
22:51 < uriel> Tianon: I thought there was one, but can't find it
22:52 -!- gnuvince [~vince@70.35.162.251] has joined #go-nuts
22:53 -!- keeto [~keeto@121.54.92.149] has quit [Read error: Connection reset by
peer]
22:53 -!- nanooo [~nano@95-89-188-190-dynip.superkabel.de] has quit [Quit:
Leaving]
22:53 -!- keeto [~keeto@121.54.92.149] has joined #go-nuts
22:53 -!- hd_ [~hd_@253.176.233.220.static.exetel.com.au] has joined #go-nuts
22:53 -!- moraes_ [~moraes@187.39.144.83] has quit [Quit: Ex-Chat]
22:56 -!- Gracenotes [~person@wikipedia/Gracenotes] has quit [Ping timeout: 240
seconds]
23:03 -!- moraes [~moraes@187.39.144.83] has joined #go-nuts
23:04 -!- perdix [~perdix@sxemacs/devel/perdix] has quit [Quit: A cow.  A
trampoline.  Together they fight crime!]
23:05 -!- ShadowIce [pyoro@unaffiliated/shadowice-x841044] has quit [Quit:
Verlassend]
23:06 < plexdev> http://is.gd/7MrQy by [Charles L. Dorian] in
go/src/pkg/math/ -- math: Atan2 special cases and tests; atan2_386
23:10 -!- Null-A [~jason@129-97-216-185.uwaterloo.ca] has joined #go-nuts
23:11 -!- the_Mechanic [~the_Mecha@ip68-227-40-93.lv.lv.cox.net] has joined
#go-nuts
23:13 -!- Null-A [~jason@129-97-216-185.uwaterloo.ca] has quit [Client Quit]
23:15 -!- General13372 [~support@71-84-247-187.dhcp.gldl.ca.charter.com] has
joined #go-nuts
23:18 -!- General1337 [~support@71-84-247-187.dhcp.gldl.ca.charter.com] has quit
[Ping timeout: 265 seconds]
23:22 -!- r2p2 [~billy@v32671.1blu.de] has left #go-nuts []
23:23 < plexdev> http://is.gd/7MsNz by [Ken Thompson] in go/src/cmd/gc/ --
bug in const float divide
23:25 -!- amacleod [amacleod@c-75-69-45-62.hsd1.ma.comcast.net] has quit [Ping
timeout: 272 seconds]
23:25 -!- jophish [~jophish@hermi.gotadsl.co.uk] has quit [Remote host closed the
connection]
23:30 -!- smw_ [~stephen@pool-96-232-88-231.nycmny.fios.verizon.net] has quit
[Remote host closed the connection]
23:31 -!- gnuvince [~vince@70.35.162.251] has quit [Quit: What the fruit is goin'
on here!?]
23:35 -!- geocalc [~geobsd@lns-bzn-45-82-65-156-79.adsl.proxad.net] has joined
#go-nuts
23:36 -!- GeoBSD [~geobsd@lns-bzn-54-82-251-96-3.adsl.proxad.net] has quit [Ping
timeout: 265 seconds]
23:40 -!- miniOkhra [~braman@pool-71-241-132-221.burl.east.myfairpoint.net] has
joined #go-nuts
23:45 -!- dizm [~dizm@121.98.168.127] has joined #go-nuts
23:55 -!- KillerX [~anant@gentoo/developer/KillerX] has quit [Quit: Leaving.]
23:56 -!- scarabx [~scarabx@c-76-19-43-200.hsd1.ma.comcast.net] has joined
#go-nuts
--- Log closed Sat Feb 06 00:00:06 2010