swazoo patch

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

swazoo patch

stes
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256


I've created a SqueakSource project with a small patch for Swazoo.

The project is: http://www.squeaksource.com/Swazoo4Squeak4

This version of Swazoo replaces the class method fromMilliseconds:
in the *Swazoo category of the class DateAndTime,
to the following implementation:

fromMilliseconds: anInteger
        ^ self fromSeconds:(anInteger/1000)

The diff is:
http://www.squeaksource.com/Swazoo4Squeak4/Swazoo-stes.6.diff

With that implementation, Aida6.8 (which requires Swazoo) works in Squeak4.6.

I mean by this that it can be installed in a Squeak 4.6 #15117 or #15102 image,
and connection to http://localhost:8888 to the Aida web server works for me.

Modified instructions from https://www.aidaweb.si/download

Modified to change Swazoo to Swazoo4Squeak4:

i := Installer monticello http: 'http://squeaksource.com'.
i  project: 'SPort';
   install: 'Sport-2.031'.
i  project: 'Swazoo4Squeak4';
   install: 'Swazoo-stes.6'.
i  project: 'Aida';
   install: 'Aida-6.8final.2'.

At the end of the install it reports in a Transcript:


*** Aida/Web demo site started, open http://localhost:8888

loaded

The "realtime" Web Sockets enabled example seems to work as well.

David Stes

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQEcBAEBCAAGBQJf32EeAAoJEAwpOKXMq1MaVuQIAJNgDg0bFZ7BDZ2AbzpAZk2P
GcOi9KE1Aq8Q70hWhgyMLHusxvXoUh1AKkoYazq350PuO+JWSq+NamttlLaheBNj
BJhtcI+Zhh8JES732dpap/9rfqm+a4xPknymDph6/BCtzMZitdCrLNRbMmyl2BsD
Dgb9XW6sbxwJyT0aoWhS2ZxSvLm0SVe/bAOZDLC8i4zS0ScAtHaF9BzPgnEQI2lA
ZM4BwgPJoAT+8UsX7OZVPAkp+ME1n7zMUC6H3Y3ZUeY8FDzwghvBWO/IpearjKB/
7MO5KR3hrkPkpsjFdw6KD4roXtZ2vadAibqvhIsRv7C1/EZsIWvmnMaozNO7Yew=
=RXBH
-----END PGP SIGNATURE-----
_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners