Re: [go-nuts] Re: `go tool trace` blank page (404 + Uncaught ReferenceError: tr is not defined)

2017-04-23 Thread Pierre Neidhardt
https://golang.org/doc/install/source does not document the folder hierarchy, nor could I find it documented elsewhere. Shouldn't we document the purpose of folders such as 'misc/'? -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe

[go-nuts] Re: `go tool trace` blank page (404 + Uncaught ReferenceError: tr is not defined)

2017-04-22 Thread Pierre Neidhardt
Yes, that was it! I reported upstream (Arch Linux) and it is now fixed. Thanks! -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegro

[go-nuts] `go tool trace` blank page (404 + Uncaught ReferenceError: tr is not defined)

2017-04-18 Thread Pierre Neidhardt
5 ``` Is this a bug? -- Pierre Neidhardt -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.

[go-nuts] Re: [ANN] Mutagen - A unique file sync utility in Go inspired by Unison

2017-01-15 Thread Pierre Neidhardt
I've developed a related bu complementary tool, also in pure Go: https://ambrevar.bitbucket.io/hsync/ It synchronizes hierarchies, in the sense that it will detect renames and move files on target accordingly, *without* transfering any file. It can be a huge time saver in scenarios where renamin

[go-nuts] Pointer use-case for Luar

2016-11-14 Thread Pierre Neidhardt
use case where a Luar proxy should wrap more than one level of indirection? E.g. if passed `**int`, should Luar wrap `**int` or `*int`? I tend to think that Luar should always dereference until there is only one level of indirection left. Comments? -- Pierre Neidhardt -- You received this