Re: [go-nuts] [ANN] Mirror of Go SSA

2016-06-16 Thread Rob Pike
Yes, it's internal because the authors do not want to support external uses. Others are free to fork the package but the original may change incompatibly and without warning. The Go 1 compatibility rules do not apply to this package. -rob On Thu, Jun 16, 2016 at 10:42 AM, 'Axel Wagner' via golan

Re: [go-nuts] [ANN] Mirror of Go SSA

2016-06-16 Thread 'Axel Wagner' via golang-nuts
I assume it's internal for a reason. On Thu, Jun 16, 2016 at 7:10 PM, wrote: > That's because you are mirroring the compiler's internal ssa package. > Sharing it as compile/ssa would probably remove this unintuitive name > clash. > > On Thursday, June 16, 2016 at 1:52:31 AM UTC-7, JW Bell wrote:

Re: [go-nuts] [ANN] Mirror of Go SSA

2016-06-16 Thread as . utf8
That's because you are mirroring the compiler's internal ssa package. Sharing it as compile/ssa would probably remove this unintuitive name clash. On Thursday, June 16, 2016 at 1:52:31 AM UTC-7, JW Bell wrote: > > I've used golang.org/x/tools/go/ssa, it doesn't have everything this does. > On J

Re: [go-nuts] [ANN] Mirror of Go SSA

2016-06-16 Thread JW Bell
I've used golang.org/x/tools/go/ssa, it doesn't have everything this does. On Jun 16, 2016 12:41 AM, wrote: Have you tried to *go get golang.org/x/tools/go/ssa *? On Wednesday, June 15, 2016 at 10:54:05 AM UTC-7, JW Bell wrote: > > >>I have to say that I don't

Re: [go-nuts] [ANN] Mirror of Go SSA

2016-06-16 Thread as . utf8
Have you tried to *go get golang.org/x/tools/go/ssa *? On Wednesday, June 15, 2016 at 10:54:05 AM UTC-7, JW Bell wrote: > > >>I have to say that I don't see a big benefit to mirroring a github > repo on github itself. > There isn't another way to use the ssa package. > > On Tuesday, June 14, 201

Re: [go-nuts] [ANN] Mirror of Go SSA

2016-06-15 Thread JW Bell
>>I have to say that I don't see a big benefit to mirroring a github repo on github itself. There isn't another way to use the ssa package. On Tuesday, June 14, 2016 at 10:15:19 PM UTC-7, Ian Lance Taylor wrote: > > On Tue, Jun 14, 2016 at 7:07 PM, > wrote: > > Mirror of the Go compiler SSA li

Re: [go-nuts] [ANN] Mirror of Go SSA

2016-06-14 Thread Ian Lance Taylor
On Tue, Jun 14, 2016 at 7:07 PM, wrote: > Mirror of the Go compiler SSA library - https://github.com/bjwbell/ssa > The mirror is automatically updated daily. > > Any feedback is welcome. I'm unsure on the licensing requirements for > mirroring. The license requirements in general are in the LIC

[go-nuts] [ANN] Mirror of Go SSA

2016-06-14 Thread bjwbell
Mirror of the Go compiler SSA library - https://github.com/bjwbell/ssa The mirror is automatically updated daily. Any feedback is welcome. I'm unsure on the licensing requirements for mirroring. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group.