Stefan Marr

Results 141 comments of Stefan Marr

See https://github.com/SOM-st/TruffleSOM/pull/47/commits/b121f1b3aa587aece66ccf8cac9be28005585fb0 and https://github.com/SOM-st/TruffleSOM/pull/47/commits/fb73434f56e3b21174ab9ee07d222a40650b6d77

There is no such helper in SOMns. There is only this: https://github.com/smarr/SOMns/blob/master/core-lib/Kernel.som#L572 So, it would be `i := 0. ValueArray new: arr size withAll: [ i := i + 1....

Status update: this task is worked on in #100

With #173 merged, we got array literals. However, I'll leave the issue here open, since I'd still love to have literal value arrays, which guarantee to be deeply immutable. Should...

- [x] stop execution on breakpoint, wait for UI input to continue - [x] continue on UI request - reset current node - [x] send position info to UI, and...

- [x] update source sections and tags - collect and send source sections - from all call targets for source - remove old source section spans, then apply new ones

- [x] change tab and scroll to current suspended node - [ ] switch between stack frames - [ ] update suspended node - [ ] update stack variable/state view...

Thanks for finding and documenting the issue!

@daumayr do you happen to have other code related to this?

First progress in that direction was made with #217.