SOMns icon indicating copy to clipboard operation
SOMns copied to clipboard

SOMns: A Newspeak for Concurrency Research

Results 66 SOMns issues
Sort by recently updated
recently updated
newest added

Functions in the subclass you want to access from inherited code with `(ObjectMirror reflecting: self) perform: #start` currently have to be public, otherwise the superclass function is executed or lookup...

When the repo of the submodule is updated, and no head points to the required revision, we get a commit-not-found error. `build.xml` should include fallback code to fetch more revisions,...

bug
help wanted

The current implementation of object literals is unfortunately not yet taking into account value semantics properly: ``` class Foo new: v = Value ( | public v = v. |...

bug
help wanted
good first issue

see Validation.Sequence benchmark for an example. Replay can't distinguish the two callbacks from the timer prim. Sender and Resolver of the PromiseMessage is the same, SourceSection information would allow to...

bug

@Marmat21 I hope it's ok for you to document this based on your notes: """ Main change: make SOMns tests pass when async stack traces are enabled (aka make async...

@marmat21 I hope it's ok for you for me to document this branch based on your notes: """ Main change: I added support in SOMns for updating classes. To this...