9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] 9P libraries for Go
@ 2009-11-23  4:38 Latchesar Ionkov
  2009-11-23  5:54 ` Bruce Ellis
  2009-11-24  2:04 ` Roman Shaposhnik
  0 siblings, 2 replies; 7+ messages in thread
From: Latchesar Ionkov @ 2009-11-23  4:38 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Hi,

Andrey Mirtchovski and I wrote 9P server and client libraries/packages for Go.

The hg repository with the code is available at http://bitbucket.org/f2f/go9p/.

Once downloaded the code should be moved to $GOROOT/src/pkg and
$GOROOT/src/pkg/Makefile should be modified so DIRS includes plan9/p,
plan9/p/clnt and plan9/p/srv directories. These directories should
also be added to the NOTEST variable.

There are some examples how to use the packages in
plan9/p/srv/examples and plan9/p/clnt/examples.

Any comments, suggestions and bug reports are welcome.

Thanks,
    Lucho



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [9fans] 9P libraries for Go
  2009-11-23  4:38 [9fans] 9P libraries for Go Latchesar Ionkov
@ 2009-11-23  5:54 ` Bruce Ellis
  2009-11-24  2:04 ` Roman Shaposhnik
  1 sibling, 0 replies; 7+ messages in thread
From: Bruce Ellis @ 2009-11-23  5:54 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

superb! the NIOS SOC has gcc and now go ,,, and 9p.

brucee

On Mon, Nov 23, 2009 at 3:38 PM, Latchesar Ionkov <lucho@ionkov.net> wrote:
> Hi,
>
> Andrey Mirtchovski and I wrote 9P server and client libraries/packages for Go.
>
> The hg repository with the code is available at http://bitbucket.org/f2f/go9p/.
>
> Once downloaded the code should be moved to $GOROOT/src/pkg and
> $GOROOT/src/pkg/Makefile should be modified so DIRS includes plan9/p,
> plan9/p/clnt and plan9/p/srv directories. These directories should
> also be added to the NOTEST variable.
>
> There are some examples how to use the packages in
> plan9/p/srv/examples and plan9/p/clnt/examples.
>
> Any comments, suggestions and bug reports are welcome.
>
> Thanks,
>    Lucho
>
>



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [9fans] 9P libraries for Go
  2009-11-23  4:38 [9fans] 9P libraries for Go Latchesar Ionkov
  2009-11-23  5:54 ` Bruce Ellis
@ 2009-11-24  2:04 ` Roman Shaposhnik
  2009-11-25 15:57   ` Latchesar Ionkov
  1 sibling, 1 reply; 7+ messages in thread
From: Roman Shaposhnik @ 2009-11-24  2:04 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

On Sun, Nov 22, 2009 at 8:38 PM, Latchesar Ionkov <lucho@ionkov.net> wrote:
> Hi,
>
> Andrey Mirtchovski and I wrote 9P server and client libraries/packages for Go.

Perfect

> The hg repository with the code is available at http://bitbucket.org/f2f/go9p/.
>
> Once downloaded the code should be moved to $GOROOT/src/pkg and
> $GOROOT/src/pkg/Makefile should be modified so DIRS includes plan9/p,
> plan9/p/clnt and plan9/p/srv directories. These directories should
> also be added to the NOTEST variable.

Could this be added to README, or better yet automated somehow?

Thanks,
Roman.



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [9fans] 9P libraries for Go
  2009-11-24  2:04 ` Roman Shaposhnik
@ 2009-11-25 15:57   ` Latchesar Ionkov
  2009-11-25 16:05     ` Devon H. O'Dell
  0 siblings, 1 reply; 7+ messages in thread
From: Latchesar Ionkov @ 2009-11-25 15:57 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

I added a Makefile in the repository that builds the packages outside
of the go tree.

Thanks,
    Lucho

On Mon, Nov 23, 2009 at 7:04 PM, Roman Shaposhnik <roman@shaposhnik.org> wrote:
> On Sun, Nov 22, 2009 at 8:38 PM, Latchesar Ionkov <lucho@ionkov.net> wrote:
>> Hi,
>>
>> Andrey Mirtchovski and I wrote 9P server and client libraries/packages for Go.
>
> Perfect
>
>> The hg repository with the code is available at http://bitbucket.org/f2f/go9p/.
>>
>> Once downloaded the code should be moved to $GOROOT/src/pkg and
>> $GOROOT/src/pkg/Makefile should be modified so DIRS includes plan9/p,
>> plan9/p/clnt and plan9/p/srv directories. These directories should
>> also be added to the NOTEST variable.
>
> Could this be added to README, or better yet automated somehow?
>
> Thanks,
> Roman.
>
>



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [9fans] 9P libraries for Go
  2009-11-25 15:57   ` Latchesar Ionkov
@ 2009-11-25 16:05     ` Devon H. O'Dell
  2009-11-25 16:18       ` Latchesar Ionkov
  0 siblings, 1 reply; 7+ messages in thread
From: Devon H. O'Dell @ 2009-11-25 16:05 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

2009/11/25 Latchesar Ionkov <lucho@ionkov.net>:
> I added a Makefile in the repository that builds the packages outside
> of the go tree.

Any plans for filing a CL to add those to Go's src/pkg repo? I'm sure
it would be welcomed.

--dho

> Thanks,
>    Lucho
>
> On Mon, Nov 23, 2009 at 7:04 PM, Roman Shaposhnik <roman@shaposhnik.org> wrote:
>> On Sun, Nov 22, 2009 at 8:38 PM, Latchesar Ionkov <lucho@ionkov.net> wrote:
>>> Hi,
>>>
>>> Andrey Mirtchovski and I wrote 9P server and client libraries/packages for Go.
>>
>> Perfect
>>
>>> The hg repository with the code is available at http://bitbucket.org/f2f/go9p/.
>>>
>>> Once downloaded the code should be moved to $GOROOT/src/pkg and
>>> $GOROOT/src/pkg/Makefile should be modified so DIRS includes plan9/p,
>>> plan9/p/clnt and plan9/p/srv directories. These directories should
>>> also be added to the NOTEST variable.
>>
>> Could this be added to README, or better yet automated somehow?
>>
>> Thanks,
>> Roman.
>>
>>
>
>



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [9fans] 9P libraries for Go
  2009-11-25 16:05     ` Devon H. O'Dell
@ 2009-11-25 16:18       ` Latchesar Ionkov
  2009-11-26 16:49         ` David Leimbach
  0 siblings, 1 reply; 7+ messages in thread
From: Latchesar Ionkov @ 2009-11-25 16:18 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

I did four days ago. No comments yet. I am sure the go team is pretty
busy at the moment.

    Lucho

On Wed, Nov 25, 2009 at 9:05 AM, Devon H. O'Dell <devon.odell@gmail.com> wrote:
> 2009/11/25 Latchesar Ionkov <lucho@ionkov.net>:
>> I added a Makefile in the repository that builds the packages outside
>> of the go tree.
>
> Any plans for filing a CL to add those to Go's src/pkg repo? I'm sure
> it would be welcomed.
>
> --dho
>
>> Thanks,
>>    Lucho
>>
>> On Mon, Nov 23, 2009 at 7:04 PM, Roman Shaposhnik <roman@shaposhnik.org> wrote:
>>> On Sun, Nov 22, 2009 at 8:38 PM, Latchesar Ionkov <lucho@ionkov.net> wrote:
>>>> Hi,
>>>>
>>>> Andrey Mirtchovski and I wrote 9P server and client libraries/packages for Go.
>>>
>>> Perfect
>>>
>>>> The hg repository with the code is available at http://bitbucket.org/f2f/go9p/.
>>>>
>>>> Once downloaded the code should be moved to $GOROOT/src/pkg and
>>>> $GOROOT/src/pkg/Makefile should be modified so DIRS includes plan9/p,
>>>> plan9/p/clnt and plan9/p/srv directories. These directories should
>>>> also be added to the NOTEST variable.
>>>
>>> Could this be added to README, or better yet automated somehow?
>>>
>>> Thanks,
>>> Roman.
>>>
>>>
>>
>>
>
>



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [9fans] 9P libraries for Go
  2009-11-25 16:18       ` Latchesar Ionkov
@ 2009-11-26 16:49         ` David Leimbach
  0 siblings, 0 replies; 7+ messages in thread
From: David Leimbach @ 2009-11-26 16:49 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 1588 bytes --]

I think they might just be with their families as it's a national holiday
here in the USA.  :-)

Might not hear from them again till Monday.

Dave

On Wed, Nov 25, 2009 at 8:18 AM, Latchesar Ionkov <lucho@ionkov.net> wrote:

> I did four days ago. No comments yet. I am sure the go team is pretty
> busy at the moment.
>
>    Lucho
>
> On Wed, Nov 25, 2009 at 9:05 AM, Devon H. O'Dell <devon.odell@gmail.com>
> wrote:
> > 2009/11/25 Latchesar Ionkov <lucho@ionkov.net>:
> >> I added a Makefile in the repository that builds the packages outside
> >> of the go tree.
> >
> > Any plans for filing a CL to add those to Go's src/pkg repo? I'm sure
> > it would be welcomed.
> >
> > --dho
> >
> >> Thanks,
> >>    Lucho
> >>
> >> On Mon, Nov 23, 2009 at 7:04 PM, Roman Shaposhnik <roman@shaposhnik.org>
> wrote:
> >>> On Sun, Nov 22, 2009 at 8:38 PM, Latchesar Ionkov <lucho@ionkov.net>
> wrote:
> >>>> Hi,
> >>>>
> >>>> Andrey Mirtchovski and I wrote 9P server and client libraries/packages
> for Go.
> >>>
> >>> Perfect
> >>>
> >>>> The hg repository with the code is available at
> http://bitbucket.org/f2f/go9p/.
> >>>>
> >>>> Once downloaded the code should be moved to $GOROOT/src/pkg and
> >>>> $GOROOT/src/pkg/Makefile should be modified so DIRS includes plan9/p,
> >>>> plan9/p/clnt and plan9/p/srv directories. These directories should
> >>>> also be added to the NOTEST variable.
> >>>
> >>> Could this be added to README, or better yet automated somehow?
> >>>
> >>> Thanks,
> >>> Roman.
> >>>
> >>>
> >>
> >>
> >
> >
>
>

[-- Attachment #2: Type: text/html, Size: 2521 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-11-26 16:49 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-23  4:38 [9fans] 9P libraries for Go Latchesar Ionkov
2009-11-23  5:54 ` Bruce Ellis
2009-11-24  2:04 ` Roman Shaposhnik
2009-11-25 15:57   ` Latchesar Ionkov
2009-11-25 16:05     ` Devon H. O'Dell
2009-11-25 16:18       ` Latchesar Ionkov
2009-11-26 16:49         ` David Leimbach

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).