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

Update iced tasks 0.9.2 #1197

Merged
merged 2 commits into from
Nov 10, 2023

Fix IcedTask namespace changes

a26f22e
Select commit
Loading
Failed to load commit list.
Merged

Update iced tasks 0.9.2 #1197

Fix IcedTask namespace changes
a26f22e
Select commit
Loading
Failed to load commit list.
Deleted GitHub App / Copilot for PRs succeeded Nov 10, 2023 in 23s

Analysis complete

Summary

This pull request updates the AdaptiveExtensions module to use a more consistent and descriptive type name, and fixes some minor documentation issues. It also upgrades the IcedTasks package to the latest version for better reliability and performance.

Walkthrough

  • Update IcedTasks dependency to version 0.9.2 in paket.dependencies file (link)
  • Rename CancellableTaskBuilderBase to CancellableTaskBase to match the new name in IcedTasks library in AdaptiveExtensions module (link, link)
  • Correct comment for addOrUpdate method of ChangeableHashMap type to use the correct names of changeable types in AdaptiveExtensions module (link, link)

Poem

Sing, O Muse, of the valiant deeds of the F# heroes
Who with skill and wisdom updated their code dependencies
And fixed the errors and typos in their AdaptiveExtensions
The splendid module that aids them in their tasks and computations

Emoji

📦📝🔧

Include these descriptions in your pull request description by including the following marker tags:

  • copilot:all: all the content, in one go
  • copilot:summary: a one paragraph summary of the code changes
  • copilot:walkthrough: a step by step walkthrough of the code changes
  • copilot:poem: a poem about the code changes!
  • copilot:emoji: three emoji that capture the changes

Feedback is welcome. Simply add a comment to this PR of the form /copilot feedback [your comments here].

Details

Copilot for PRs is a limited technical preview from GitHub Next.

It's aim is to make it easier to write pull request descriptions by providing automatically generated suggestions based on the code changes.

To find out more go to https://githubnext.com/projects/copilot-for-pull-requests or come and chat with us on Discord

Progress:

File Status Duration
Summary & Walkthrough ✅ Finished 21.3 seconds
paket.dependencies ✅ Finished 14.7 seconds
src/FsAutoComplete.Core/AdaptiveExtensions.fs ✅ Finished 16.1 seconds
src/FsAutoComplete.Core/AdaptiveExtensions.fsi ✅ Finished 16.1 seconds