|
The general-purpose Squeak developers list
|
32674 |
116277 |
|
|
This list is the place to ask all the "simple" questions you as a newcomer to squeak always wanted to ask.
|
2385 |
9765 |
|
|
Squeak Virtual Machine Development
|
14455 |
36111 |
|
|
|
162 |
392 |
|
|
Discussion forum for education-oriented Squeak users.
|
1104 |
3161 |
|
|
Croquet forum
opencroquet.org
|
1679 |
4667 |
|
|
Announcments about Squeak and Squeak News Summaries
|
177 |
200 |
|
|
Region specific Forums
|
3274 |
10806 |
|
|
Other Squeak related forums
|
442 |
1646 |
|
|
Hi, there's an issue when a process terminating another process is terminated in the middle of the unwind.
As a result the original process won't finish unwinding and will leave either a suspended process or a chain of unfinished contexts behind (to be GC'd).
Here's a test: KernelTests-jar...
|
0 |
0 |
|
|
Hi all,
#runUntilErrorOrReturnFrom: installs an ensure context later it removes it. The removal is done via this line:
"No error was raised, remove ensure context by stepping until popped"
[ctxt isDead] whileFalse: [topContext := topContext stepToCallee].
Would you agree t...
|
0 |
0 |
|
|
Hi,
a minor bug here:
[] ensure: [thisContext privSender: nil]
If you step through a few times you get MessageNotUnderstood instead of BlockCannotReturn. The problem is #stepToHome: doesn't find a home context and tries to send #home to nil.
regards,
|
0 |
0 |
|
|
Hi All,
Until recently signalling an already existing exception object have lead to an error. As a temporary measure we made sending #signal to an exception equivalent to #outer ([1] and [2]); however, according to ANSI re-signalling an existing exception should be legitimate and differs from s...
|
0 |
0 |
|
|
Try this simple test:
resumedCorrectly := false.
[
[ Warning signal ] on: Warning do: [ :ex | ex outer ]. "returns here"
resumedCorrectly := true.
] on: Warning do: [ :ex | ex resume ].
resumedCorrectly "---> true"
But in this equivalent case it'll return inco...
|
0 |
0 |
|
|
I'm learning Smalltalk programming as I think its way ahead as an OOP
programming tool. I would appreciate feedback regarding my coding of the
following problem. I have a sequence of letters representing bases in a DNA
and want to change the T to a U in the string. I have done this in two
wa...
|
0 |
0 |
|
|
I'm learning Smalltalk programming as I think its way ahead as an OOP
programming tool. I would appreciate feedback regarding my coding of the
following problem. I have a sequence of letters representing bases in a DNA
and want to change the T to a U in the string. I have done this in two
wa...
|
0 |
0 |
|
|
From the few benchmarks that I have run, Squeak looks very promising.
However, it is very difficult to tell what Squeak is, due to the lack of documentation.
Squeak by example is more than 6 years old, and only by a stretch of the imagination may it be called a user's guide.
It certainly is...
|
0 |
0 |
|
|
These are the old EZMLM Squeak mailing list archives
|
135 |
489 |
|