Skip to content

Conversation

@Wkkkkk
Copy link
Contributor

@Wkkkkk Wkkkkk commented Mar 5, 2025

Motivation

  • A fold flow can be useful in building up a state given the input stream. For example, one could use it to simulate walking in a one-dimensional maze.

Modifications

  • flow/fold.go
  • examples/maze/

Verify change

  • Make sure the change passes the CI checks.

@codecov-commenter
Copy link

codecov-commenter commented Mar 14, 2025

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 90.62500% with 3 lines in your changes missing coverage. Please review.

Project coverage is 99.18%. Comparing base (683f3f7) to head (90263a6).
Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
flow/fold.go 90.62% 3 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #162      +/-   ##
==========================================
- Coverage   99.57%   99.18%   -0.39%     
==========================================
  Files          12       13       +1     
  Lines         699      739      +40     
==========================================
+ Hits          696      733      +37     
- Misses          3        6       +3     

☔ 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.

@reugn
Copy link
Owner

reugn commented Mar 14, 2025

@Wkkkkk, thanks for the pull request. Please address linter warnings.

@Wkkkkk
Copy link
Contributor Author

Wkkkkk commented Mar 17, 2025

Hi @reugn, it is now fixed.

@reugn reugn changed the title New flow: Fold feat(flow): implement rolling fold transformation Mar 21, 2025
@reugn reugn merged commit 92faadd into reugn:master Mar 21, 2025
3 checks passed
@Wkkkkk Wkkkkk deleted the feat/add-fold branch March 21, 2025 10:20
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.

3 participants