[fast-float] Update version to v3.2.0#21447
Merged
vicroms merged 10 commits intomicrosoft:masterfrom Nov 20, 2021
FrankXie05:dev/Frank/fast-float
Merged
[fast-float] Update version to v3.2.0#21447vicroms merged 10 commits intomicrosoft:masterfrom FrankXie05:dev/Frank/fast-float
vicroms merged 10 commits intomicrosoft:masterfrom
FrankXie05:dev/Frank/fast-float
Conversation
added 2 commits
November 15, 2021 17:15
There was a problem hiding this comment.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout a7ad120c8d22ee811801b02f8189b211e4b781c9 -- versions
./vcpkg x-add-version --allDiff
diff --git a/versions/f-/fast-float.json b/versions/f-/fast-float.json
index a76a08b..66373c3 100644
--- a/versions/f-/fast-float.json
+++ b/versions/f-/fast-float.json
@@ -1,7 +1,7 @@
{
"versions": [
{
- "git-tree": "78413dd1f72953838f1c12c0d92355208e3bdbbb",
+ "git-tree": "9069d9b8ca77e26d96ebc933e30b4d7d7ff55f64",
"version-string": "3.2.0",
"port-version": 0
},
added 2 commits
November 15, 2021 18:57
There was a problem hiding this comment.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout a7ad120c8d22ee811801b02f8189b211e4b781c9 -- versions
./vcpkg x-add-version --allDiff
diff --git a/versions/f-/fast-float.json b/versions/f-/fast-float.json
index 54ba2fb..a2956a4 100644
--- a/versions/f-/fast-float.json
+++ b/versions/f-/fast-float.json
@@ -1,7 +1,7 @@
{
"versions": [
{
- "git-tree": "e74b53ea8302ebc7df82496afcbf4bac62914912",
+ "git-tree": "205a065ba9b2de559c5588f4e39b3bef604b90fe",
"version": "3.2.0",
"port-version": 0
},
PhoebeHui
reviewed
Nov 17, 2021
PhoebeHui
reviewed
Nov 17, 2021
There was a problem hiding this comment.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
All manifest files must be formatted
./vcpkg format-manifest ports/*/vcpkg.json
Diff
diff --git a/ports/fast-float/vcpkg.json b/ports/fast-float/vcpkg.json
index 88436c9..b2155a2 100644
--- a/ports/fast-float/vcpkg.json
+++ b/ports/fast-float/vcpkg.json
@@ -3,14 +3,14 @@
"version": "3.2.0",
"description": "Fast and exact implementation of the C++ from_chars functions for float and double types: 4x faster than strtod",
"homepage": "https://github.com/fastfloat/fast_float",
- "dependencies":[
- {
- "name": "vcpkg-cmake",
- "host": true
- },
- {
- "name": "vcpkg-cmake-config",
- "host": true
- }
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
]
}After committing all other changes, the version database must be updated
git add -u && git commit
git checkout a7ad120c8d22ee811801b02f8189b211e4b781c9 -- versions
./vcpkg x-add-version --allDiff
diff --git a/versions/f-/fast-float.json b/versions/f-/fast-float.json
index a2956a4..b650092 100644
--- a/versions/f-/fast-float.json
+++ b/versions/f-/fast-float.json
@@ -1,7 +1,7 @@
{
"versions": [
{
- "git-tree": "205a065ba9b2de559c5588f4e39b3bef604b90fe",
+ "git-tree": "35d092d34e90e4cf0d3309f79d25fb0db65f2b66",
"version": "3.2.0",
"port-version": 0
},There was a problem hiding this comment.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout a7ad120c8d22ee811801b02f8189b211e4b781c9 -- versions
./vcpkg x-add-version --allDiff
diff --git a/versions/f-/fast-float.json b/versions/f-/fast-float.json
index a2956a4..b650092 100644
--- a/versions/f-/fast-float.json
+++ b/versions/f-/fast-float.json
@@ -1,7 +1,7 @@
{
"versions": [
{
- "git-tree": "205a065ba9b2de559c5588f4e39b3bef604b90fe",
+ "git-tree": "35d092d34e90e4cf0d3309f79d25fb0db65f2b66",
"version": "3.2.0",
"port-version": 0
},
added 2 commits
November 18, 2021 19:00
NancyLi1013
approved these changes
Nov 19, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix #21428
Update fast-float to the latest version 3.2.0
Note: No feature needs to test.