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: uber/mockolo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.2.0
Choose a base ref
...
head repository: uber/mockolo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 5 commits
  • 62 files changed
  • 4 contributors

Commits on Nov 30, 2024

  1. Update README.md (#278)

    Remove redundant tuple in handler type for readme code.
    daeho-ro authored Nov 30, 2024
    Configuration menu
    Copy the full SHA
    0d66daa View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2024

  1. Avoid duplicated variable under if-macro syntax (#279)

    * Use uniqueModel for IfMacroModel subModels before rendering
    so that we can avoid naming duplication after generation
    
    * Remove wrapping by `XCTExpectFailure`
    
    * Remove XCTest import
    
    * Fix test fixture
    fummicc1 authored Dec 3, 2024
    Configuration menu
    Copy the full SHA
    954b952 View commit details
    Browse the repository at this point in the history
  2. Concurrency safe handler (#276)

    * Remove adding unchecked sendable
    
    * Add requireSendable context parameter
    
    * sendable support in method model
    
    * a bit refactoring
    
    * Fix unnecessary param name and type splitting
    
    * Stop using implicit arguments and context
    
    * process argument history type
    
    * Add final when Sendable required
    
    * Fix state handler type
    
    * sendable handler call
    
    * Add @sendable to closure type
    
    * generate concurrency helpers
    
    * Resume unchecked Sendable
    sidepelican authored Dec 3, 2024
    Configuration menu
    Copy the full SHA
    1fb44ed View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2024

  1. Make fixture verification a bit strict (#280)

    * Remove adding unchecked sendable
    
    * Add requireSendable context parameter
    
    * sendable support in method model
    
    * a bit refactoring
    
    * Fix unnecessary param name and type splitting
    
    * Stop using implicit arguments and context
    
    * process argument history type
    
    * Add final when Sendable required
    
    * Fix state handler type
    
    * sendable handler call
    
    * Add @sendable to closure type
    
    * generate concurrency helpers
    
    * Beautify generated code
    sidepelican authored Dec 7, 2024
    Configuration menu
    Copy the full SHA
    9fced08 View commit details
    Browse the repository at this point in the history
  2. Fix undetectable mock annotations with attributes above. (#281)

    * Fix annotation cannot detect when attributes attached above it
    
    * Fix fragile output
    
    * Also support class
    
    * search more trivia
    sidepelican authored Dec 7, 2024
    Configuration menu
    Copy the full SHA
    e15f91f View commit details
    Browse the repository at this point in the history
Loading