-
Couldn't load subscription status.
- Fork 1.4k
History #1
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
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
through abstract type of InstanceOfModule
yield 5% perf improvement in benchmarks.
hence more lightweight classes, faster compile.
…r Fiber; refactor test to use fiber append
jdegoes
referenced
this pull request
in jdegoes/zio
Jul 28, 2018
Various improvements to Retry strategies
neko-kai
added a commit
that referenced
this pull request
May 30, 2019
* ZIO POC #1 * Add Fiber Ancestry trace * noticket comment mutable Spec * Decorate Exit.Cause with traces on Fail in RTS * Exclude Exit.Cause.trace field from equals/hashCode (???) * wrap ZIO.const * Fail now takes a stack trace gen * Add Refail and decorate foreachPar/racePar APIs with it * fixup trace for `blocking.blocking`, reduce uses for ZIO.identityFn for better traces, add a traceEffects switch * Obey Platform-level TracingConfig. unblock scala.js version. * re-enable inlining by fixing typo in scalac options * enable inlining for `internal` package only (interferes with traces) * Add inheritable tracing regions. Craft .bracket* traces, optimize global cache * cache reflection failuires; .intern() strings after substitutions; refail in raceBoth & raceAttempt; Add AsmTracer vs. AkkaTracer benchmar; Add IODeepLeftBindBenchmark * refactor ZTrace printing; always show FiberId; do not trace EffectTotal/With continuation if effect failed * Always mention Execution trace / stack trace in ZTrace pretty print, even if empty. * Use must_=== instead of throwA to ignore traces in test equality * Move stacktraces spec to 2.12+ only * Add Akka licence notice, move global cache under Tracer object * fix imports * ringbuffer fixed * cleanups * scalafmt * Extend StacktracesSpec; put future trace on top in pretty print; remove FiberAncestry class; * Fix stack traces for FlatMap's Effect* happy path; extend suite with regressions * Add lambda wrapping for folM, catchAll and catchSome * remove duplicate interrupt tests in RTSSpec * Repalce Refail and trace fields with Cause.Traced! * merge fixes * traceExec/Stack as vals in FiberContext * Pack tracing fields in Platform into Tracing case class * fmt * add newlines between ring buffer fields * remove comment in AsmTracer * fix TwitterSpec * add lambda wrapping for fold/tapError/mapError/bimap/tapBothorElse/zipWith * fmt * restrict StacktracesSpec to 2.12-2.13 only (no dotty) * increase timeouts in ZManagedSpec as a workaround (should use latches) * fmt * reposition sleep in TwitterSpec * unused import * tweak TwitterSpec * Symmetric equals for Cause.Traced * AkkaTracer -> AkkaLineNumbersTracer * remove null in Js.PlatformLive * remove dead code & add apache licence headers * post-merge fixup * Add CheckTracing * optimize recordTrace * add final * add pushContinuation
regiskuckaertz
pushed a commit
that referenced
this pull request
Sep 21, 2019
* Migrate all tests to ZIO Test #1647 - ExecutorSpec * Migrate all tests to ZIO Test #1647 - ExecutorSpec, patch #2 * Migrate all tests to ZIO Test #1647 - ExecutorSpec, patch #3 * Migrate all tests to ZIO Test #1647 - ExecutorSpec, patch #4 * #1647-ExecutorSpec * Migrate all tests to ZIO Test #1647 - ExecutorSpec, patch #5 * Migrate all tests to ZIO Test #1647 - ExecutorSpec, patch #6 * Migrate all tests to ZIO Test #1647 - ExecutorSpec, patch #7
bogdanmanate
pushed a commit
to bogdanmanate/zio
that referenced
this pull request
Mar 23, 2020
Tests for dumpStr
2 tasks
adamgfraser
pushed a commit
that referenced
this pull request
Mar 23, 2023
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.
It isn't even a project yet, just a premature PR to have some initial content whilst retaining the history from the mono-repo