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

chore!: remove unsafe std::env::set_var #228

Merged
merged 32 commits into from
Oct 18, 2024

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    1276512 View commit details
    Browse the repository at this point in the history
  2. chore: uncomment nep330_build_cmd.append_borrowed_to for `abi::gene…

    …rate::procedure`
    dj8yf0μl committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    a53ed80 View commit details
    Browse the repository at this point in the history
  3. chore: reorg other build time environment

    dj8yf0μl committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    0e8498c View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    f065182 View commit details
    Browse the repository at this point in the history
  2. chore: avoid appending value to rustflags on complete equality (imper…

    …fect still)
    dj8yf0μl committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    17c9f5f View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. chore: remove unneeded unsafe env::set_var of CARGO_TARGET_DIR in int…

    …egration-tests
    dj8yf0μl committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    62d8ed9 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. chore: remote set_var from build_extended logic

    dj8yf0μl committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    806fab5 View commit details
    Browse the repository at this point in the history
  2. ci: fix clippy

    dj8yf0μl committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    01c7d94 View commit details
    Browse the repository at this point in the history
  3. doc: add comment about lib::extended::build

    dj8yf0μl committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    9f2f270 View commit details
    Browse the repository at this point in the history
  4. doc: correct example usage of lib::extended module

    dj8yf0μl committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    c021279 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. chore: replace mute_env generic BuildOpts field with additional O…

    …ption<ImplicitEnvOpts> `build` arg
    dj8yf0μl committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    c8e8910 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. ci: add missing lib doc integrity check

    dj8yf0μl committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    17d8a56 View commit details
    Browse the repository at this point in the history
  2. chore: improve naming of new envs

    dj8yf0μl committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    959a05a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e998396 View commit details
    Browse the repository at this point in the history
  4. doc: add comment inside of extended module example

    dj8yf0μl committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    e135aaf View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

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

Commits on Oct 10, 2024

  1. Merge branch 'main'

    dj8yf0μl committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    8151c15 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. fmt: lib Cargo.toml

    dj8yf0μl committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    bc1713a View commit details
    Browse the repository at this point in the history
  2. feat: remove workdir from extended::Opts

    dj8yf0μl committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    1cfb2a9 View commit details
    Browse the repository at this point in the history
  3. doc: change usage api snippets

    dj8yf0μl committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    a60fbc5 View commit details
    Browse the repository at this point in the history
  4. chore: correct env! -> std::env::var

    dj8yf0μl committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    a89cf6f View commit details
    Browse the repository at this point in the history
  5. doc: remove reference to delete workdir field

    dj8yf0μl committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    e8083a8 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. lock: avoid yanked futures-util version

    dj8yf0μl committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    64f8b24 View commit details
    Browse the repository at this point in the history
  2. chore: add override_ prefix to nep330_contract_path

    dj8yf0μl committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    04e64a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2123673 View commit details
    Browse the repository at this point in the history
  4. chore: forbid --manifest-path in manifest command

    dj8yf0μl committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    66f8fef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    df1a3ee View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. chore: readability with ManifestPath::try_from expr

    dj8yf0μl committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    2302bdc View commit details
    Browse the repository at this point in the history
  2. ci: add doc checks, move one doc check from msrv

    dj8yf0μl committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    b982e74 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42e48bf View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Merge branch 'main'

    manual addition of `no_wasmopt` to docker::DockerBuildOpts
    dj8yf0μl committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    973c4d8 View commit details
    Browse the repository at this point in the history