FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Comparing main...v3 · lamdera/program-test · GitHub

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: lamdera/program-test
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
Could not load branches
Nothing to show
{{ refName }}
...
head repository: lamdera/program-test
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3
Choose a head ref
Could not load branches
Nothing to show
{{ refName }}
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 16 files changed
  • 2 contributors

Commits on Jan 5, 2026

  1. wip

    MartinSStewart committed Jan 5, 2026
    Configuration menu
    Copy the full SHA
    98d8df3 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2026

  1. Various improvements

    MartinSStewart committed Jan 28, 2026
    Configuration menu
    Copy the full SHA
    7f0dec2 View commit details
    Browse the repository at this point in the history
  2. elm-review fixes

    MartinSStewart committed Jan 28, 2026
    Configuration menu
    Copy the full SHA
    9c98739 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b7c863 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2026

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

Commits on Mar 15, 2026

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

Commits on Mar 17, 2026

  1. wip

    MartinSStewart committed Mar 17, 2026
    Configuration menu
    Copy the full SHA
    737cac1 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2026

  1. Fix bug

    MartinSStewart committed Mar 18, 2026
    Configuration menu
    Copy the full SHA
    3a4162c View commit details
    Browse the repository at this point in the history
  2. wip

    MartinSStewart committed Mar 18, 2026
    Configuration menu
    Copy the full SHA
    1ebda85 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2026

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

Commits on May 2, 2026

  1. wip

    MartinSStewart committed May 2, 2026
    Configuration menu
    Copy the full SHA
    658f9ea View commit details
    Browse the repository at this point in the history

Commits on May 10, 2026

  1. wip

    MartinSStewart committed May 10, 2026
    Configuration menu
    Copy the full SHA
    b146138 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2026

  1. Fix typo

    MartinSStewart committed May 13, 2026
    Configuration menu
    Copy the full SHA
    9795af1 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2026

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

Commits on Jun 30, 2026

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

Commits on Jul 10, 2026

  1. Add getTestResults

    MartinSStewart committed Jul 10, 2026
    Configuration menu
    Copy the full SHA
    57470d7 View commit details
    Browse the repository at this point in the history
  2. Fix exposing

    MartinSStewart committed Jul 10, 2026
    Configuration menu
    Copy the full SHA
    d08d628 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2026

  1. wip

    MartinSStewart committed Jul 23, 2026
    Configuration menu
    Copy the full SHA
    58f6c8e View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2026

  1. Wire up the tracker field in Effect.Http.request

    Previously the tracker field passed to Effect.Http.request/riskyRequest was
    silently dropped, so Effect.Http.track never reported progress and
    Effect.Http.cancel had nothing to cancel.
    
    Http requests are represented as tasks internally, but elm/http's Http.task
    doesn't support trackers. So requests that have a tracker are now represented
    as a new Effect.Internal.HttpTrackedRequest command instead, which Effect.Lamdera
    runs with Http.request/Http.riskyRequest (passing the tracker along). Requests
    without a tracker are unchanged.
    
    Effect.Internal.HttpRequest also carries the tracker now, which means
    Effect.Test.HttpRequest exposes it to Config.handleHttpRequest. Progress events
    still aren't simulated in Effect.Test (http requests there complete immediately)
    and Effect.Test still ignores Effect.Http.cancel.
    
    Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
    Claude-Session: https://claude.ai/code/session_01DjLHEDtWiY2bgvzPZvXejo
    claude authored and MartinSStewart committed Aug 1, 2026
    Configuration menu
    Copy the full SHA
    122f735 View commit details
    Browse the repository at this point in the history
Loading

Back | FazBrowse Home | New Git URL