Where to submit VMConstruction-Plugins-OSProcessPlugin?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Where to submit VMConstruction-Plugins-OSProcessPlugin?

alistairgrant
 
Hi Everyone,

I have an update for VMConstruction-Plugins-OSProcessPlugin which
provides minimal simulator support for UnixOSProcessPlugin, but don't
have write access to:

http://www.squeaksource.com/OSProcessPlugin

Where should I submit this?

Thanks,
Alistair
--

Name: VMConstruction-Plugins-OSProcessPlugin.oscog-AlistairGrant.59
Author: AlistairGrant
Time: 15 October 2018, 7:38:54.900463 pm
UUID: 19992832-7cf7-4948-8302-d5b6cb58a160
Ancestors: VMConstruction-Plugins-OSProcessPlugin.oscog-eem.58

Add UnixOSProcessPluginSimulator.

This provides enough functionality to allow an image in the simulator
to call UnixOSProcessPlugin>>primitiveGetCurrentWorkingDirectory
Reply | Threaded
Open this post in threaded view
|

Re: Where to submit VMConstruction-Plugins-OSProcessPlugin?

David T. Lewis
 
Hi Alistair,

I added you (akg) as developer to the project.

Thanks for contributing!

Dave


On Mon, Oct 15, 2018 at 08:00:34PM +0200, Alistair Grant wrote:

>  
> Hi Everyone,
>
> I have an update for VMConstruction-Plugins-OSProcessPlugin which
> provides minimal simulator support for UnixOSProcessPlugin, but don't
> have write access to:
>
> http://www.squeaksource.com/OSProcessPlugin
>
> Where should I submit this?
>
> Thanks,
> Alistair
> --
>
> Name: VMConstruction-Plugins-OSProcessPlugin.oscog-AlistairGrant.59
> Author: AlistairGrant
> Time: 15 October 2018, 7:38:54.900463 pm
> UUID: 19992832-7cf7-4948-8302-d5b6cb58a160
> Ancestors: VMConstruction-Plugins-OSProcessPlugin.oscog-eem.58
>
> Add UnixOSProcessPluginSimulator.
>
> This provides enough functionality to allow an image in the simulator
> to call UnixOSProcessPlugin>>primitiveGetCurrentWorkingDirectory
Reply | Threaded
Open this post in threaded view
|

Re: Where to submit VMConstruction-Plugins-OSProcessPlugin?

alistairgrant
 
Thanks, Eliot & Dave!

On Tue, 16 Oct 2018 at 03:26, David T. Lewis <[hidden email]> wrote:

>
>
> Hi Alistair,
>
> I added you (akg) as developer to the project.
>
> Thanks for contributing!
>
> Dave
>
>
> On Mon, Oct 15, 2018 at 08:00:34PM +0200, Alistair Grant wrote:
> >
> > Hi Everyone,
> >
> > I have an update for VMConstruction-Plugins-OSProcessPlugin which
> > provides minimal simulator support for UnixOSProcessPlugin, but don't
> > have write access to:
> >
> > http://www.squeaksource.com/OSProcessPlugin
> >
> > Where should I submit this?
> >
> > Thanks,
> > Alistair
> > --
> >
> > Name: VMConstruction-Plugins-OSProcessPlugin.oscog-AlistairGrant.59
> > Author: AlistairGrant
> > Time: 15 October 2018, 7:38:54.900463 pm
> > UUID: 19992832-7cf7-4948-8302-d5b6cb58a160
> > Ancestors: VMConstruction-Plugins-OSProcessPlugin.oscog-eem.58
> >
> > Add UnixOSProcessPluginSimulator.
> >
> > This provides enough functionality to allow an image in the simulator
> > to call UnixOSProcessPlugin>>primitiveGetCurrentWorkingDirectory
Reply | Threaded
Open this post in threaded view
|

Re: Where to submit VMConstruction-Plugins-OSProcessPlugin?

alistairgrant
 
Hi Dave,

I just tried uploading a new version of
VMConstruction-Plugins-OSProcessPlugin to:

http://www.squeaksource.com/OSProcessPlugin

and got a 401 unauthorised error.  I've got my username (akg) and password set.

Can you confirm that I should have write access?

Thanks!
Alistair
--

Name: VMConstruction-Plugins-OSProcessPlugin.oscog-AlistairGrant.60
Author: AlistairGrant
Time: 19 October 2018, 8:11:15.371465 am
UUID: 7e6069be-0df0-48e2-aac6-a274cbe40a18
Ancestors: VMConstruction-Plugins-OSProcessPlugin.oscog-eem.59

UnixOSProcessPluginSimulator

Provides a minimal implementation to allow
UnixOSProcessPlugin>>primitiveGetCurrentWorkingDirectory to be used in
the VM simulator.

Also:

- add error checking and fail if object allocation fails in
#primitiveGetCurrentWorkingDirectory.
- Use the new C method naming (getcwd:_:)

On Tue, 16 Oct 2018 at 08:12, Alistair Grant <[hidden email]> wrote:

>
> Thanks, Eliot & Dave!
>
> On Tue, 16 Oct 2018 at 03:26, David T. Lewis <[hidden email]> wrote:
> >
> >
> > Hi Alistair,
> >
> > I added you (akg) as developer to the project.
> >
> > Thanks for contributing!
> >
> > Dave
> >
> >
> > On Mon, Oct 15, 2018 at 08:00:34PM +0200, Alistair Grant wrote:
> > >
> > > Hi Everyone,
> > >
> > > I have an update for VMConstruction-Plugins-OSProcessPlugin which
> > > provides minimal simulator support for UnixOSProcessPlugin, but don't
> > > have write access to:
> > >
> > > http://www.squeaksource.com/OSProcessPlugin
> > >
> > > Where should I submit this?
> > >
> > > Thanks,
> > > Alistair
> > > --
Reply | Threaded
Open this post in threaded view
|

Re: Where to submit VMConstruction-Plugins-OSProcessPlugin?

alistairgrant
 
Hi Dave,

Never mind.  I realised that the host is different and I had to set my password.

Sorry for the noise,
Alistair


On Fri, 19 Oct 2018 at 08:16, Alistair Grant <[hidden email]> wrote:

>
> Hi Dave,
>
> I just tried uploading a new version of
> VMConstruction-Plugins-OSProcessPlugin to:
>
> http://www.squeaksource.com/OSProcessPlugin
>
> and got a 401 unauthorised error.  I've got my username (akg) and password set.
>
> Can you confirm that I should have write access?
>
> Thanks!
> Alistair
> --
>
> Name: VMConstruction-Plugins-OSProcessPlugin.oscog-AlistairGrant.60
> Author: AlistairGrant
> Time: 19 October 2018, 8:11:15.371465 am
> UUID: 7e6069be-0df0-48e2-aac6-a274cbe40a18
> Ancestors: VMConstruction-Plugins-OSProcessPlugin.oscog-eem.59
>
> UnixOSProcessPluginSimulator
>
> Provides a minimal implementation to allow
> UnixOSProcessPlugin>>primitiveGetCurrentWorkingDirectory to be used in
> the VM simulator.
>
> Also:
>
> - add error checking and fail if object allocation fails in
> #primitiveGetCurrentWorkingDirectory.
> - Use the new C method naming (getcwd:_:)
>
> On Tue, 16 Oct 2018 at 08:12, Alistair Grant <[hidden email]> wrote:
> >
> > Thanks, Eliot & Dave!
> >
> > On Tue, 16 Oct 2018 at 03:26, David T. Lewis <[hidden email]> wrote:
> > >
> > >
> > > Hi Alistair,
> > >
> > > I added you (akg) as developer to the project.
> > >
> > > Thanks for contributing!
> > >
> > > Dave
> > >
> > >
> > > On Mon, Oct 15, 2018 at 08:00:34PM +0200, Alistair Grant wrote:
> > > >
> > > > Hi Everyone,
> > > >
> > > > I have an update for VMConstruction-Plugins-OSProcessPlugin which
> > > > provides minimal simulator support for UnixOSProcessPlugin, but don't
> > > > have write access to:
> > > >
> > > > http://www.squeaksource.com/OSProcessPlugin
> > > >
> > > > Where should I submit this?
> > > >
> > > > Thanks,
> > > > Alistair
> > > > --