Closed ZenVoich closed 3 months ago
This update introduces a series of enhancements across multiple files, focusing on upgrading dependencies, improving CI workflow configurations, and refactoring code for better maintainability. Notably, the moc
tool is updated to version 0.11.1
, and various modules have been enhanced for clearer logic and flexibility, especially regarding dependency handling and timer management.
File Paths | Change Summary |
---|---|
.github/workflows/ci.yml , .github/workflows/mops-test.yml |
Updated moc-version from 0.10.1 to 0.11.1 in CI workflows, suggesting enhancements or fixes. |
backend/main/DownloadLog.mo , backend/main/main-canister.mo |
Added type parameter <system> to setTimers and timer invocations, enhancing flexibility. |
backend/main/PackagePublisher.mo , backend/main/utils/package-utils.mo |
Introduced PackageUtils for better dependency name resolution; added import statement and utility functions for standardizing dependency handling. |
cli/CHANGELOG.md |
Updated to reflect new features including the --no-install flag for mops sources and support for dependency version pinning. |
test/.alias/** |
Added new metadata and modules for two ccc packages, each containing a simple function. |
mops.toml |
Updated multiple dependency versions, including major versions for base , backup , and wasmtime . |
sequenceDiagram
participant CI as CI Workflow
participant M as Mops Tool
participant P as Package Publisher
participant U as User
U->>CI: Trigger CI workflow
CI->>M: Check dependencies
M->>P: Resolve package names
P-->>M: Return resolved names
M-->>CI: Update dependency versions
CI-->>U: Report build status
🐇 In the garden where bunnies play,
New changes hop in, bright and gay.
Upgraded tools, dependencies fine,
Our code now dances, oh how it shines!
With every update, our spirits lift,
A joyful leap in code is a gift! 🌷
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
New Features
copyToClipboard
function to handle user interactions more effectively.Bug Fixes
Documentation
--no-install
flag and support for dependency version pinning.Chores