inkle / inkle/inky

Expect Ink to fail with error when there is no END, but inky fails silently.

Open
#534 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
2.7k
Forks
340
PR merge metrics
No merged PRs in 30d

Description

Inky version: 0.15.1
ink version: 1.2.0
inkjs version: 2.2.3

Steps to reproduce:

Step 1: Start with this simple start knot
```
-> start
=== start ===
We have started
-> END
```

Step 2: Add a gather
```
-> start
=== start ===
We have started
- -> start
-> END
```

Step 3: Remove the END
```
-> start
=== start ===
We have started
- -> start
```

**Issue**: Somewhere between step 2 and 3, user expects infinite loop warning, but Inky fails silently. Subsequent changes to the Ink yields undefined Inky error state. Seem Inky becomes confused.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.