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

Arrow 2.0 #2778

Merged
merged 190 commits into from
Apr 24, 2024
Merged

Arrow 2.0 #2778

merged 190 commits into from
Apr 24, 2024

Commits on Jul 29, 2022

  1. The beginning of Arrow 2.0

    serras committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    ed7f470 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. Configuration menu
    Copy the full SHA
    b164746 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2022

  1. Configuration menu
    Copy the full SHA
    7cc8335 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. Configuration menu
    Copy the full SHA
    2b809dc View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. Configuration menu
    Copy the full SHA
    a239424 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. Configuration menu
    Copy the full SHA
    9156985 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. Resource Arrow 2.0 (#2786)

    * Flatten Resource ADT, maintain API
    nomisRev authored Sep 1, 2022
    Configuration menu
    Copy the full SHA
    cfd44d9 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. [Arrow 2.0] Effect without suspending shift (#2797)

    * Shift without suspend, inline all the rest
    * Add new error handlers signatures
    * Make ShiftCancellationException private
    nomisRev authored Sep 2, 2022
    Configuration menu
    Copy the full SHA
    bf07694 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. Configuration menu
    Copy the full SHA
    770afcd View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Configuration menu
    Copy the full SHA
    e684586 View commit details
    Browse the repository at this point in the history
  2. Remove all references to shift from new Arrow 2.0 code (#2834)

    * Remove all references to shift from new code
    
    * Update API files
    nomisRev authored Oct 5, 2022
    Configuration menu
    Copy the full SHA
    6ec972f View commit details
    Browse the repository at this point in the history
  3. Fixes merge conflict between main and arrow-2 (#2835)

    * Add Resource.allocated() to decompose Resource into it's allocate and… (#2820)
    * [2743] Migrate internal use of CircuitBreaker double to duration (#2748)
    * Fix typo (#2824)
    * Make the server disconnect test more general (#2822)
    * Update NonEmptyList.fromList deprecation to suggest `toOption()` instead (#2832)
    * Improve Either.getOrHandle() docs (#2833)
    * Improve allocated, and fix knit examples
    Co-authored-by: Jeff Martin <[email protected]>
    Co-authored-by: Martin Moore <[email protected]>
    Co-authored-by: valery1707 <[email protected]>
    Co-authored-by: Lukasz Kalnik <[email protected]>
    Co-authored-by: stylianosgakis <[email protected]>
    nomisRev authored Oct 5, 2022
    Configuration menu
    Copy the full SHA
    c30621d View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. Configuration menu
    Copy the full SHA
    c5e122d View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Add Atomic module, and StateShift (#2817)

    * Two small deprecations
    
    * Add Atomic module, and StateShift. Implement ior through StateShift
    
    * Fix build
    
    * Fix atomic knit
    
    * Fix knit attempt #2
    
    * Update API files
    
    * Remove references to shift
    nomisRev authored Nov 17, 2022
    Configuration menu
    Copy the full SHA
    f4054c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a03760 View commit details
    Browse the repository at this point in the history
  3. Change return type of raise to Nothing (#2839)

    * Change return type of raise to Nothing
    
    Implements #2805
    
    * Update public api with ./gradlew apiDump
    
    * Suppress warnings for unreachable calls to fail in tests
    
    The test is verifying that no code will be executed after a call to
    raise, so it's actually testing the very behaviour that the compiler is
    warning us about.
    
    Co-authored-by: Alejandro Serrano <[email protected]>
    roomscape and serras authored Nov 17, 2022
    Configuration menu
    Copy the full SHA
    47b06a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1d42e60 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0df61a9 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2022

  1. Configuration menu
    Copy the full SHA
    6b583e5 View commit details
    Browse the repository at this point in the history
  2. Update API files

    serras committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    a927163 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. Increase timeout

    serras committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    b39de7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf45dad View commit details
    Browse the repository at this point in the history
  3. Clean up ExitCase.fromError

    nomisRev committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    7a472b8 View commit details
    Browse the repository at this point in the history
  4. Update API files@

    serras committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    48c7bd5 View commit details
    Browse the repository at this point in the history
  5. Feature/remove validated (#2795)

    Co-authored-by: Simon Vergauwen <[email protected]>
    Co-authored-by: Alejandro Serrano <[email protected]>
    3 people authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    fbba669 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2022

  1. Configuration menu
    Copy the full SHA
    44f1a93 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. Configuration menu
    Copy the full SHA
    a826d11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec03b3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5bb704d View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. Publish Arrow 2.0.0-SNAPSHOT (#2871)

    Co-authored-by: Javier Segovia Córdoba <[email protected]>
    nomisRev and JavierSegoviaCordoba authored Dec 13, 2022
    Configuration menu
    Copy the full SHA
    84ce8cb View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. Configuration menu
    Copy the full SHA
    4ed1b82 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. 'mapOrAccumulate' for Raise (#2872)

    Co-authored-by: Simon Vergauwen <[email protected]>
    serras and nomisRev authored Dec 22, 2022
    Configuration menu
    Copy the full SHA
    616d383 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2022

  1. Configuration menu
    Copy the full SHA
    f7b1b9d View commit details
    Browse the repository at this point in the history
  2. Fix problems with Atomic

    serras committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    5f90a74 View commit details
    Browse the repository at this point in the history
  3. Smaller timeouts

    serras committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    154658f View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Configuration menu
    Copy the full SHA
    15532c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    855d06b View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. Configuration menu
    Copy the full SHA
    5742086 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Configuration menu
    Copy the full SHA
    39e326f View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Configuration menu
    Copy the full SHA
    c83ff43 View commit details
    Browse the repository at this point in the history
  2. Revert typo

    nomisRev committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    d6b867b View commit details
    Browse the repository at this point in the history
  3. Fix build

    nomisRev committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    1aa6abe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    35dbcb9 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Configuration menu
    Copy the full SHA
    636d5d5 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Fix ParMapJvmTest

    nomisRev committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    ef44052 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Configuration menu
    Copy the full SHA
    f31897a View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Configuration menu
    Copy the full SHA
    f5d17c9 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Configuration menu
    Copy the full SHA
    1514b53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    facee3a View commit details
    Browse the repository at this point in the history
  3. Fix merge w.r.t. Saga

    serras committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    96108ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bee2a93 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2023

  1. Configuration menu
    Copy the full SHA
    9aa9438 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2023

  1. Configuration menu
    Copy the full SHA
    6d68d92 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Configuration menu
    Copy the full SHA
    d6cc3c8 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Configuration menu
    Copy the full SHA
    bbe6ca1 View commit details
    Browse the repository at this point in the history
  2. apiDump

    nomisRev committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    e718996 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4701064 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Configuration menu
    Copy the full SHA
    3761000 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Configuration menu
    Copy the full SHA
    a460c3b View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. change unalign signature (#2972)

    see discussion in
    #2960 (comment)
    #2960 (comment)
    
    ---------
    
    Co-authored-by: Alejandro Serrano <[email protected]>
    abendt and serras authored Mar 24, 2023
    Configuration menu
    Copy the full SHA
    1cdb549 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Configuration menu
    Copy the full SHA
    61d44a6 View commit details
    Browse the repository at this point in the history
  2. Update after merge main

    nomisRev committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    8f13a3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    206ab1d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a51bcb2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1e4daef View commit details
    Browse the repository at this point in the history
  6. Fix Every instances

    nomisRev committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    9ccb65d View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Configuration menu
    Copy the full SHA
    cb8def0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    531deb1 View commit details
    Browse the repository at this point in the history
  3. Bring back Iso (#3013)

    * Bring back Iso
    
    * API Dump
    
    ---------
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    serras and github-actions[bot] authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    9ba97f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1818340 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c1c7207 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Update BOM (#3019)

    nomisRev authored Apr 3, 2023
    Configuration menu
    Copy the full SHA
    b230b44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f410ec5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8da0682 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Configuration menu
    Copy the full SHA
    78ff657 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Configuration menu
    Copy the full SHA
    4ace23c View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2023

  1. Configuration menu
    Copy the full SHA
    badc063 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Configuration menu
    Copy the full SHA
    d0e0378 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Configuration menu
    Copy the full SHA
    f498770 View commit details
    Browse the repository at this point in the history
  2. Fix Knit

    serras committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    8a55a06 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Configuration menu
    Copy the full SHA
    a7c4c7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f93ac0a View commit details
    Browse the repository at this point in the history
  3. Update API docs

    serras committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    81adc52 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Configuration menu
    Copy the full SHA
    c3672f9 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Configuration menu
    Copy the full SHA
    094895b View commit details
    Browse the repository at this point in the history
  2. Update publish workflow

    Following the instructions in #3090 (comment)
    serras authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    6524b17 View commit details
    Browse the repository at this point in the history
  3. No closing repo on snapshot

    serras authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    1f4b2da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c3e7d7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8b80658 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Configuration menu
    Copy the full SHA
    0abf89d View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    da031aa View commit details
    Browse the repository at this point in the history
  2. knit

    nomisRev committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    797bcbe View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Fix optics tests

    nomisRev committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    e60b627 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    6a613fd View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Configuration menu
    Copy the full SHA
    8051d2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f022bb View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Fix after merge

    nomisRev committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    8bb1274 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    6955d01 View commit details
    Browse the repository at this point in the history
  2. Refactor ParMapTest from Kotest Plugin to Kotlin-test runtime #3191 (#…

    …3221)
    
    Co-authored-by: Simon Vergauwen <[email protected]>
    Co-authored-by: Alejandro Serrano <[email protected]>
    3 people authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    8f12894 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    281d397 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Refactor: Use Kotlin-test runtime for arrow-fx-stm tests (#3224)

    Co-authored-by: Alejandro Serrano <[email protected]>
    molikuner and serras authored Oct 25, 2023
    Configuration menu
    Copy the full SHA
    e75d31e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a44225 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6daa91a View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    335bd90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    edd0dd5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f384c5d View commit details
    Browse the repository at this point in the history
  4. refactor: migrate NotEmptySetTest to kotlin-test (#3230)

    Co-authored-by: Alejandro Serrano <[email protected]>
    milgner and serras authored Oct 26, 2023
    Configuration menu
    Copy the full SHA
    67f9c0f View commit details
    Browse the repository at this point in the history
  5. refactor: migrate EagerEffectSpec to kotlin-test (#3233)

    Co-authored-by: Alejandro Serrano <[email protected]>
    milgner and serras authored Oct 26, 2023
    Configuration menu
    Copy the full SHA
    72aabc2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    12b3ebf View commit details
    Browse the repository at this point in the history
  7. Refactor BracketCaseTest to use kotlin test (#3237)

    Closes #3186
    
    Co-authored-by: Alejandro Serrano <[email protected]>
    Gosunet and serras authored Oct 26, 2023
    Configuration menu
    Copy the full SHA
    402c280 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    24d7abc View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

  1. Configuration menu
    Copy the full SHA
    1fd3cbf View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

  1. Inline AtomicBoolean (#3240)

    * Inline AtomicBoolean
    
    * Update API files
    
    ---------
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    serras and github-actions[bot] authored Oct 29, 2023
    Configuration menu
    Copy the full SHA
    a6f1e73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b68bfc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2fa4f41 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    99b1bf0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fdf6e99 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6b794a9 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    bd5baa2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b6ce55 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Revert "Inline AtomicBoolean (#3240)" (#3279)

    This reverts commit a6f1e73.
    serras authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    1c9087d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1050868 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85c2000 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6bcb161 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4ff4722 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    092838f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b8595b0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1b8ec54 View commit details
    Browse the repository at this point in the history
  9. Refactor ParZip7JvmTest from Kotest Plugin to Kotlin-test runtime (#3247

    )
    
    Closes #3209
    
    Co-authored-by: Alejandro Serrano <[email protected]>
    chrsblck and serras authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    74a9222 View commit details
    Browse the repository at this point in the history
  10. Update ComparisonKtTest.kt (#3274)

    Co-authored-by: Simon Vergauwen <[email protected]>
    Tejas Mate and nomisRev authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    40fcd76 View commit details
    Browse the repository at this point in the history
  11. Update OptionSpec.kt (#3271)

    Co-authored-by: Simon Vergauwen <[email protected]>
    Tejas Mate and nomisRev authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    4e0846e View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. Configuration menu
    Copy the full SHA
    d15b5fc View commit details
    Browse the repository at this point in the history
  2. Update TraceJvmSpec.kt (#3276)

    * Update TraceJvmSpec.kt
    
    * Update TraceJvmSpec.kt
    
    ---------
    
    Co-authored-by: Simon Vergauwen <[email protected]>
    Tejas Mate and nomisRev authored Nov 4, 2023
    Configuration menu
    Copy the full SHA
    6117dc4 View commit details
    Browse the repository at this point in the history
  3. Update ParZip9Test.kt (#3265)

    * Update ParZip9Test.kt
    
    * Update ParZip9Test.kt
    Tejas Mate authored Nov 4, 2023
    Configuration menu
    Copy the full SHA
    162686d View commit details
    Browse the repository at this point in the history
  4. Update ParZip8Test.kt (#3266)

    Tejas Mate authored Nov 4, 2023
    Configuration menu
    Copy the full SHA
    b73aa22 View commit details
    Browse the repository at this point in the history
  5. Update ParZip7Test.kt (#3267)

    Tejas Mate authored Nov 4, 2023
    Configuration menu
    Copy the full SHA
    d38c768 View commit details
    Browse the repository at this point in the history
  6. Update ParZip6Test.kt (#3268)

    Tejas Mate authored Nov 4, 2023
    Configuration menu
    Copy the full SHA
    f72e042 View commit details
    Browse the repository at this point in the history
  7. Update ParZip5Test.kt (#3269)

    Tejas Mate authored Nov 4, 2023
    Configuration menu
    Copy the full SHA
    6aad57d View commit details
    Browse the repository at this point in the history
  8. Update ParZip4Test.kt (#3270)

    Tejas Mate authored Nov 4, 2023
    Configuration menu
    Copy the full SHA
    19d1a29 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Configuration menu
    Copy the full SHA
    d5caedd View commit details
    Browse the repository at this point in the history
  2. Refactor CountDownLatchSpec and CyclicBarrierSpec to use kotlin test (#…

    …3227)
    
    * Refactor CountDownLatchSpec to use kotlin test
    
    Closes #3187
    
    * Refactor CyclicBarrierSpec to use kotlin test
    
    Closes #3188
    
    ---------
    
    Co-authored-by: Alejandro Serrano <[email protected]>
    Gosunet and serras authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    d31a84b View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Refactor NonEmptyListTest to kotlin-test (#3231)

    * Add kotlin test dependency
    
    * Refactor NonEmptyList Test to use kotlin test
    
    ---------
    
    Co-authored-by: Alejandro Serrano <[email protected]>
    l2hyunwoo and serras authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    89163f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bcc46f3 View commit details
    Browse the repository at this point in the history
  3. Refactor FlowTest to use kotlin test (#3238)

    Closes #3189
    
    Co-authored-by: Alejandro Serrano <[email protected]>
    Gosunet and serras authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    e35d935 View commit details
    Browse the repository at this point in the history
  4. refactor: migrate IorSpec to kotlin-test (#3249)

    Co-authored-by: Simon Vergauwen <[email protected]>
    milgner and nomisRev authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    aa3402b View commit details
    Browse the repository at this point in the history
  5. refactor: migrate ResultSpec to kotlin-test (#3251)

    Co-authored-by: Simon Vergauwen <[email protected]>
    milgner and nomisRev authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    0cceefd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9cdb86a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    045572e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9e679ef View commit details
    Browse the repository at this point in the history
  9. Refactor RaceNJvmTest from Kotest Plugin to Kotlin-test runtime (#3261)

    Closes #3212
    
    Co-authored-by: Alejandro Serrano <[email protected]>
    chrsblck and serras authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    ec6ff88 View commit details
    Browse the repository at this point in the history
  10. Update ArrowResponseEAdapterTest.kt (#3264)

    * Update ArrowResponseEAdapterTest.kt
    
    * Update ArrowResponseEAdapterTest.kt
    
    ---------
    
    Co-authored-by: Simon Vergauwen <[email protected]>
    Co-authored-by: Alejandro Serrano <[email protected]>
    3 people authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    99a8e49 View commit details
    Browse the repository at this point in the history
  11. Update CollectionsSyntaxTests.kt (#3273)

    * Update CollectionsSyntaxTests.kt
    
    * Update CollectionsSyntaxTests.kt
    
    ---------
    
    Co-authored-by: Simon Vergauwen <[email protected]>
    Co-authored-by: Alejandro Serrano <[email protected]>
    3 people authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    33adc3c View commit details
    Browse the repository at this point in the history
  12. Update NonFatalJvmTest.kt (#3277)

    Tejas Mate authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    cc9bd47 View commit details
    Browse the repository at this point in the history
  13. Update ArrowEitherCallAdapterTest.kt (#3278)

    * Update ArrowEitherCallAdapterTest.kt
    
    * Update ArrowEitherCallAdapterTest.kt
    Tejas Mate authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    4ba933e View commit details
    Browse the repository at this point in the history
  14. Move tests from serialization and functions completely to `kotlin…

    ….test` (#3289)
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    serras and github-actions[bot] authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    a359b79 View commit details
    Browse the repository at this point in the history
  15. Fix problems with tests

    serras committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    f137b22 View commit details
    Browse the repository at this point in the history
  16. Remove a bunch of warnings in arrow-2 (#3282)

    Co-authored-by: serras <[email protected]>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    3 people authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    0c39851 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    ad94840 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5df449 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da9d42e View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2023

  1. Port rest of arrow-core to kotlin.test (#3292)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    serras and github-actions[bot] authored Nov 11, 2023
    Configuration menu
    Copy the full SHA
    457fcad View commit details
    Browse the repository at this point in the history
  2. Implement fixedRate using monotonic time source (#3294)

    Co-authored-by: serras <[email protected]>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    3 people authored Nov 11, 2023
    Configuration menu
    Copy the full SHA
    708a872 View commit details
    Browse the repository at this point in the history
  3. Port optics tests to kotlin.test (#3295)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    serras and github-actions[bot] authored Nov 11, 2023
    Configuration menu
    Copy the full SHA
    36e63e3 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Add or fix contracts in Raise (#3293)

    * Add or fix contracts in Raise
    
    * Make contracts less strict
    
    * Get back contract on Either
    
    * ignoreErrors should also be AT_MOST_ONCE
    
    ---------
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    serras and github-actions[bot] authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    e94a9b5 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Configuration menu
    Copy the full SHA
    90ee0dc View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Configuration menu
    Copy the full SHA
    379a8e5 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Configuration menu
    Copy the full SHA
    c91d53a View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    91882ee View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    d4cb744 View commit details
    Browse the repository at this point in the history
  2. Alternate SingletonRaise (#3328)

    Co-authored-by: Youssef Shoaib <[email protected]>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: serras <[email protected]>
    4 people authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    de48969 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    8e2f530 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    797b313 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    071d430 View commit details
    Browse the repository at this point in the history
  3. Remove widen

    serras committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    9c70ff4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    076b361 View commit details
    Browse the repository at this point in the history
  5. Fix tests + Knit

    serras committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    af86f9f View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    c30c8b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a5b0e3 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. Configuration menu
    Copy the full SHA
    98049ba View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Configuration menu
    Copy the full SHA
    9f254a3 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. Configuration menu
    Copy the full SHA
    dc1362a View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. Fix merge NullableSpec

    nomisRev committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    680ecf0 View commit details
    Browse the repository at this point in the history
  2. Regression in Arb.list?

    nomisRev committed Apr 14, 2024
    4 Configuration menu
    Copy the full SHA
    d5b188c View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    0c0a85e View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    2954f98 View commit details
    Browse the repository at this point in the history
  2. Fix test for nonEmptyList

    serras committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    8d17795 View commit details
    Browse the repository at this point in the history
  3. Develocity warning

    serras committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    3232207 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    570fe70 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    14ebd42 View commit details
    Browse the repository at this point in the history
  6. Fix timeout in test

    serras committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    5ba0e45 View commit details
    Browse the repository at this point in the history