-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
[fast-float] Update version to v3.2.0 #21447
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 --all
Diff
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
},
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 --all
Diff
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
},
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 --all
Diff
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 --all
Diff
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
},
Fix #21428
Update fast-float to the latest version 3.2.0
Note: No feature needs to test.