Add `Terminal` method for writing to stderr by scotttrinh · Pull Request #6001 · Effect-TS/effect
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 530
Open
scotttrinh wants to merge 1 commit intoEffect-TS:mainfrom
Open
Add Terminal method for writing to stderr#6001
scotttrinh wants to merge 1 commit intoEffect-TS:mainfrom
Add Terminal method for writing to stderr#6001
scotttrinh wants to merge 1 commit intoEffect-TS:mainfrom
Conversation
Copy link
Contributor
scotttrinh
commented
Jan 26, 2026
scotttrinh
commented
Type
- Refactor
- Feature
- Bug Fix
- Optimization
- Documentation Update
Description
Sometimes you need to write to stderr for non-logging reasons. Gives us some symmetry with having Terminal methods for writing to stdout and stderr.
Sometimes you need to write to stderr for non-logging reasons. Gives us some symmetry.
scotttrinh
requested review from
IMax153 and
tim-smart
as code owners
github-project-automation
bot
added this to PR Backlog
github-project-automation
bot
moved this to Discussion Ongoing
in PR Backlog
Copy link
changeset-bot
bot
commented
Jan 26, 2026
changeset-bot bot commented
Jan 26, 2026🦋 Changeset detected
Latest commit: f36b498
The changes in this PR will be included in the next version bump.
This PR includes changesets to release 31 packages
| Name | Type |
|---|---|
| @effect/platform | Patch |
| @effect/platform-node-shared | Patch |
| @effect/cli | Patch |
| @effect/cluster | Patch |
| @effect/experimental | Patch |
| @effect/opentelemetry | Patch |
| @effect/platform-browser | Patch |
| @effect/platform-bun | Patch |
| @effect/platform-node | Patch |
| @effect/rpc | Patch |
| @effect/sql-clickhouse | Patch |
| @effect/sql-d1 | Patch |
| @effect/sql-drizzle | Patch |
| @effect/sql-libsql | Patch |
| @effect/sql-mssql | Patch |
| @effect/sql-mysql2 | Patch |
| @effect/sql-pg | Patch |
| @effect/sql-sqlite-bun | Patch |
| @effect/sql-sqlite-node | Patch |
| @effect/sql | Patch |
| @effect/workflow | Patch |
| @effect/ai | Patch |
| @effect/ai-amazon-bedrock | Patch |
| @effect/ai-anthropic | Patch |
| @effect/ai-google | Patch |
| @effect/ai-openai | Patch |
| @effect/ai-openrouter | Patch |
| @effect/sql-sqlite-do | Patch |
| @effect/sql-sqlite-react-native | Patch |
| @effect/sql-sqlite-wasm | Patch |
| @effect/sql-kysely | Patch |
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment