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

Some tiny doc fixes. #2884

Merged
merged 1 commit into from
Jun 6, 2024
Merged

Some tiny doc fixes. #2884

merged 1 commit into from
Jun 6, 2024

Conversation

sullivan-
Copy link
Contributor

When I try the ExampleSpec as-is in 3.0.0-RC8, I get something like:

[warn] -- Deprecation Warning: /home/sully/w/badux/src/test/scala/badux/rest/BaduxApiSpec.scala:38:27 ---------------------------------------------------------------------
[warn] 38 |      val app = Handler.ok.toHttpApp
[warn]    |                ^^^^^^^^^^^^^^^^^^^^
[warn]    |                method toHttpApp in trait Handler is deprecated since 3.0.0-RC7: Use toRoutes instead. Will be removed in the next release.
[warn] one warning found

@sullivan- sullivan- force-pushed the petty-doc-fixes branch 2 times, most recently from 9ab631d to 58d0846 Compare June 6, 2024 14:27
@sullivan-
Copy link
Contributor Author

testing-http-apps.md currently occurs under both tutorials and guides. #2838 prefers the version in guides. I'll leave my tiny changes in both locations for now.

When I try the `ExampleSpec` as-is in `3.0.0-RC8`, I get something like:

```
[warn] -- Deprecation Warning: /home/sully/w/badux/src/test/scala/badux/rest/BaduxApiSpec.scala:38:27 ---------------------------------------------------------------------
[warn] 38 |      val app = Handler.ok.toHttpApp
[warn]    |                ^^^^^^^^^^^^^^^^^^^^
[warn]    |                method toHttpApp in trait Handler is deprecated since 3.0.0-RC7: Use toRoutes instead. Will be removed in the next release.
[warn] one warning found```
@jdegoes jdegoes merged commit c23fc3d into zio:main Jun 6, 2024
33 checks passed
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