-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Less statics #14668
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
base: dev
Are you sure you want to change the base?
Less statics #14668
Conversation
Package Changes Through ee5d876There are 4 changes which include tauri-utils with patch, tauri-build with patch, tauri-cli with patch, tauri with patch Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
|
Any chance to run CI automatically on my PRs? Would make iteration much faster, I often miss things built only on other platforms. |
That decision will probably take longer to discuss than your pr will be open x) |
ee5a7b4 to
a1b4415
Compare
|
This is RFR |
…auri_dir) = tauri_dir tauri_dir.is_some() must be true, otherwise the entire block is not run, so the frontend_dir check is irrelevant
|
@FabianLars RFR |
|
Fixed next errors |
Yeah i totally get that. GitHub only offers us 2 options: Auto run workflows for everyone or only for those with write permissions. There's no way to give individuals workflow permissions without also giving write access to the repo. All in all very annoying. You could however enable workflow runs in your own fork (free of charge since it's open source) and open a second PR from your branch against your own fork's |
Didn't think of that, I'm not familiar with the workflows. |
|
whoops sorry, didn't mean to click on button... |
Work on refactoring the globals in tauri-cli. I think this is beneficial as-is,
but it is not quite finished.This still is missing a full transition towards lazy initializedtauri_dirandfrontend_dirwhile guaranteeing not to break anything, as discussed in this comment.Completed.
Read commit-by-commit.