Norman Nunley ndn · he/him
  • Pittsburgh, PA
  • Joined on 2024年12月04日
ndn pushed to main at ndn/objfs 2026年03月01日 23:20:18 +01:00
04958fc74b docs: Use generic RE API v2 language and cargo install instructions
20953db8e1 refactor: replace nativelink-proto with self-generated protos
Compare 2 commits »
ndn pushed to main at ndn/objfs 2026年03月01日 22:11:59 +01:00
7e1b740d78 docs: Add init subcommand to USAGE.md and README.md
1ca10497c1 test: Add integration tests for objfs init subcommand
989a7a872f feat: Add ObjfsConfig awareness to objfs-cc-wrapper
dd1553ce37 feat: Wire ObjfsConfig into cargo-objfs-rustc runtime
3d52a8a6c4 feat: Add objfs init subcommand with auto-detection and config export
Compare 11 commits »
ndn pushed to main at ndn/objfs 2026年03月01日 21:32:38 +01:00
17ce0f4de6 fix: Scrub personal references from source code and scripts
b4ba4af4b8 docs: Consolidate root to README.md and USAGE.md, scrub personal references
8581f4b3d1 docs: Remove old root docs and update README links
105acaa5f0 docs: Add guides for quickstart, remote execution, worker setup, CI/CD, and C/C++
37a0c9c136 docs: Add reference docs for architecture, linking strategy, and auto-worker registration
Compare 35 commits »
ndn pushed to main at ndn/objfs 2026年03月01日 21:30:40 +01:00
a0706b70f0 fix: Scrub personal references from source code and scripts
ndn pushed to main at ndn/objfs 2026年03月01日 21:26:27 +01:00
fbb8e8a48b docs: Consolidate root to README.md and USAGE.md, scrub personal references
ndn pushed to main at ndn/objfs 2026年03月01日 21:18:24 +01:00
fee7d7853a docs: Remove old root docs and update README links
2c3c81181b docs: Add guides for quickstart, remote execution, worker setup, CI/CD, and C/C++
c5aad1a302 docs: Add reference docs for architecture, linking strategy, and auto-worker registration
Compare 3 commits »
ndn created branch main in ndn/objfs 2026年03月01日 21:13:23 +01:00
ndn pushed to main at ndn/objfs 2026年03月01日 21:13:23 +01:00
6295570145 docs: Document git-issue sync for issue notes
ed18c44080 track: Add issues for ccache-level C/C++ support
ceb2917ebd track: Add issues for ccache-level C/C++ support
9517aaf64a docs: Apply Elements of Style to C/C++ documentation
3915eea2db docs: Add comprehensive C/C++ integration guide
Compare 10 commits »
ndn created repository ndn/objfs 2026年03月01日 21:13:12 +01:00
ndn created pull request timbran/moor#630 2026年02月24日 16:04:35 +01:00
[fix] Use f64 literals for bg_seconds/fg_seconds in tasks_db_fjall tests
ndn created branch bugfix/fjall-f64-test-literals in timbran/moor 2026年02月24日 15:32:03 +01:00
ndn pushed to bugfix/fjall-f64-test-literals at timbran/moor 2026年02月24日 15:32:03 +01:00
af26ceb7f1 [fix] Use f64 literals for bg_seconds/fg_seconds in tasks_db_fjall tests
ndn created pull request timbran/moor#629 2026年02月24日 15:21:27 +01:00
[fix] Fix decompiler adding extra parentheses around computed verb names (#626)
ndn created branch bugfix/decompile-extra-parens in timbran/moor 2026年02月24日 15:10:36 +01:00
ndn pushed to bugfix/decompile-extra-parens at timbran/moor 2026年02月24日 15:10:36 +01:00
9e835e1721 [fix] Fix decompiler adding extra parentheses around computed verb names (#626)
ndn pushed to feature/anonymous-eden at timbran/moor 2026年02月24日 08:23:25 +01:00
04fe380aa6 feat(kernel): complete nursery object implementation
116be97ed2 feat(kernel): add nursery for task-local anonymous objects
6a14ec2335 [fix] Fix #627 bad utf8 offsetting in Str::range_set
0cf2bdf6d8 [chore] clean clippy
5f6f754df8 [chore] clean clippy
Compare 257 commits »
ndn pushed to main at timbran/tree-sitter-moor 2026年01月18日 23:07:43 +01:00
bceb15c881 docs: Add MOO LSP design document
ndn pushed to feature/moor-lsp at timbran/moor 2026年01月12日 03:14:01 +01:00
2bfe2d7498 feat: add moor-lsp Language Server Protocol implementation
0f84e1c377 plan: textdump load test generator
7dde48bca2 refactor: extract moor-client crate from mcp-host
fded6e9430 [fix] Attempt to improve accessibility for room descriptions
32d8dec799 Fix import warning
Compare 58 commits »
ndn pushed to feature/moor-lsp at timbran/moor 2026年01月12日 03:12:18 +01:00
1cc7acee8d feat: add moor-lsp Language Server Protocol implementation
abc5b653c8 plan: textdump load test generator
Compare 2 commits »
ndn approved timbran/moor#600 2026年01月07日 04:59:11 +01:00
Upgrade to Fjall 3.0.0 ; breaking DB format changes

LGTM. It might be good to make it clear that the group size for builtins is enforced at compile time. But the rest seems pretty uncontroversial.