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

[fast-float] Update version to v3.2.0 #21447

Merged
merged 10 commits into from
Nov 20, 2021
Merged

[fast-float] Update version to v3.2.0 #21447

merged 10 commits into from
Nov 20, 2021

Conversation

FrankXie05
Copy link
Contributor

@FrankXie05 FrankXie05 commented Nov 16, 2021

Fix #21428

Update fast-float to the latest version 3.2.0

Note: No feature needs to test.

Copy link

@github-actions github-actions bot left a 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
     },

Copy link

@github-actions github-actions bot left a 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
     },

@NancyLi1013 NancyLi1013 added info:internal This PR or Issue was filed by the vcpkg team. category:port-bug The issue is with a library, which is something the port should already support category:port-update The issue is with a library, which is requesting update new revision and removed category:port-bug The issue is with a library, which is something the port should already support labels Nov 16, 2021
Copy link

@github-actions github-actions bot left a 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
     },

@PhoebeHui PhoebeHui marked this pull request as draft November 18, 2021 10:46
Copy link

@github-actions github-actions bot left a 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
     },

@NancyLi1013 NancyLi1013 marked this pull request as ready for review November 19, 2021 05:54
@NancyLi1013 NancyLi1013 added the info:reviewed Pull Request changes follow basic guidelines label Nov 19, 2021
@vicroms vicroms merged commit 709e9ec into microsoft:master Nov 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-update The issue is with a library, which is requesting update new revision info:internal This PR or Issue was filed by the vcpkg team. info:reviewed Pull Request changes follow basic guidelines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[fast-float] Update to 3.2.0
4 participants