fix(#4976): remove unused alias to ms.abs in real.eo to fix pipelines#4977
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
💤 Files with no reviewable changes (1)
📝 WalkthroughWalkthroughA single exported alias Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
This PR removes an unused ms.abs alias from ms/real.eo, which appears to be triggering EO linting failures in CI (per #4976). The change is narrowly scoped to avoid affecting runtime behavior while unblocking pipelines.
Changes:
- Removed the unused
+alias ms.absfromeo-runtime/src/main/eo/ms/real.eo.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
🚀 Performance AnalysisAll benchmarks are within the acceptable range. No critical degradation detected (threshold is 100%). Please refer to the detailed report for more information. Click to see the detailed report
|
|
@yegor256 could you merge this one, please? It's a critical blocker. |
|
@volodya-lombrozo Thanks for the contribution! You've earned +12 points for this: +16 as a basis; -4 for too few (1) hits-of-code (our policy requires at least 40 hits-of-code to avoid this penalty). To maximize your rewards, consider making larger contributions with 40+ hits-of-code while maintaining quality through proper code review. Please, keep them coming. Your running score is +226; don't forget to check your Zerocracy account too. |
This PR resolves issues in the repository by correcting the alias in
ms.real.eo, which was causing pipeline failures.Related to #4976
Summary by CodeRabbit
ms.absalias from the runtime module.