Prepare v0.3.8 changelog and announcement #996
ci.yml
on: pull_request
Format, Lint, Typecheck, Test, Build
6m 47s
Browser Test
3m 58s
Release Smoke
1m 5s
Deploy app.threadlines.dev
/
deploy
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()`.
|