inkle / inkle/ink

Read counts in loop

Open
#53 10 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
C#
Stars
4.9k
Forks
540
PR merge metrics
No merged PRs in 30d

Description

Hello.
Found an issue today with read count (at least, I think that it shouldn't work like this)
If you are making a loop, read count doesn't increase number.
Small example to reproduce this:

```
=== Beginning ===
How many times he started this story again: {Beginning}
Once upon a time...
+ Where was I?
-> Beginning
* Ah, nevermind. ->END
```

Beginning always would be 1. And with this small workaround

```
=== Beginning ===
Once upon a time...
+ Where was I?
-> Times
* Ah, nevermind. ->END
=== Times ===
How many times he started this story again: {Beginning}
-> Beginning
```

Read count increases correctly. I guess, read count can increase its value only if it comes from another knot, right?

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.