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

Make perception checks configurable #16

Merged
merged 1 commit into from
Jan 12, 2024
Merged

Conversation

stephencelis
Copy link
Member

Perception checking can be expensive, so let's give folks to the option to toggle it off when developing.

Perception checking can be expensive, so let's give folks to the option
to toggle it off when developing.
@@ -118,11 +118,11 @@ extension WithPerceptionTracking: TableColumnContent where Content: TableColumnC
self.content = content
}

public var tableColumnBody: Never {
nonisolated public var tableColumnBody: Never {
Copy link
Member Author

Choose a reason for hiding this comment

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

A few stray warnings I noticed with concurrency warnings on.

@stephencelis stephencelis merged commit 41581ed into main Jan 12, 2024
1 check passed
@stephencelis stephencelis deleted the configurable-checking branch January 12, 2024 22:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants