codinget
  • Joined on 2022-10-19
codinget opened issue webnet/webnet#180 2026-08-05 04:04:29 +02:00
ci: the ssh throughput test times out under runner load
codinget pushed to issue-82-vfs-unsupported at webnet/webnet 2026-08-05 03:49:05 +02:00
b07a3608e9 docs: record the statAndReaddir policy and the issues filed
016e506393 fix(vfs): let the statAndReaddir callsites fall back on unsupported
Compare 2 commits »
codinget opened issue webnet/webnet#179 2026-08-05 03:47:19 +02:00
vfs: decide how each caller answers an unsupported optional operation
codinget opened issue webnet/webnet#178 2026-08-05 03:46:53 +02:00
vfs: audit inlined optional-operation fallbacks against the shared ones
codinget opened issue webnet/webnet#177 2026-08-05 03:46:31 +02:00
drive: Range response ignores the offset when the filesystem has no readFileRange
codinget opened issue webnet/webnet#176 2026-08-05 03:46:12 +02:00
vfs: MemoryVFS.copy recurses without bound into its own destination
codinget pushed to issue-82-vfs-unsupported at webnet/webnet 2026-08-05 02:34:33 +02:00
b72ee0c9f1 test(vfs): cover the review's untested boundaries
codinget commented on pull request webnet/webnet#175 2026-08-05 02:24:56 +02:00
vfs: add an unsupported error and optional-operation fallbacks

Autonomous review (Claude Sonnet 5). Read through all 8 commits against origin/main (packages/vfs/src/index.ts, fallback/{policy,range,tree,fallback,index}.ts, the SFTP/FTP/WebDAV/SMB2 mapping changes, the three range-boundary fixes, and both test files). No correctness bugs found. Findings below are test-coverage gaps and one thing worth double-checking; none block the PR in my judgment.

codinget created pull request webnet/webnet#175 2026-08-05 02:18:06 +02:00
WIP: vfs: add an unsupported error and optional-operation fallbacks
codinget created branch issue-82-vfs-unsupported in webnet/webnet 2026-08-05 02:17:44 +02:00
codinget pushed to issue-82-vfs-unsupported at webnet/webnet 2026-08-05 02:17:44 +02:00
4387ea9837 docs: record the vfs fallback work
cf485af184 test(vfs): cover shimmed and unsupported conformance variants
a81437430c fix(vfs): honour empty ranges in the drive and ftp clients
c8352a319e test(vfs): pin readFileRange boundary behaviour
1660b1df2e refactor(vfs): share the statAndReaddir fallback
Compare 8 commits »
codinget deleted branch main from webnet/tailscale 2026-08-04 20:27:16 +02:00
codinget opened issue webnet/webnet#174 2026-08-04 19:16:08 +02:00
ci: periodically update upstream tailscale and check for conflicts
codinget pushed to main at webnet/webnet 2026-08-04 18:57:04 +02:00
394d720aeb docs(vfs): qualify overwrite replacement
c9ff59bd9a docs(vfs): define overwrite replacement
e00d55d2af fix(vfs): preserve overwrite destinations
a82ddab3a2 fix(drive): preserve overwrite destination
e1dc165e03 fix(vfs): address combined metadata review
Compare 7 commits »
codinget deleted branch t3code/issue-171-entries-method from webnet/webnet 2026-08-04 18:57:04 +02:00
codinget merged pull request webnet/webnet#172 2026-08-04 18:57:02 +02:00
vfs: combine stat and directory listing
codinget closed issue webnet/webnet#171 2026-08-04 18:57:02 +02:00
vfs: let readdir report the directory's own entry
codinget opened issue webnet/webnet#173 2026-08-04 17:58:46 +02:00
ci: build and maintain a base image with all deps
codinget commented on pull request webnet/webnet#172 2026-08-04 17:31:36 +02:00
vfs: combine stat and directory listing

Focused final review of 394d720ae is clean. The qualified overwrite wording accurately reflects existing implementations: it permits replacement, and a successful overwrite replaces rather…

codinget pushed to t3code/issue-171-entries-method at webnet/webnet 2026-08-04 16:39:11 +02:00
394d720aeb docs(vfs): qualify overwrite replacement