Skip to content

tutor compiler packager back on #2219

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 74 commits into
base: main
Choose a base branch
from

Conversation

jurgenvinju
Copy link
Member

@jurgenvinju jurgenvinju commented Apr 3, 2025

This is a trial-and-error attempt at aligning the rascal project with the rascal-maven plugin until bootstrappping works:

  • checker via mvn rascal:compile on itself, configured in pom.xml
  • tutor via mvn rascal:tutor on itself, configured in pom.xml
  • package via mvn rascal:package on itself, configured in pom.xml

Copy link

codecov bot commented Apr 3, 2025

Codecov Report

Attention: Patch coverage is 4.34783% with 22 lines in your changes missing coverage. Please review.

Project coverage is 47%. Comparing base (2e7834a) to head (f335f9e).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/org/rascalmpl/interpreter/Evaluator.java 0% 17 Missing ⚠️
...c/org/rascalmpl/shell/AbstractCommandlineTool.java 0% 4 Missing ⚠️
src/org/rascalmpl/shell/RascalPackage.java 0% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##              main   #2219   +/-   ##
=======================================
  Coverage       47%     47%           
- Complexity    6289    6294    +5     
=======================================
  Files          764     764           
  Lines        63267   63281   +14     
  Branches      9450    9454    +4     
=======================================
+ Hits         29795   29810   +15     
+ Misses       31263   31256    -7     
- Partials      2209    2215    +6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

… memory did not help. Set surefire failed test rerun tries to 3 to avoid having to click rerun ourselves all the time.
Bumped maven plugin to 0.30.0-RC15
…rser. This bridges the gap between absolute file names on the commandline to the convenient normal forms for mvn and jar+file.
…ecution must have a different id. Otherwise the execution-specific configuration tags are not picked up. With this we finally get |std:///| into the .tpl files
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.

1 participant