this is what I mean...

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

this is what I mean...

Eliot Miranda-2
 
so I'm in the middle of integrating the SSL code and I find http://squeakvm.org/svn/squeak/trunk/src/plugins/SqueakSSL/SqueakSSL.c.  I want to know where the SMalltalk came from so I can integrate it into VMMaker.oscog.  I look at the file and it says:

McStalker.trunk$ head src/plugins/SqueakSSL/SqueakSSL.c
/* Automatically generated from Squeak on 11 March 2013 9:45:58 pm 
   by VMMaker 4.10.13
 */

So I go browse VMMaker-dtl.310.  No sign of it there-in.  This is worse than useless; a needless waste of time.  Compare for example this from http://www.squeakvm.org/svn/squeak/branches/Cog/src/plugins/AsynchFilePlugin/AsynchFilePlugin.c.

/* Automatically generated by
        SmartSyntaxPluginCodeGenerator VMMaker.oscog-eem.235 uuid: 954df856-3f83-498c-9735-6cd3777ba9c7
   from
        AsynchFilePlugin VMMaker.oscog-eem.235 uuid: 954df856-3f83-498c-9735-6cd3777ba9c7
 */
static char __buildInfo[] = "AsynchFilePlugin VMMaker.oscog-eem.235 uuid: 954df856-3f83-498c-9735-6cd3777ba9c7 " __DATE__ ;

This anyone can find.

David, *please*.
--
best,
Eliot
Reply | Threaded
Open this post in threaded view
|

Re: this is what I mean...

David T. Lewis
 
The SqueakSSL plugin is in Andreas' SqueakSSL repository at http://www.squeaksource.com/SqueakSSL/.
If no one steps forward to maintain it in SqueakSSL we can pull it into
VMMaker, I'm not sure what's best at this point.

I do see your point about __buildInfo, and I'll try to pull this into
trunk as soon as I can.

Background also at http://bugs.squeak.org/view.php?id=7751

Dave



On Fri, Mar 22, 2013 at 10:48:39AM -0700, Eliot Miranda wrote:

>  
> so I'm in the middle of integrating the SSL code and I find
> http://squeakvm.org/svn/squeak/trunk/src/plugins/SqueakSSL/SqueakSSL.c.  I
> want to know where the SMalltalk came from so I can integrate it into
> VMMaker.oscog.  I look at the file and it says:
>
> McStalker.trunk$ head src/plugins/SqueakSSL/SqueakSSL.c
> /* Automatically generated from Squeak on 11 March 2013 9:45:58 pm
>    by VMMaker 4.10.13
>  */
>
> So I go browse VMMaker-dtl.310.  No sign of it there-in.  This is worse
> than useless; a needless waste of time.  Compare for example this from
> http://www.squeakvm.org/svn/squeak/branches/Cog/src/plugins/AsynchFilePlugin/AsynchFilePlugin.c
> .
>
> /* Automatically generated by
>         SmartSyntaxPluginCodeGenerator VMMaker.oscog-eem.235 uuid:
> 954df856-3f83-498c-9735-6cd3777ba9c7
>    from
>         AsynchFilePlugin VMMaker.oscog-eem.235 uuid:
> 954df856-3f83-498c-9735-6cd3777ba9c7
>  */
> static char __buildInfo[] = "AsynchFilePlugin VMMaker.oscog-eem.235 uuid:
> 954df856-3f83-498c-9735-6cd3777ba9c7 " __DATE__ ;
>
> This anyone can find.
>
> David, *please*.
> --
> best,
> Eliot