Skip to content

Remote block with tempVectors fails #32

Description

@dionisiydk

Transferring block with temp vectors logic does not work. And it can lead to some unexpected problems, infinite recursions or even image crash.
Simple example to reproduce is

| temp |
temp := 10.
remotePeer evaluate: [ temp := temp + 15  ].
temp.

Context should mark all tempVectors to be transferred by value.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions