8000 Comparing pointfreeco:main...mkc188:main · pointfreeco/composable-core-location · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pointfreeco/composable-core-location
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: mkc188/composable-core-location
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 6 commits
  • 15 files changed
  • 4 contributors

Commits on Oct 15, 2022

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

    mkc188 committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    58ffcc2 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Update CoC

    stephencelis authored and mkc188 committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    8dd9a92 View commit details
    Browse the repository at this point in the history
  2. Update library to work with TCA 0.57 (#35)

    * Update library to work with TCA 0.57
    
    This change updates all references to `Effect` to `EffectPublisher`, and cleans up a few warnings with `LocationManager.failing` by using the more recent `XCTUnimplemented` function, though it doesn't update the signature to use a function at this time. This should let the library compile for versions of tca >= 0.43, including 0.57 which broke the old 2-generic clause `Effect`
    
    I've confirmed that tests pass on tca 0.43 and 0.57, but not on versions in between
    
    * Undo changes to failing client
    
    * Match swift tools verstion that swift-composable-architecture uses
    
    * Update ci.yml
    
    * update makefile to use iphone 14 simulator
    
    * fix build issues with example workspace, and remove unavailable annotations that will fail to compile in xcode 15
    
    * Fix example test builds
    
    * wip
    
    ---------
    
    Co-authored-by: Stephen Celis <stephen.celis@gmail.com>
    Co-authored-by: Stephen Celis <stephen@stephencelis.com>
    3 people committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    2d05cdd View commit details
    Browse the repository at this point in the history
  3. Run swift-format

    stephencelis authored and mkc188 committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    6059957 View commit details
    Browse the repository at this point in the history
  4. Fix

    mkc188 committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    4304339 View commit details
    Browse the repository at this point in the history
Loading
0