Skip to content

Conversation

vgskye
Copy link
Member

@vgskye vgskye commented Nov 28, 2024

Bumps stack size limit to 8k, but includes extra iotas stored in current CastingImage in the tally(escaped iotas and continuations).
Also fixes iris truename smuggling by properly implementing subIotas.

@gamma-delta
Copy link
Collaborator

I kind of like using Iris to smuggle truenames as an idea because it's so clever, but I'm not sure if it's bad or good for gameplay ... what do you all think?
Will also ask on the discord.

@vgskye vgskye marked this pull request as draft July 15, 2025 04:05
@vgskye
Copy link
Member Author

vgskye commented Jul 15, 2025

converting to draft because this needs performance regression testing

size += notDone.component1().size();
continuation = notDone.component2();
}
return Math.min(this.getContinuation().size(), 1);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should be Math.max, as discussed on Discord - min results in the value only being 0 or 1, max results in the value being >=1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: 📋 Backlog

Development

Successfully merging this pull request may close these issues.

3 participants