Skip to content

Story.nextSequenceShuffleIndex() seqCountVal.value! is null #1

Description

@andrewm-dev

Inky line {~coat|shoes|beezewaz|silly bandz}! creates error on line 2184 of Story.swift.

Seems to be from seqCountVal.value! equalling nil, which makes the iterationIndex equal -1, thus resulting in a Range error on line 2184.

Looking at the code at a breakpoint on line 2184, I can see that the seqCount is -1 and numElements is 4, which results in -1 and the range error (ie. 0 ... -1 range is invalid).

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

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions