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: EmergeTools/hackernews
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5fc8cc7f3bc998db1dfa8e93be4b176fb32e57f5
Choose a base ref
...
head repository: EmergeTools/hackernews
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 413d9b5ac1b0849c20d65098b2c3f56618a90f87
Choose a head ref
  • 3 commits
  • 5 files changed
  • 3 contributors

Commits on Mar 25, 2026

  1. chore(ios): Clean up test boilerplate and clarify snapshot record mode (

    #774)
    
    Remove the empty `testPerformanceExample()` placeholder from
    `Hacker_NewsTests`
    that was left over from Xcode's default test template.
    
    Add a descriptive comment to `SwiftSnapshotTest.invokeTest()` explaining
    that
    `record: .all` forces every snapshot test to re-record and fail. The
    comment
    documents how to switch to `.missing` (record only when no reference
    exists) or
    remove the override entirely for normal comparison mode. This prevents
    confusion
    when someone encounters the permanent test failures for the first time.
    
    Co-authored-by: Claude <noreply@anthropic.com>
    NicoHinderling and claude authored Mar 25, 2026
    Configuration menu
    Copy the full SHA
    2fead6f View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2026

  1. chore(deps): Bump fastlane-plugin-sentry to 2.5.0 (#777)

    Bumps `fastlane-plugin-sentry` from 2.3.0 to 2.5.0 in the iOS Fastlane
    configuration.
    
    This picks up the latest bug fixes and features in the Sentry Fastlane
    plugin, which we use for uploading snapshot images to Sentry.
    
    Also adds `arm64-darwin-23` platform to the Gemfile.lock from the bundle
    update.
    
    Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    NicoHinderling and claude authored Mar 27, 2026
    Configuration menu
    Copy the full SHA
    6ffc50f View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2026

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