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

Go: Convert fasthttp sources to MaD #16960

Merged
merged 8 commits into from
Jul 17, 2024

Conversation

owen-mc
Copy link
Contributor

@owen-mc owen-mc commented Jul 11, 2024

Convert sources from fasthttp to MaD.

I don't believe this needs a change note.

@owen-mc owen-mc added the no-change-note-required This PR does not need a change note label Jul 11, 2024
@owen-mc owen-mc requested a review from a team as a code owner July 11, 2024 13:39
@github-actions github-actions bot added the Go label Jul 11, 2024
Copy link
Contributor

github-actions bot commented Jul 11, 2024

⚠️ The head of this PR and the base branch were compared for differences in the framework coverage reports. The generated reports are available in the artifacts of this workflow run. The differences will be picked up by the nightly job after the PR gets merged.

Click to show differences in coverage

go

Generated file changes for go

  • Changes to framework-coverage-go.rst:
-    `fasthttp <https://github.com/valyala/fasthttp>`_,``github.com/valyala/fasthttp*``,,5,
+    `fasthttp <https://github.com/valyala/fasthttp>`_,``github.com/valyala/fasthttp*``,50,5,
-    Totals,,204,902,25
+    Totals,,254,902,25
  • Changes to framework-coverage-go.csv:
- github.com/valyala/fasthttp,,,5,,,,5,
+ github.com/valyala/fasthttp,,50,5,,,50,5,

@owen-mc owen-mc requested a review from egregius313 July 11, 2024 13:49
egregius313
egregius313 previously approved these changes Jul 11, 2024
Copy link
Contributor

@egregius313 egregius313 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, pending fixing the provenance numbers in the test cases

@owen-mc owen-mc force-pushed the go/mad-sources-fasthttp branch 2 times, most recently from 9d6a159 to a12108c Compare July 17, 2024 11:01
In MaD, `Argument[n]` corresponds to the post-update node of the
argument, which in the old version of the test will be the definition of
`dstReader` for the tests for `ReadBody`, `ReadLimitBody`,
`ContinueReadBodyStream`, `ContinueReadBody`.
It is not supported yet.
Copy link
Contributor

@egregius313 egregius313 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@owen-mc owen-mc merged commit 433137a into github:main Jul 17, 2024
13 checks passed
@owen-mc owen-mc deleted the go/mad-sources-fasthttp branch July 17, 2024 20:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Go no-change-note-required This PR does not need a change note
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants