Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Node groups ignore visitation tracking #396

Open
McJones opened this issue Jan 30, 2025 · 0 comments
Open

Node groups ignore visitation tracking #396

McJones opened this issue Jan 30, 2025 · 0 comments
Labels

Comments

@McJones
Copy link
Collaborator

McJones commented Jan 30, 2025

If I had the following pair of node groups:

title: Start
when: always
---
<<if !visited("Start")>>
You have never been in any Start node before
<<endif>>

This is the first one

<<jump Start>>
===

title: Start
when: always
---
<<if !visited("Start")>>
You have never been in any Start node before
<<endif>>

This is the second one

<<jump Start>>
===

I would expect to only see the You have never been in any Start node before line once, yet it runs every time.
I know how I would work around this but I feel like being able to say "has the user ever seen this node group?" feels fairly reasonable to me to support.

@McJones McJones added the bug label Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant