Skip to content
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

Add support for @annotations #1439

Draft
wants to merge 12 commits into
base: master
Choose a base branch
from

Remove @silent from initial PR

d14819d
Select commit
Loading
Failed to load commit list.
Draft

Add support for @annotations #1439

Remove @silent from initial PR
d14819d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 14, 2024 in 1s

89.48% (target 0.00%)

View this Pull Request on Codecov

89.48% (target 0.00%)

Details

Codecov Report

Attention: Patch coverage is 85.71429% with 6 lines in your changes missing coverage. Please review.

Project coverage is 89.48%. Comparing base (7865be8) to head (d14819d).

Files Patch % Lines
src/frontend/Typechecker.ml 62.50% 3 Missing ⚠️
src/frontend/Environment.ml 0.00% 1 Missing ⚠️
src/middle/Program.ml 66.66% 1 Missing ⚠️
src/middle/Stmt.ml 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1439      +/-   ##
==========================================
- Coverage   89.49%   89.48%   -0.02%     
==========================================
  Files          63       65       +2     
  Lines       10618    10642      +24     
==========================================
+ Hits         9503     9523      +20     
- Misses       1115     1119       +4     
Files Coverage Δ
src/analysis_and_optimization/Memory_patterns.ml 88.77% <ø> (ø)
src/analysis_and_optimization/Optimize.ml 92.25% <100.00%> (ø)
src/frontend/Annotations.ml 100.00% <100.00%> (ø)
src/frontend/Ast.ml 70.90% <100.00%> (+0.24%) ⬆️
src/frontend/Ast_to_Mir.ml 94.15% <100.00%> (ø)
src/frontend/Canonicalize.ml 96.36% <100.00%> (ø)
src/frontend/Pretty_printing.ml 92.36% <100.00%> (+0.08%) ⬆️
src/stan_math_backend/Annotations.ml 100.00% <100.00%> (ø)
src/stan_math_backend/Lower_functions.ml 98.22% <ø> (ø)
src/stan_math_backend/Lower_stmt.ml 95.65% <100.00%> (ø)
... and 6 more