-
-
Notifications
You must be signed in to change notification settings - Fork 302
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
Doc.rs of macOS and Windows aren't built #503
Comments
|
I already done that in the vibrancy plugin https://github.com/tauri-apps/tauri-plugin-vibrancy/blob/e4ffde2a9f87c666858a74afa15f73de8aaa3ca0/src/platform/windows.rs#L72 and lucas mentioned that we probably need to put all these utils in some sort of a crate. |
After a few test, I can confirm it's actually caused by objc_excpetion on macOS. |
@wusyong check with the auditors about that, anyway you could also just disable it when building for docs.rs |
The
Sounds like a reasonable tradeoff. EDIT: Nevermind the comment above :) Line 25 in 327a019
introduced the exception feature as default. |
The docs of Mac and Windows are missing after 0.13.
This is probably because of
thiserror
. Its recent patch version only generates linux target.And on Windows, it's also because of sys-info. Since it's only used for detecting windows 7, we could add our own helper function instead.
The text was updated successfully, but these errors were encountered: