Hoàng

Results 3 issues of Hoàng

As discussed in #103, this is the implementation of `SplitByType` macro for observable. The macro will expand into `match/case` definition, so it can takes advantage of exhaustive and reachable checking...

/claim #9093 This PR attempts to optimize ZIO `Semaphore` implementation by: - [x] Switched from `Promise` to a dumb-ed down `Waiter` object, this eliminate `Promise` spin wait. - [x] Implemented...

🙋 Bounty claim

Add `testQuick` command that leverage `CallGraphAnalysis`. This pull request introduces the `testQuick` command, which utilizes `CallGraphAnalysis`. The following changes have been implemented: - The outputs of `CallGraphAnalysis` now include `invalidClassNames`,...