-
Notifications
You must be signed in to change notification settings - Fork 93
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: PolyMeilex/rfd
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.15.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: PolyMeilex/rfd
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.15.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 16 files changed
- 5 contributors
Commits on Nov 23, 2024
-
Bugfix: Fail to dismiss the Message Dialog merely in MacOS (#223)
* 1. Bug phenomenon: Only in MacOS, the Message Dialog originating from the command-line context fails to dismissing itself posterior to click the button "OK". 2. Solution: If the parent-window handle is absent during the initialization of the MessageDialog instance, the ABI `CFUserNotificationDisplayAlert` will be invoked to pop up a message dialog, instead of instantiate a NSAlert instance. 3. Ramification: Only message dialog for MacOS 4. Unit Test: cover both sync and async message dialogs and run the unit test by `cargo run --example msg` * 删除无用的 pub 可见性标记 * @PolyMeilex is right. Accordingly, I made the following enhancements: 1. Remove the conditional dependency on the `futures` crate. 2. Relinquish the heavy thread-pool instrument. 3. Spawn a background thread by means of the std lib. * delete the temporary variable `win` by moving `self.parent.as_ref()` into `ModalFuture::new(..)` * Add a new conditional branch for awaiting timeout.
Configuration menu - View commit details
-
Copy full SHA for c7c9537 - Browse repository at this point
Copy the full SHA c7c9537View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0177c1e - Browse repository at this point
Copy the full SHA 0177c1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2787c56 - Browse repository at this point
Copy the full SHA 2787c56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d09f55 - Browse repository at this point
Copy the full SHA 3d09f55View commit details
Commits on Nov 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7c99656 - Browse repository at this point
Copy the full SHA 7c99656View commit details
Commits on Nov 28, 2024
-
1
Configuration menu - View commit details
-
Copy full SHA for 81e0dd3 - Browse repository at this point
Copy the full SHA 81e0dd3View commit details
Commits on Jan 3, 2025
-
Configuration menu - View commit details
-
Copy full SHA for bee6126 - Browse repository at this point
Copy the full SHA bee6126View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ab069c - Browse repository at this point
Copy the full SHA 6ab069cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a846f86 - Browse repository at this point
Copy the full SHA a846f86View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.15.1...0.15.2