Viewing Issue Simple Details
[ Jump to Notes ]
|
[ View Advanced ]
[ Issue History ]
[ Print ]
|
ID |
Category |
Severity |
Reproducibility |
Date Submitted |
Last Update |
0004636 |
[Squeak] Compiler |
block |
always |
08-24-06 09:35 |
04-18-10 21:51 |
|
Reporter |
renggli |
View Status |
public |
|
Assigned To |
laza |
Priority |
normal |
Resolution |
fixed |
|
Status |
closed |
|
Product Version |
|
|
Summary |
0004636: Block arguments are shared across blocks |
Description |
When defining multiple blocks with the same argument names they share the argument slots, leading to problems when the two blocks are concurrently activated from different threads. This is a critical show stopper especially for professional applications that use callback mechanisms using blocks (e.g. Seaside, PostgreSQL, ...). |
Additional Information |
|
|
Attached Files |
BlockContextTest-testTwoBlocks.st [^] (571 bytes) 08-24-06 09:35 |
|