--- Coro/Changes 2008/11/16 00:55:41 1.418 +++ Coro/Changes 2008/11/16 10:12:38 1.421 @@ -5,12 +5,20 @@ actor model (which is cool in a lot of important aspects (failures!), but very lacking in others (higher level ipc)). +TODO: testcancel +TODO: aio +TODO: Coro::Semaphore +TODO: trow disturbs cleanup path inside pp_slf? 5.0 - NEW ARCHITECTURE: use 4.912 for the stable version. - bump API version to 7 - all dependents must be recompiled. - Coro::Semaphore->adjust didn't correctly wake up enough waiters. - async_pool did free a scalar value twice ("Attempt to unreference..."). + - fix a longstanding bug where calling terminate on a coro that + was waiting for a semaphore that was just becoming available + would cause a deadlock (semaphore would get into a state where + it was available but waiters were waiting(. - perl's process emulation is now not even theoretically supported anymore. - directly patch the entersub opcode calling SLF functions (cede,