Skip to content

Prepare v0.3.8 changelog and announcement #996

Prepare v0.3.8 changelog and announcement

Prepare v0.3.8 changelog and announcement #996

Triggered via pull request September 1, 2026 18:39
Status Success
Total duration 6m 53s
Artifacts

ci.yml

on: pull_request
Format, Lint, Typecheck, Test, Build
6m 47s
Format, Lint, Typecheck, Test, Build
Browser Test
3m 58s
Browser Test
Release Smoke
1m 5s
Release Smoke
Deploy app.threadlines.dev  /  deploy
Deploy app.threadlines.dev / deploy
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
eslint(no-unused-vars): apps/server/src/orchestration/Layers/ProviderCommandReactor.test.ts#L269
apps/server/src/orchestration/Layers/ProviderCommandReactor.test.ts:269:29: Parameter '_' is declared but never used.
react(set-state-in-effect): apps/web/src/bench/streamBench.tsx#L124
apps/web/src/bench/streamBench.tsx:124:5: Calling setState synchronously within an effect can trigger cascading renders
react(refs): apps/web/src/rpc/serverState.ts#L231
apps/web/src/rpc/serverState.ts:231:14: Cannot access refs during render
threadlines(no-inline-schema-compile): packages/effect-codex-app-server/src/schema.test.ts#L82
packages/effect-codex-app-server/src/schema.test.ts:82:16: Hoist Schema.is(...) to module scope: the compiled function is rebuilt on every call. Move it to a module-level const.
threadlines(no-inline-schema-compile): packages/effect-codex-app-server/src/schema.test.ts#L31
packages/effect-codex-app-server/src/schema.test.ts:31:5: Hoist Schema.is(...) to module scope: the compiled function is rebuilt on every call. Move it to a module-level const.
threadlines(no-inline-schema-compile): packages/effect-codex-app-server/src/schema.test.ts#L27
packages/effect-codex-app-server/src/schema.test.ts:27:5: Hoist Schema.is(...) to module scope: the compiled function is rebuilt on every call. Move it to a module-level const.
threadlines(no-inline-schema-compile): packages/effect-codex-app-server/src/schema.test.ts#L23
packages/effect-codex-app-server/src/schema.test.ts:23:18: Hoist Schema.is(...) to module scope: the compiled function is rebuilt on every call. Move it to a module-level const.
threadlines(no-inline-schema-compile): packages/effect-codex-app-server/src/schema.test.ts#L22
packages/effect-codex-app-server/src/schema.test.ts:22:18: Hoist Schema.is(...) to module scope: the compiled function is rebuilt on every call. Move it to a module-level const.
eslint(no-unused-vars): apps/web/src/environments/runtime/service.addSavedEnvironment.test.ts#L10
apps/web/src/environments/runtime/service.addSavedEnvironment.test.ts:10:53: Parameter '_' is declared but never used.
unicorn(no-array-reverse): scripts/audit-marketing-media-corners.ts#L122
scripts/audit-marketing-media-corners.ts:122:75: Use `Array#toReversed()` instead of `Array#reverse()`.