-
Couldn't load subscription status.
- Fork 1.4k
Fix generated 2.x version on web site #5810
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* implement zstream#mergesortedbykey * rename * add variants
* Update scalafmt-core to 3.0.4 * Reformat with scalafmt 3.0.4
* shared layers * fix typo * fix compilation error * fix test * fix version specific issue * rename * generalize
* implement unwrap * deprecate ZSink.managed * reimplement managed * fix test
Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Renovate Bot <[email protected]>
* Introduce Gunzip that uses ZChannel * minor cleanup * Update to recent 2.x changes * Fix some deprecations Co-authored-by: Daniel Vigovszky <[email protected]>
* implement ZSink#iso decoders * implement ZStream#mkString * implement iso8859_1 decode and utfDecode * Update to latest 2.x version and some cleanup * Removed broken scaladoc links Co-authored-by: Daniel Vigovszky <[email protected]>
Co-authored-by: Daniel Vigovszky <[email protected]>
* Add ZStream.fromFile and others * Fix some deprecations * Use different ports for socket tests than in the non-experimental tests Co-authored-by: Daniel Vigovszky <[email protected]>
* Implement ZChannel.mergeAllWith * Ignore flaky finalizer ordering tests temporarily * Change sample count of zipAllSortedByKeyExecWith Co-authored-by: Daniel Vigovszky <[email protected]>
* short introduction to zio aspects. * fix mdoc failure.
* scala3 * propagate tracing information
* implement asScheduledExecutorService * fix documentation * remove unused import * fix serialization issue * fix platform specific issues * blocking * cleanup
* document logging section. # Conflicts: # docs/datatypes/core/zio/zio.md * document debugging section.
* initial work * delete arrayIterator
Co-authored-by: Renovate Bot <[email protected]>
* add tamer to community * Address review * wrong code to compile * copy paste from scalameta.org https://scalameta.org/mdoc/docs/modifiers.html#compile-only * add tamer to the community page Notably this adds confluent as a resolver: only clients are pulled. Clients are licenced under Apache 2.0 so there should be no problem. Furthermore some adaptation are made since circe seems to be in the classpath, making implicit resolution ambiguous.
* initial work * make opt in * make runtimeconfigaspect
* implement chunkiterator * optimize * fix compiler crash * fix compilation error * fix benchmarks * fix warning
* ignore build metadata. * ignore snapshot releases.
…ntial growing boundaries (zio#5778) * Adding helper methods to create histogram buckets * Correcting compile issues * Added the Boundaries object and added it to the user facing API * Moving Histogram Boundaries to Companion object of Histogram * Update method names, correct documentation * rename one more method and handle the last bucket value in one place only.
* Scala 3.1 * Normalize Scala directory names * Scala 3.0.2 * move to standard Scala directories * Scala 3.1.0 * fix ci.yml
adamgfraser
approved these changes
Oct 21, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This should fix the generated version for 2.x on the website.
Also extracted the ci step to check whther the is generatable into its own script