Skip to content

update linter version#3355

Merged
IntegratedQuantum merged 1 commit into
PixelGuys:masterfrom
Wunka:updateLinter
Jul 11, 2026
Merged

update linter version#3355
IntegratedQuantum merged 1 commit into
PixelGuys:masterfrom
Wunka:updateLinter

Conversation

@Wunka

@Wunka Wunka commented Jul 11, 2026

Copy link
Copy Markdown
Contributor

@Wunka Wunka moved this to High Priority in PRs to review Jul 11, 2026
Comment thread src/utils/Futex.zig
// There's a wait queue on the address; get the queue head and tail.
const head: *Waiter = @fieldParentPtr("node", entry_node);
const tail = head.tail orelse unreachable;
const tail = head.tail.?;

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.

I'm so happy once we can remove these Zig files again

@IntegratedQuantum

Copy link
Copy Markdown
Member

Also when making a linter update, I'd suggest to also reference the related PR.

@IntegratedQuantum IntegratedQuantum merged commit f92a409 into PixelGuys:master Jul 11, 2026
1 check passed
@Wunka Wunka deleted the updateLinter branch July 11, 2026 08:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants