[ANN] Queries preview on SqueakSource

Chris Muller chris at funkyobjects.org
Wed Jun 14 14:47:44 UTC 2006


Sigh, I really wish Monticello supported deletion of packages because
there continues to be confusion about "Magma1.0".  Magma1.0 was created
when my first (failed) attempt at Magma1.1 took over the three normal
loader packages (MagmaClientLoader, MagmaServerLoader and
MagmaTesterLoader).  Since 1.1 has been withdrawn, Client, Server and
Tester reverted back to containing the 1.0 version and "Magma1.0" is
(temporarily) stale.  I have only been updating MagmaClientLoader,
MagmaServerLoader and MagmaTesterLoader with 1.0 work since January or
so.

Someday (soon) there will be, once again, two versions of Magma, 1.0
and 1.1, both supported.  1.1 is with security, 1.0 is without.  The
plan is for them to be file-compatible.  But we need to figure out a
way to handle the code/package situation where it won't be too
confusing.  Any suggestions?

What glitches did you find?  Never mind I will look..  I just hope it
is not due to having loaded Magma1.0 instead of MagmaServerLoader or
MagmaTesterLoader.

Thanks..
 - Chris


--- Brent Pinkney <brent.pinkney at aircom.co.za> wrote:

> Hi,
> 
> I ave tried out Chris complex query preview code and am very
> impressed: I have uploaded a small modification to SqueakSource which
> fixes a few glitches.
> 
> I am using a stock 3.8 image with the latest Magma1.0 monticello
> loaded. On top of this I loaded:
> 
> 	Ma special collections-cmm.66.mcz
> 	Magma client-brp.188.mcz
> 	Magma server-cmm.163.mcz
> 
> To test, I loaded the latest Lava and Lava testing monticellos.
> 
> In a workspace:
> 
> 	"1. Create the test repository...."
> 	LavaTestResource current.
> 
> 	"2. Create a complex query..."
> 	Transcript clear.
> 	youngsters := LavaTestResource current people
> 		where: [ :p | (p familyName at: 'Pinkney') & (p age < 60) ].
> 	youngsters
> 		sortBy: #age; descend.
> 
> 	"3. Iterate over the query results..."
> 	youngsters do: [ :p | Transcript show: p age; tab; show: p; cr ]
> 
> 
> It looks great so far.
> 
> Brent
> _______________________________________________
> Magma mailing list
> Magma at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/magma
> 
> 



More information about the Magma mailing list