Markus Fritsche schrieb:
> Anyhow, I managed to compile a Win32-VM with an ExuperyPlugin in it
> (finally! ;-))
Background compiling stops somewhere with a coredump.
I got triggerhappy and did:
[ Smalltalk allClasses do: [ :class |
('*Seaside*' match: class category) ifTrue: [
class methodDictionary keysDo: [ :mthd |[ Exupery compileMethod: mthd
class: class] on: Error do: []]]]] forkAt: 15
[ Smalltalk allClasses do: [ :class |
('*Morph*' match: class name) ifTrue: [
class methodDictionary keysDo: [ :mthd |[ Exupery compileMethod: mthd
class: class] on: Error do: []]]]] forkAt: 15
[ Smalltalk allClasses do: [ :class |
('Kernel-Numbers' match: class category) ifTrue: [
class methodDictionary keysDo: [ :mthd |[ Exupery compileMethod: mthd
class: class] on: Error do: []]]]] forkAt: 15
[ Smalltalk allClasses do: [ :class |
('*Omni*' match: class category) ifTrue: [
class methodDictionary keysDo: [ :mthd |[ Exupery compileMethod: mthd
class: class] on: Error do: []]]]] forkAt: 15
So far, the processes still run :-)
_______________________________________________
Exupery mailing list
[email protected]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/exupery