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

[simdjson] Update to 0.9.7 #19370

Merged
merged 2 commits into from
Aug 10, 2021
Merged

[simdjson] Update to 0.9.7 #19370

merged 2 commits into from
Aug 10, 2021

Conversation

myd7349
Copy link
Contributor

@myd7349 myd7349 commented Aug 5, 2021

Describe the pull request

  • What does your PR fix?

    Fixes #...

  • Which triplets are supported/not supported? Have you updated the CI baseline?

    <all / linux, windows, ...>, <Yes/No>

  • Does your PR follow the maintainer guide?

    Your answer

  • If you have added/updated a port: Have you run ./vcpkg x-add-version --all and committed the result?

    <Yes / I am still working on this PR>

If you are still working on the PR, open it as a Draft: https://github.blog/2019-02-14-introducing-draft-pull-requests/

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 fa43004f0c20e37a2564701d25c5b1226cc91855 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index e0d2c77..83a3f93 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -5857,7 +5857,7 @@
       "port-version": 0
     },
     "simdjson": {
-      "baseline": "0.9.6",
+      "baseline": "0.9.7",
       "port-version": 0
     },
     "simple-fft": {
diff --git a/versions/s-/simdjson.json b/versions/s-/simdjson.json
index 8570d57..e3fb5db 100644
--- a/versions/s-/simdjson.json
+++ b/versions/s-/simdjson.json
@@ -1,5 +1,10 @@
 {
   "versions": [
+    {
+      "git-tree": "9f3cbe33b4ec739d22f7549f1b73846067f78d84",
+      "version": "0.9.7",
+      "port-version": 0
+    },
     {
       "git-tree": "b913c5ecbf889a46c809032952c348605a78a391",
       "version": "0.9.6",

@JonLiu1993 JonLiu1993 self-assigned this Aug 5, 2021
@JonLiu1993 JonLiu1993 added the category:port-update The issue is with a library, which is requesting update new revision label Aug 5, 2021
@myd7349 myd7349 marked this pull request as ready for review August 6, 2021 10:20
@JonLiu1993 JonLiu1993 added the info:reviewed Pull Request changes follow basic guidelines label Aug 9, 2021
@JonLiu1993
Copy link
Member

All features are tested successfully in the following triplet:

  • x86-windows
  • x64-windows
  • x64-windows-static

@dan-shaw dan-shaw merged commit 464bd04 into microsoft:master Aug 10, 2021
@myd7349 myd7349 deleted the simdjson-v0.9.7 branch August 10, 2021 10:00
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:reviewed Pull Request changes follow basic guidelines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants