Skip to content

Main to next chunk 2#1127

Merged
object-Object merged 44 commits into
FallingColors:1.21from
s5bug:main-to-next-chunk2
Jun 10, 2026
Merged

Main to next chunk 2#1127
object-Object merged 44 commits into
FallingColors:1.21from
s5bug:main-to-next-chunk2

Conversation

beholderface and others added 30 commits February 8, 2025 12:59
TreeList is an immutable collection ported from Scala's Vector class
Co-authored-by: Alwinfy <20421383+Alwinfy@users.noreply.github.com>
@github-project-automation github-project-automation Bot moved this to 📋 Backlog in Hex Casting Jun 9, 2026
@s5bug s5bug changed the title Main to next chunk2 Main to next chunk 2 Jun 9, 2026
@s5bug s5bug force-pushed the main-to-next-chunk2 branch from 1c47eaa to 62f5e6f Compare June 10, 2026 00:17
@s5bug s5bug marked this pull request as ready for review June 10, 2026 00:17
@s5bug s5bug marked this pull request as draft June 10, 2026 00:18
@s5bug s5bug force-pushed the main-to-next-chunk2 branch from 62f5e6f to e51de9e Compare June 10, 2026 00:20
@s5bug s5bug marked this pull request as ready for review June 10, 2026 00:20
@s5bug s5bug force-pushed the main-to-next-chunk2 branch from e51de9e to e69afcb Compare June 10, 2026 00:32

@object-Object object-Object left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM with some deprecation removals

Comment on lines +32 to +33
val acc: MutableList<Iota>
val immutableAcc: TreeList<Iota>

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Let's rename this back to acc now

Comment on lines +36 to +45
@Deprecated("use the primary constructor that accepts a TreeList instead")
constructor(
data: SpellList,
code: SpellList,
baseStack: List<Iota>?,
acc: MutableList<Iota>
) : this(data, code, baseStack, TreeList.from(acc))

@Deprecated("access immutableAcc instead")
val acc: MutableList<Iota> get() = immutableAcc.toMutableList()

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Let's remove these

Comment on lines 91 to 128

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Let's remove the deprecated overload now

@object-Object object-Object merged commit 8c49a38 into FallingColors:1.21 Jun 10, 2026
4 of 8 checks passed
@github-project-automation github-project-automation Bot moved this from 📋 Backlog to ✅ Done in Hex Casting Jun 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: ✅ Done

Development

Successfully merging this pull request may close these issues.

9 participants