Skip to content

Mem fix#72

Merged
nullboundary merged 7 commits into
mainfrom
mem-fix
Jan 9, 2026
Merged

Mem fix#72
nullboundary merged 7 commits into
mainfrom
mem-fix

Conversation

@nullboundary
Copy link
Copy Markdown
Contributor

  • Fixed a potential memory leak when Run() output is ignored by piping the output to io.Discard if output is nil.
flow.Run(ctx,input,nil)
  • Also fixed a streaming output issue related to buffering in Run().
  • Added more tests to confirm fixes.

@codecov
Copy link
Copy Markdown

codecov Bot commented Jan 9, 2026

Codecov Report

❌ Patch coverage is 90.90909% with 4 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
pkg/calque/converter.go 88.23% 1 Missing and 1 partial ⚠️
pkg/convert/jsonschema.go 50.00% 2 Missing ⚠️

📢 Thoughts on this report? Let us know!

@nullboundary nullboundary merged commit 38925fa into main Jan 9, 2026
6 checks passed
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