Skip to content

Replace impl Into<f32> parameters with just f32 - #249

Merged
emilk merged 1 commit into
mainfrom
emilk/f32
Jun 2, 2026
Merged

emilk merged 1 commit into
mainfrom
emilk/f32

Conversation

@emilk

@emilk emilk commented Jun 2, 2026

Copy link
Copy Markdown
Owner

These produce warnings on nightly, and maybe on future stable versions of the compiler

@emilk emilk added the include in changelog This change will be included in the changelog label Jun 2, 2026
@github-actions

github-actions Bot commented Jun 2, 2026

Copy link
Copy Markdown

View snapshot changes at kitdiff

@emilk
emilk merged commit 5904296 into main Jun 2, 2026
11 of 12 checks passed
@emilk
emilk deleted the emilk/f32 branch June 2, 2026 07:55
@emilk emilk mentioned this pull request Sep 18, 2026
1 task
emilk added a commit that referenced this pull request Sep 18, 2026
Replaces the last two `impl Into<Id>` parameters with plain `Id`,
matching `Plot::id` and the earlier `impl Into<f32>` cleanup in:

* #249

Also documents that the group id must be globally unique, and that the
very same id must be passed to each plot you want linked. Both link
groups live in a single app-wide store keyed by that id, so a colliding
id silently links unrelated plots.

* [x] I have followed the instructions in the PR template

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

include in changelog This change will be included in the changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant