Add `Terminal` method for writing to stderr by scotttrinh · Pull Request #6001 · Effect-TS/effect

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@scotttrinh

Copy link

Contributor

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.

@changeset-bot

Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@tim-smart tim-smart Awaiting requested review from tim-smart tim-smart is a code owner

@IMax153 IMax153 Awaiting requested review from IMax153 IMax153 is a code owner

Assignees

No one assigned

Labels

None yet

Projects

PR Backlog

Status: Discussion Ongoing

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

@scotttrinh