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

Adapt latest changes in Tauri v2 Beta #109

Merged
merged 5 commits into from
Jul 31, 2024

Conversation

reyamir
Copy link
Contributor

@reyamir reyamir commented Jul 19, 2024

No description provided.

@kareemmahlees
Copy link
Contributor

@oscartbeaumont anything stopping this from being merged ? I would love to help as I am currently stuck with compile errors because tauri-specta is locked to an older version of tauri!

@Brendonovich
Copy link
Collaborator

I think these implementations should use Emitter and Listener instead of Manager, I'll get it fixed up then this can be released after we fix tauri's specta integration

@oscartbeaumont oscartbeaumont linked an issue Jul 23, 2024 that may be closed by this pull request
@oscartbeaumont
Copy link
Member

oscartbeaumont commented Jul 30, 2024

(The latest Tauri releases bumps the minimum Specta version due to a bug so both need to be upgraded and Specta went through some major breaking changes)

Blocking merge:

  • Fix error handling (will require more work in Specta's core since we dropped DataType::Result)
  • Get examples running (it's saying 404 index.html for no clear reason)
  • Fix plugin example
  • Release Specta with fixes & drop patches to my local filesystem + bump version again

I will hopefully get this stuff sorted in the next couple of days.

@oscartbeaumont oscartbeaumont merged commit afe62fd into specta-rs:main Jul 31, 2024
0 of 4 checks passed
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.

Remove ManagerExt trait
4 participants