Re: [go-nuts] [ANN] browse

2016-12-16 Thread 'Alan Donovan' via golang-nuts
Correction: https://github.com/golang/go/issues/18348 On 16 December 2016 at 11:29, Alan Donovan wrote: > On 16 December 2016 at 11:01, Jan Mercl <0xj...@gmail.com> wrote: > >> go/{scanner ,parser} speed is okay. >> It's problem is that

Re: [go-nuts] [ANN] browse

2016-12-16 Thread 'Alan Donovan' via golang-nuts
On 16 December 2016 at 11:01, Jan Mercl <0xj...@gmail.com> wrote: > go/{scanner ,parser} speed is okay. > It's problem is that it does not scale well in parallel execution when > there's a shared token.FileSet. > That's a good point. I measured the benefit of

Re: [go-nuts] [ANN] browse

2016-12-16 Thread Jan Mercl
On Fri, Dec 16, 2016 at 4:27 PM adonovan via golang-nuts < golang-nuts@googlegroups.com> wrote: > ssadump is loading, cgo-preprocessing, parsing, and type-checking the entire transitive closure of source files required by the current package, then building its SSA representation in a second pass,

Re: [go-nuts] [ANN] browse

2016-12-16 Thread adonovan via golang-nuts
On Friday, 16 December 2016 06:22:47 UTC-5, Jan Mercl wrote: > > > but I am curious: why the need for internal/gc, "a Go compiler front > end. Work in progess" ? > > it seems to be very much alike to go/types (or, rather, a mix of > go/types and go/ast). > > For example (not completely fair

Re: [go-nuts] [ANN] browse

2016-12-16 Thread Jan Mercl
On Fri, Dec 16, 2016 at 10:38 AM Seb Binet wrote: > it looks really slick (and I like how one can quickly navigate between identifiers and go to their definition) FTR, ctrl-click and middle-click open the target in a new window, like web bowsers do. > but I am curious: why

Re: [go-nuts] [ANN] browse

2016-12-16 Thread Seb Binet
On Fri, Dec 16, 2016 at 2:07 AM, Jan Mercl <0xj...@gmail.com> wrote: > https://github.com/cznic/browse > > Browse packages in the terminal. The "rough at the edges" release. > it looks really slick (and I like how one can quickly navigate between identifiers and go to their definition) but I am

[go-nuts] [ANN] browse

2016-12-15 Thread Jan Mercl
https://github.com/cznic/browse Browse packages in the terminal. The "rough at the edges" release. -- -j -- 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