Skip to content

Conversation

@appcypher
Copy link
Member

  • Uncomment and enable release and test workflows
  • Rename packages to follow microsandbox naming convention:
    • monoutils-store -> microsandbox-utils
    • monocore -> microsandbox-core

- Uncomment and enable release and test workflows
- Rename packages to follow microsandbox naming convention:
  - monoutils-store -> microsandbox-utils
  - monocore -> microsandbox-core
- Refine caching paths in GitHub Actions workflow to target specific shared library files.
- Remove unnecessary symlink creation steps that were previously used for library resolution.
- Allow clippy warnings for too many arguments in several functions to enhance readability.
- Simplify script collection in `add_subcommand` by directly collecting scripts without mapping.
- Update error handling in `run_subcommand` to remove unnecessary references.
- Change `Into<String>` implementation to `From<ReferenceOrPath>` for better idiomatic usage.
- Refactor various function calls to pass values directly instead of references where applicable.
- Enhance error handling in `get_image_config` to streamline the process.
- Introduce a new `MicroVm` module to encapsulate MicroVM-related functionality, improving organization.
- Update logging and error handling for better clarity and consistency across the codebase.
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