Skip to content

Add host-env tool#13

Merged
midwan merged 2 commits into
masterfrom
host-env-tool
Jun 13, 2026
Merged

Add host-env tool#13
midwan merged 2 commits into
masterfrom
host-env-tool

Conversation

@midwan

@midwan midwan commented Jun 13, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Add host-env for getting, setting, unsetting, and listing host user environment variables.
  • Persist Windows values through the user environment store, and Linux/macOS values through $HOME/.host-tools-env.
  • Wire the new tool into the build, installer, package layout, README, and AmigaGuide docs.
  • fixes Add a tool for getting/setting Env variables #12

Test Plan

  • make -B tests/test_host_common.out tests/test_host_command_builders.out tests/test_host_edit_command.out tests/test_host_download_command.out && ./tests/test_host_common.out && ./tests/test_host_command_builders.out && ./tests/test_host_edit_command.out && ./tests/test_host_download_command.out
  • sh tests/test_ahi_driver_source.sh
  • git diff --check HEAD~1..HEAD
  • docker run --rm -v "$PWD":/work -w /work sacredbanana/amiga-compiler:m68k-amigaos make -B host-env
  • docker run --rm -v "$PWD":/work -w /work sacredbanana/amiga-compiler:m68k-amigaos sh tests/test_package_layout.sh

@midwan
midwan marked this pull request as ready for review June 13, 2026 19:16
@midwan midwan self-assigned this Jun 13, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 769e4a7a9f

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread Makefile
@midwan
midwan merged commit 82c73c1 into master Jun 13, 2026
1 check passed
@midwan
midwan deleted the host-env-tool branch June 13, 2026 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a tool for getting/setting Env variables

1 participant