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

Fix tracing-subscriber missing regex features issue #2618

Merged
merged 2 commits into from
Apr 21, 2023

Conversation

jjant
Copy link
Contributor

@jjant jjant commented Apr 21, 2023

Description

See #2619.


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Workaround until tokio-rs/tracing#2566
fixes this.
@jjant jjant requested a review from a team as a code owner April 21, 2023 14:51
@jjant jjant requested a review from crisidev April 21, 2023 15:10
@jjant jjant changed the title Fix regex-tracing-subscriber missing feature issue Fix regex-tracing-subscriber missing features issue Apr 21, 2023
@jjant jjant changed the title Fix regex-tracing-subscriber missing features issue Fix tracing-subscriber missing regex features issue Apr 21, 2023
@crisidev crisidev added this pull request to the merge queue Apr 21, 2023
@github-actions
Copy link

A new generated diff is ready to view.

A new doc preview is ready to view.

Merged via the queue into main with commit dd517bc Apr 21, 2023
@crisidev crisidev deleted the jjant/fix-tracing-regex-error branch April 21, 2023 16:02
alexjg added a commit to automerge/automerge that referenced this pull request Apr 22, 2023
Due to a series of unfortunate events involving feature resoution and
the tracing-subscriber and regex crates, the tracing-subscriber
integration in our tests was crashing. This is detailed here:
smithy-lang/smithy-rs#2618

For now we work around this by adding a dev dependency on regex which
enables the required features. tracing-subscriber will be updated
shortly and then we will need to get the updated tracing-subscriber into
test-log and then we can relax.
unexge pushed a commit that referenced this pull request Apr 24, 2023
## Description
See #2619. 

----

_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._
rcoh pushed a commit that referenced this pull request Apr 24, 2023
## Description
See #2619. 

----

_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants