Skip to content

Conversation

grdsdev
Copy link
Contributor

@grdsdev grdsdev commented Jul 2, 2025

Summary

This PR addresses a compilation issue that occurs when using within a MainActor-isolated context. The method in has been updated to ensure conformance, allowing it to be safely used in concurrent environments.

Changes

  • Modified to add conformance to the generic type in the method.
  • Added to the file.

Testing

  1. Compile the project with the updated code.
  2. Verify that the compilation error related to conformance is resolved.

Fixes #739

@coveralls
Copy link

coveralls commented Jul 2, 2025

Pull Request Test Coverage Report for Build 16527740363

Details

  • 6 of 6 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.01%) to 76.619%

Totals Coverage Status
Change from base Build 16421359102: 0.01%
Covered Lines: 5312
Relevant Lines: 6933

💛 - Coveralls

@grdsdev grdsdev marked this pull request as draft July 8, 2025 11:32
@grdsdev grdsdev marked this pull request as ready for review July 25, 2025 17:17
@grdsdev grdsdev force-pushed the guilherme/clibs-227-supabaseclientexecute-fails-to-compile-inside-mainactor branch from f03a878 to c6ce229 Compare July 25, 2025 17:18
@grdsdev grdsdev closed this Jul 25, 2025
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.

SupabaseClient.execute() fails to compile inside @MainActor`
2 participants