Files
deepseek-harness/packages/typert
imccyu a2981207b0 feat(typert): deliver the carrier outcome from ctx.remote
Every generated Remote method now resolves to `RemoteResult<T>`: the Client
face folds a carrier failure, a transport throw and a rejected result payload
into one error branch, so no consumer wraps a call to recover them. Only
assembly faults still reject — a wrong argument count, an unmounted method, a
missing Context binder, an absent Connection.

`RemoteFailure.code` stays an open string because the closed RPC code union
lives in the carrier package, which already depends on type-meta; naming it
here would invert that edge.

The goal surface drops its own try/catch plus the structural probe that
guessed whether a thrown cause was an RPC failure, and reads the result
instead.
2026-08-11 23:33:15 +08:00
..
2026-08-11 22:52:39 +08:00

Typert

English | 中文

Typert separates source analysis, runtime storage, and Loader discovery.

Package Role Cordis key
registry/ Stores runtime package reflection and schemas ctx.typert
loader/ Discovers Loader entries and registers generated host artifacts consumes ctx.loader and ctx.typert
generator/ Generates runtime artifacts from source types build-time library