Skip to content

Tags: Acture/scriptmark

Tags

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was signed with the committer’s verified signature.
Acture acture
ci: use Trusted Publisher (OIDC) for crates.io, drop token

20250307

Toggle 20250307's commit message

Verified

This commit was signed with the committer’s verified signature.
Acture acture
feat(lab): add `three_number` test suite and solution

- Implemented the `three_number` Python solution file.
- Integrated `three_number` into the `TestSuiteType` enum with dynamic lookup using `strum`.
- Defined test suite initialization, runner, and judge functions for `three_number`.
- Updated `Cargo.toml` to include `strum` and `strum_macros` dependencies.
- Enhanced utility functions with improved number extraction using `num-traits`.

This commit adds support for evaluating the `three_number` problem and enhances related infrastructure.

20250303

Toggle 20250303's commit message

Verified

This commit was signed with the committer’s verified signature.
Acture acture
Refactor artifact handling in build workflow

Reorganized artifact handling to improve release structure. Artifacts are now copied to a dedicated `release` directory with platform-specific naming. Updated the release action to upload files from `release/` instead of `artifacts/`.