Skip to content

StackOverflow error when computing hash code of circular objects #979

@bioball

Description

@bioball
Member

This code will stack overflow:

local myself {
  res = myself
}

foo: Mapping = new {
  [myself] = 1
}

Activity

added theissue type on Feb 24, 2025
linked a pull request that will close this issue on Feb 24, 2025
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

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      Participants

      @bioball

      Issue actions

        StackOverflow error when computing hash code of circular objects · Issue #979 · apple/pkl