[PR #19] [MERGED] fix: edge case when calling tee #34

Closed
opened 2026-02-16 03:15:59 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/workflows-ts/pull/19
Author: @himself65
Created: 4/4/2025
Status: Merged
Merged: 4/4/2025
Merged by: @himself65

Base: mainHead: stream.tee


📝 Commits (1)

  • 7b118b1 fix: edge case when calling tee

📊 Changes

2 files changed (+71 additions, -26 deletions)

View changed files

📝 packages/fluere/src/core/internal/executor.ts (+36 -26)
📝 packages/fluere/tests/readable-stream.spec.ts (+35 -0)

📄 Description

reduce use ALS, I think it will cause infnite loop here


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/workflows-ts/pull/19 **Author:** [@himself65](https://github.com/himself65) **Created:** 4/4/2025 **Status:** ✅ Merged **Merged:** 4/4/2025 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `main` ← **Head:** `stream.tee` --- ### 📝 Commits (1) - [`7b118b1`](https://github.com/run-llama/workflows-ts/commit/7b118b1266dffbfb9c1fc6463eae70d31092b505) fix: edge case when calling `tee` ### 📊 Changes **2 files changed** (+71 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `packages/fluere/src/core/internal/executor.ts` (+36 -26) 📝 `packages/fluere/tests/readable-stream.spec.ts` (+35 -0) </details> ### 📄 Description reduce use ALS, I think it will cause infnite loop here --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 03:15:59 -05:00
yindo closed this issue 2026-02-16 03:16:00 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/workflows-ts#34