Fixed underscore assignments in VMMaker and plugins

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

Fixed underscore assignments in VMMaker and plugins

Tapple Gao
 
I removed all underscore assignments from VMMaker and all
plugins I could find[1]. Now VMMaker will load into cobalt.
Could someone copy the packages from my repository into where
these packages belong? All the updated packages are at:

http://croquet-src-01.oit.duke.edu:8886/RayTracing.html


They should go in the listed repositories:

http://www.squeaksource.com/VMMaker.html
VMMaker-mtf.148

http://www.squeaksource.com/OSProcessPlugin.html
VMConstruction-Plugins-OSProcessPlugin-mtf.21

http://www.squeaksource.com/Balloon3D.html
Balloon3D-Plugins-mtf.6
Balloon3D-Plugins-mtf.5

http://www.squeaksource.com/KedamaPlugins.html
Kedama-Plugins-mtf.2


[1] I got the list of plugin packages from:
http://squeakvm.org/unix/platforms/unix/doc/RELEASE_NOTES_3.11.3.2135

--
Matthew Fulmer (a.k.a. Tapple)
Reply | Threaded
Open this post in threaded view
|

Re: Fixed underscore assignments in VMMaker and plugins

Andreas.Raab
 
Hi Matthew -

FYI, Preferences enable: #allowUnderscoreAssignment allows people to
load code with underscore assignments into Croquet / Cobalt.

Cheers,
   - Andreas

Matthew Fulmer wrote:

>  
> I removed all underscore assignments from VMMaker and all
> plugins I could find[1]. Now VMMaker will load into cobalt.
> Could someone copy the packages from my repository into where
> these packages belong? All the updated packages are at:
>
> http://croquet-src-01.oit.duke.edu:8886/RayTracing.html
>
>
> They should go in the listed repositories:
>
> http://www.squeaksource.com/VMMaker.html
> VMMaker-mtf.148
>
> http://www.squeaksource.com/OSProcessPlugin.html
> VMConstruction-Plugins-OSProcessPlugin-mtf.21
>
> http://www.squeaksource.com/Balloon3D.html
> Balloon3D-Plugins-mtf.6
> Balloon3D-Plugins-mtf.5
>
> http://www.squeaksource.com/KedamaPlugins.html
> Kedama-Plugins-mtf.2
>
>
> [1] I got the list of plugin packages from:
> http://squeakvm.org/unix/platforms/unix/doc/RELEASE_NOTES_3.11.3.2135
>
Reply | Threaded
Open this post in threaded view
|

Re: Fixed underscore assignments in VMMaker and plugins

Tapple Gao
 
On Thu, Nov 05, 2009 at 09:37:30AM -0800, Andreas Raab wrote:
>  
> Hi Matthew -
>
> FYI, Preferences enable: #allowUnderscoreAssignment allows people to
> load code with underscore assignments into Croquet / Cobalt.

I know. I also know that I modified MC1.5 to automatically
convert _ to := at load time, and use that facility whenever
loading stuff into Croquet

--
Matthew Fulmer (a.k.a. Tapple)
Reply | Threaded
Open this post in threaded view
|

Re: Fixed underscore assignments in VMMaker and plugins

David T. Lewis
In reply to this post by Tapple Gao
 
On Thu, Nov 05, 2009 at 12:28:50PM -0500, Matthew Fulmer wrote:

>  
> I removed all underscore assignments from VMMaker and all
> plugins I could find[1]. Now VMMaker will load into cobalt.
> Could someone copy the packages from my repository into where
> these packages belong? All the updated packages are at:
>
> http://croquet-src-01.oit.duke.edu:8886/RayTracing.html
>
>
> They should go in the listed repositories:
>
> http://www.squeaksource.com/VMMaker.html
> VMMaker-mtf.148
>
> http://www.squeaksource.com/OSProcessPlugin.html
> VMConstruction-Plugins-OSProcessPlugin-mtf.21
>
> http://www.squeaksource.com/Balloon3D.html
> Balloon3D-Plugins-mtf.6
> Balloon3D-Plugins-mtf.5
>
> http://www.squeaksource.com/KedamaPlugins.html
> Kedama-Plugins-mtf.2
>
>
> [1] I got the list of plugin packages from:
> http://squeakvm.org/unix/platforms/unix/doc/RELEASE_NOTES_3.11.3.2135

Thank you Matthew. I can take care of applying the VMMaker and OSPP
fixes, and will do so by this weekend.

Much appreciated,

Dave

Reply | Threaded
Open this post in threaded view
|

Re: Fixed underscore assignments in VMMaker and plugins

David T. Lewis
In reply to this post by Tapple Gao
 
On Thu, Nov 05, 2009 at 12:28:50PM -0500, Matthew Fulmer wrote:

>  
> I removed all underscore assignments from VMMaker and all
> plugins I could find[1]. Now VMMaker will load into cobalt.
> Could someone copy the packages from my repository into where
> these packages belong? All the updated packages are at:
>
> http://croquet-src-01.oit.duke.edu:8886/RayTracing.html
>
>
> They should go in the listed repositories:
>
> http://www.squeaksource.com/VMMaker.html
> VMMaker-mtf.148
>
> http://www.squeaksource.com/OSProcessPlugin.html
> VMConstruction-Plugins-OSProcessPlugin-mtf.21

Done.

I copied VMMaker-mtf.148 to the head of VMMaker on SqueakSource, and
VMConstruction-Plugins-OSProcessPlugin-mtf.21 to the head of OSProcessPlugin
on SqueakSource.

Thanks!
Dave


> http://www.squeaksource.com/Balloon3D.html
> Balloon3D-Plugins-mtf.6
> Balloon3D-Plugins-mtf.5
>
> http://www.squeaksource.com/KedamaPlugins.html
> Kedama-Plugins-mtf.2
>
>
> [1] I got the list of plugin packages from:
> http://squeakvm.org/unix/platforms/unix/doc/RELEASE_NOTES_3.11.3.2135
>
> --
> Matthew Fulmer (a.k.a. Tapple)