Skip to content

[WIP] feat: Add top-environment parameter to the workspace type#18

Closed
VSteveHL wants to merge 4 commits intoMoganLab:mainfrom
VSteveHL:ospp-pr3
Closed

[WIP] feat: Add top-environment parameter to the workspace type#18
VSteveHL wants to merge 4 commits intoMoganLab:mainfrom
VSteveHL:ospp-pr3

Conversation

@VSteveHL
Copy link
Collaborator

  • Added (immutable top-environment) to define-record-type workspace
  • Modified the refresh-workspace function to determine which filter to use based on top-environment

After introducing this change, a test that uses r7rs as the top-environment started to fail. I am still tracking down this bug, so this PR is not yet complete.

VSteveHL added 4 commits July 7, 2025 10:51
I have modified the `.github/workflows/release.yaml` file and made the following changes:

- Removed the `repo` variable:
    - This variable specifies which repository the release targets. Since its default value is the current repository, I believe leaving it empty is reasonable.
- Added `name`
- Added `tag_name`
- Added `body` to provide some contextual information.
In commit 0d79527, a modification was made to `.github/workflows/release.yaml`, adding the `--static` parameter in the "Compile executable on Linux musl" step. However, the corresponding `Dockerfile.musl` was not updated, which caused errors during the build process. This commit adds the `util-linux-static` package to `Dockerfile.musl`, allowing the build to proceed successfully.
- Added (immutable top-environment) to define-record-type workspace
- Modified the refresh-workspace function to determine which filter to use based on top-environment
@ufo5260987423
Copy link
Collaborator

Orz this issue includes something failed in #17 , you should seperate them into two branch so that one's failure won't bother another.

@VSteveHL VSteveHL closed this Jul 10, 2025
@VSteveHL VSteveHL deleted the ospp-pr3 branch July 16, 2025 07:55
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.

2 participants