Loading XTreams into Squeak6.0 alpha with the monty XML stuff.

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

Loading XTreams into Squeak6.0 alpha with the monty XML stuff.

Squeak - Dev mailing list
Hi folks.

Just and FYI as I port "stuff I like" to 6.0 alpha...

home/wm/Squeak/images/XMLXtreamsSqueak6.0alpha-19881-64bit/XMLXtreamsSqueak6.0alpha-19881-64bit.image
Squeak6.0alpha
latest update: #19881
Current Change Set: HomeProject
Image format 68021 (64 bit)

Virtual Machine
---------------
/home/wm/Squeak/vms/sqcogspur64linuxht202009271755/lib/squeak/5.0-202009271755/squeak
Open Smalltalk Cog[Spur] VM [CoInterpreterPrimitives VMMaker.oscog-eem.2824]



Pristine image and load the following.

(Installer ss project: 'XMLSupport') install: 'ConfigurationOfXMLSupport'.
(Smalltalk at: #ConfigurationOfXMLSupport)   load



Installer ss
       project: 'MetacelloRepository';
       install: 'ConfigurationOfXtreams'.
(Smalltalk at: #ConfigurationOfXtreams) project bleedingEdge load
This is probably not related at all to XML,


The install went fine, minus Xtreams-TerminalsFileSystem

Warning:

This package depends on the following classes:
  MemoryHandle
  FileSystemHandle
  FileHandle
  FileReference
  FileLocator
You must resolve these dependencies before you will be able to load these definitions:
  FileHandle>>closed
  FileHandle>>commit
  FileHandle>>fileSize
  FileHandle>>readInto:
  FileHandle>>readInto:startingAt:count:
  FileHandle>>reading
  FileHandle>>seekTo:
  FileHandle>>writeFrom:startingAt:count:
  FileHandle>>writing
  FileLocator>>appending
  FileLocator>>reading
  FileLocator>>writing
  FileReference>>appending
  FileReference>>reading
  FileReference>>writing
  FileSystemHandle>>streamingReadClose
  FileSystemHandle>>streamingWriteClose
  MemoryHandle>>closed
  MemoryHandle>>commit
  MemoryHandle>>fileSize
  MemoryHandle>>reading
  MemoryHandle>>seekTo:
  MemoryHandle>>writing

I ignore that and running the XTreams-Core, Xtreams-TerminalsTests, Xtreams-TransformsTests, XTreamsSubstreamsTests
Xtreams-ParsingTests
Xtreams-XtrasTests

794 run in 0:00:00:00.150, 335 passes, 0 expected failures, 1 failures, 458 errors, 0 unexpected passes

On a first pass perusal,   XTRecyclingCenter class >> new: class: is the culprit.


I will poke around more deeply next week, but I figured to post here in case anybody sees anything obvious.

cordially,

t