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 Gen.instant when upper and lower bound second part are the same 1.x #7325

Merged
merged 1 commit into from
Sep 9, 2022

Conversation

strokyl
Copy link
Contributor

@strokyl strokyl commented Sep 8, 2022

No description provided.

@strokyl strokyl changed the base branch from series/2.x to series/1.x September 8, 2022 15:55
@@ -0,0 +1,30 @@
package zio.test
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I am pretty sure I am not suppose to put this test here.
Can you tell me where to put it?

Copy link
Contributor

Choose a reason for hiding this comment

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

I think you are looking for GenSpec.scala.

adamgfraser
adamgfraser previously approved these changes Sep 8, 2022
Copy link
Contributor

@adamgfraser adamgfraser left a comment

Choose a reason for hiding this comment

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

Looks like this just needs a format!

@strokyl
Copy link
Contributor Author

strokyl commented Sep 9, 2022

Looks like this just needs a format!

Done and I almost move my test to GenSpec

@strokyl strokyl changed the title Fix Gen.instant Fix Gen.instant when upper and lower bound second part are the same 1.x Sep 9, 2022
@adamgfraser adamgfraser merged commit 6d42e56 into zio:series/1.x Sep 9, 2022
adamgfraser pushed a commit that referenced this pull request Oct 17, 2022
* Fix Gen.instant (#7325)

* Make concatenation of empty chunks 600 times faster (#7396)

* Extend benchmark coverage of Chunk concatenation

* Improve performance of concatenation of empty Chunks

* replace unused identifier with _

* Improve Chunk concatenation performance when either chunk is empty. (#7399)

* Update things for Scala Native (still no running tests) (#7409)

* Scala Native: run tests

* Native: Run scala-native-loop in OneShot#get

* Native: Test / fork := false

* ci.yaml: testPlatforms on Scala 3

* ci.yaml: testPlatforms 180 min timeout

* ci.yaml: testPlatforms 360 min timeout

* ci.yaml: testPlatforms on Scala 3

* Update versions

* Update versions

* Update munit

* Update things for Scala Native (still no running tests)

* Update

* Scala 2.12.16, 2.13.8

* fix merge

Co-authored-by: LUC DUZAN <strokyl@users.noreply.github.com>
Co-authored-by: Rafał Sumisławski <rafal.sumislawski@gmail.com>
Co-authored-by: shawjef3 <shawjef3@gmail.com>
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

2 participants