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

Remove env_logger from workspace. #1673

Closed
wants to merge 2 commits into from

Conversation

hdost
Copy link
Contributor

@hdost hdost commented Apr 21, 2024

We don't want to include it in the top level workspace as it interferes with MSRV, and doesn't provide benefit.

Also bump to 0.11 in example.

Relates #1546,#1554

Merge requirement checklist

  • CONTRIBUTING guidelines followed
  • Unit tests added/updated (if applicable)
  • Appropriate CHANGELOG.md files updated for non-trivial, user-facing changes
  • Changes in public API reviewed (if applicable)

@hdost hdost requested a review from a team as a code owner April 21, 2024 18:17
- We don't want to include it in the top level workspace as it interferes
  with MSRV, and doesn't provide benefit.
- For MSRV check we just run check.
- Also bump to 0.11 in example.

Relates open-telemetry#1546,open-telemetry#1554
@@ -93,9 +93,9 @@ jobs:
run: ./scripts/patch_dependencies.sh
- name: Run tests
Copy link
Member

Choose a reason for hiding this comment

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

the "Run tests" can be renamed to something more apt to reflect the proposed change.

Copy link
Contributor Author

@hdost hdost left a comment

Choose a reason for hiding this comment

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

Apparently still some weirdness with the versions

@@ -11,4 +11,4 @@ opentelemetry-jaeger = { path = "../.." }
opentelemetry_sdk = { path = "../../../opentelemetry-sdk" }
actix-web = "4.1"
actix-service = "2"
env_logger = "0.10.0"
env_logger = "0.11.0"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Suggested change
env_logger = "0.11.0"
env_logger = "0.10.0"

@@ -93,9 +93,9 @@ jobs:
run: ./scripts/patch_dependencies.sh
- name: Run tests
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Suggested change
- name: Run tests
- name: Check MSRV compatible

@cijothomas
Copy link
Member

Closing as this got covered via other PRs removing jaeger itself!
Also msrv check is modified via #1826

@cijothomas cijothomas closed this May 24, 2024
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.

None yet

3 participants