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 sidetable #72

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

add sidetable #72

wants to merge 7 commits into from

Conversation

wucke13
Copy link
Collaborator

@wucke13 wucke13 commented Aug 20, 2024

Pull Request Overview

This pull request adds the sidetable, and with it support for structured control flow.

Testing Strategy

This pull request was not yet tested.

TODO or Help Wanted

This pull request still needs to be finished

Formatting

  • Ran cargo fmt
  • Ran cargo check
  • Ran cargo build
  • Ran cargo doc
  • Ran nix fmt

Github Issue

This pull request closes #71

Copy link

codecov bot commented Aug 20, 2024

Codecov Report

Attention: Patch coverage is 14.03509% with 49 lines in your changes missing coverage. Please review.

Files Patch % Lines
src/validation/code.rs 14.28% 46 Missing and 2 partials ⚠️
src/core/error.rs 0.00% 1 Missing ⚠️
Files Coverage Δ
src/core/error.rs 0.00% <0.00%> (ø)
src/validation/code.rs 43.03% <14.28%> (-14.20%) ⬇️

... and 4 files with indirect coverage changes

@wucke13 wucke13 force-pushed the dev/wucke13-add-sidetable branch from 91fc3d0 to e1f5309 Compare September 3, 2024 07:32
@florianhartung florianhartung self-assigned this Sep 12, 2024
wucke13 and others added 5 commits September 26, 2024 15:30
Signed-off-by: wucke13 <[email protected]>
Signed-off-by: Florian Hartung <[email protected]>
Signed-off-by: wucke13 <[email protected]>
Signed-off-by: Florian Hartung <[email protected]>
Signed-off-by: Florian Hartung <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement structured control flow (block, loop, if`)
2 participants