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 golang-nuts <
golang-nuts@googlegroups.com> wrote:

> 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:
>>>
>>> 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 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 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 LICENSE file.  It's no
> different from mirroring than for any other use.
>
> I have to say that I don't see a big benefit to mirroring a github
> repo on github itself.
>
> Ian
>
 --
>> 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.
>>
>
> --
> 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.
>

-- 
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.


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:
>>
>> 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 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 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 LICENSE file.  It's no
 different from mirroring than for any other use.

 I have to say that I don't see a big benefit to mirroring a github
 repo on github itself.

 Ian

>>> --
> 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.
>

-- 
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.


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 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 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 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 LICENSE file.  It's no 
>>> different from mirroring than for any other use. 
>>>
>>> I have to say that I don't see a big benefit to mirroring a github 
>>> repo on github itself. 
>>>
>>> Ian 
>>>
>>

-- 
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.


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 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 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 LICENSE file.  It's no
>> different from mirroring than for any other use.
>>
>> I have to say that I don't see a big benefit to mirroring a github
>> repo on github itself.
>>
>> Ian
>>
>

-- 
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.


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, 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 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 LICENSE file.  It's no 
>> different from mirroring than for any other use. 
>>
>> I have to say that I don't see a big benefit to mirroring a github 
>> repo on github itself. 
>>
>> Ian 
>>
>

-- 
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.


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 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 LICENSE file.  It's no 
> different from mirroring than for any other use. 
>
> I have to say that I don't see a big benefit to mirroring a github 
> repo on github itself. 
>
> Ian 
>

-- 
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.


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 LICENSE file.  It's no
different from mirroring than for any other use.

I have to say that I don't see a big benefit to mirroring a github
repo on github itself.

Ian

-- 
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.