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

accept owned strings in TestRequest::param #2172

Merged
merged 4 commits into from
Sep 8, 2021
Merged

Conversation

ibraheemdev
Copy link
Member

@ibraheemdev ibraheemdev commented Apr 19, 2021

PR Type

Feature

PR Checklist

  • Tests for the changes have been added / updated.
  • Documentation comments have been added / updated.
  • A changelog entry has been made for the appropriate packages.
  • Format code with the latest stable rustfmt.
  • (Team) Label with affected crates and semver status.

Overview

Blocked upstream on actix/actix-net#345
Closes #1921

@robjtede robjtede added A-web project: actix-web B-semver-major breaking change requiring a major version bump B-semver-minor and removed B-semver-major breaking change requiring a major version bump labels Jun 10, 2021
@robjtede
Copy link
Member

robjtede commented Jun 10, 2021

needs rebase, doc test addition of &'static str and String examples and changelog

@ibraheemdev ibraheemdev mentioned this pull request Jul 15, 2021
3 tasks
@MavenRain
Copy link

I just realized that this PR would unblock one on which I am currently working, which involves refactoring a unit test to use params calculated within the existing test.

@robjtede robjtede merged commit 8dd3061 into actix:master Sep 8, 2021
@ibraheemdev
Copy link
Member Author

@robjtede thanks for picking this up, sorry I've been a bit busy lately.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-web project: actix-web B-semver-minor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make TestRequest#param not use static lifetimes.
3 participants