rascal icon indicating copy to clipboard operation
rascal copied to clipboard

added new Validator module for general purpose validation of node values against an ADT

Open jurgenvinju opened this issue 4 years ago • 2 comments

jurgenvinju avatar Jun 04 '21 09:06 jurgenvinju

this depends on #1502 to be solved, because we don't accept static type errors in the standard library anymore.

jurgenvinju avatar Jun 04 '21 09:06 jurgenvinju

This [ERROR]:

https://github.com/usethesource/rascal/runs/2745706968?check_suite_focus=true#step:5:752

is caused by #issue 1502. No rush but when that is finished we can merge this PR.

jurgenvinju avatar Jun 04 '21 15:06 jurgenvinju

Codecov Report

Merging #1503 (fd1471f) into main (db65c25) will not change coverage. The diff coverage is n/a.

:exclamation: Current head fd1471f differs from pull request most recent head 265f7cd. Consider uploading reports for the commit 265f7cd to get more accurate results

@@           Coverage Diff           @@
##              main   #1503   +/-   ##
=======================================
  Coverage       48%     48%           
  Complexity    5983    5983           
=======================================
  Files          670     670           
  Lines        58370   58370           
  Branches      8500    8500           
=======================================
  Hits         28412   28412           
+ Misses       27824   27823    -1     
- Partials      2134    2135    +1     
Impacted Files Coverage Δ
...g/rascalmpl/interpreter/result/DateTimeResult.java 15% <0%> (-1%) :arrow_down:
src/org/rascalmpl/interpreter/result/Result.java 14% <0%> (+<1%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

codecov[bot] avatar Nov 22 '22 08:11 codecov[bot]