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

Copy port from headless test server when using WASM_BINDGEN_TEST_ADDRESS #3873

Merged
merged 19 commits into from
Mar 6, 2024

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    401c857 View commit details
    Browse the repository at this point in the history
  2. Update headless.rs

    lynn authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    d4bf8c2 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Use WASM_BINDGEN_TEST_ADDRESS

    lynn authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    500fca0 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    lynn authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    97f7d09 View commit details
    Browse the repository at this point in the history
  3. cargo fmt

    lynn authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    0d2d7e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d037d0 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    4280374 View commit details
    Browse the repository at this point in the history
  2. Update headless.rs

    lynn authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    debe84e View commit details
    Browse the repository at this point in the history
  3. Revert "Try a fixed port for headless tests"

    This reverts commit 4280374.
    lynn committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    26bbb16 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9fc7c1b View commit details
    Browse the repository at this point in the history
  5. Fix match

    lynn committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    3ca50cf View commit details
    Browse the repository at this point in the history
  6. Properly parse url port

    lynn committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    32843b1 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Merge branch 'main' into securedna

    # Conflicts:
    #	CHANGELOG.md
    #	crates/cli/src/bin/wasm-bindgen-test-runner/headless.rs
    lynn committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    9c309ce View commit details
    Browse the repository at this point in the history
  2. Add CHANGELOG entry

    lynn committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    5b5840d View commit details
    Browse the repository at this point in the history
  3. Fix CHANGELOG entry

    lynn committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    adbc54d View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Update crates/cli/src/bin/wasm-bindgen-test-runner/headless.rs

    Co-authored-by: daxpedda <daxpedda@gmail.com>
    lynn and daxpedda authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    408af09 View commit details
    Browse the repository at this point in the history
  2. Delete memview_function

    lynn committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    54db775 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9361c7 View commit details
    Browse the repository at this point in the history
  4. Use unwrap()

    lynn authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    7fe0c7b View commit details
    Browse the repository at this point in the history