Commit graph

2,976 commits

Author SHA1 Message Date
321aabe24a xo-reader2 stack: + ARuntimeContext.collector()
access Collector API (if present) from runtime context
2026-03-24 21:59:59 -04:00
4588ee85cf xo-object2: minor: default AGCObject for DBoolean.make() 2026-03-24 17:49:23 -04:00
7a26533012 xo-facet: + _has_null_vptr() helper.
Will be load-bearing for gc
2026-03-24 17:48:44 -04:00
26466c5bda xo-facet: bugfix: is_convertible_v usage
is_convertible_v<T,T> can be false if T isn't copyable.
since dealing with a T pointer, actually want
is_convertible_v<T*,T*>
2026-03-24 17:47:52 -04:00
57a04a688e xo-expression2: streamline TypeRef.forward_children() 2026-03-24 17:47:16 -04:00
eca1a6d8e6 xo-alloc2: + release() method for dp<T> 2026-03-24 17:45:09 -04:00
263999efdb xo-reader2: + SyntaxStateMachine.forward_children method
Support gc traversal with goal of making ParserStateMachine a gc root
2026-03-24 17:43:45 -04:00
b0b14d4e41 xo-stringtable2: + is_gc_eligible() comptime flag 2026-03-24 17:37:27 -04:00
5f73ee7303 nix: using nixos-25.05 on linux; + notmuch if linux 2026-03-24 17:35:48 -04:00
25ffbe144b nix: use clang-tools (for emacs+lsp) 2026-03-24 17:35:26 -04:00
726adf8054 xo-expression2: refactor: layout Variable support file locn 2026-03-19 11:34:07 -04:00
67bb07f6ac Merge branch 'claude1' of github.com:rconybea/xo-umbrella2 into claude1 2026-03-18 09:50:40 -04:00
4c59b32444 xo-gc: + MutationLogEntry.hpp [WIP] 2026-03-18 09:50:01 -04:00
e8cab48db1 xo-alloc2: tidy: delete dup .cpp 2026-03-17 22:45:05 -04:00
f5a581ab74 xo-reader2: #q supports literal dictionaries 2026-03-17 21:04:08 -04:00
92983523b5 xo-object2: nit: dictionary printing 2026-03-17 21:03:39 -04:00
5f40d5f19e xo-procedure2: init -> trigger xo-type dep init 2026-03-17 21:03:08 -04:00
892636a84b delete unused typo file 2026-03-17 21:02:37 -04:00
2d4ab4d105 cosmetic 2026-03-17 21:02:27 -04:00
a6d2647b7a .clangd: try to suppress spurious #pragma once complaints 2026-03-17 21:02:00 -04:00
5b99832020 Merge branch 'claude1' of github.com:rconybea/xo-umbrella2 into claude1 2026-03-17 14:15:17 -04:00
7f1ce8e59b + BACKLOG.md 2026-03-17 14:14:44 -04:00
d95ae59edd Merge branch 'claude1' of github.com:rconybea/xo-umbrella2 into claude1 2026-03-17 13:07:35 -04:00
e9e708dc56 Merge branch 'claude1' of github.com:Rconybea/xo-umbrella2 into claude1 2026-03-17 13:07:17 -04:00
f84935f01d + top-level .clangd 2026-03-17 13:05:32 -04:00
bc5d96223d xo-reader2: refactor: move ExpectFormalArgSsm support -> subdir 2026-03-17 12:57:41 -04:00
d5368c55e9 xo-reader2: bugfix: ParenSsm include paths 2026-03-17 12:50:22 -04:00
7a2b27ed07 xo-reader2: bugfix genfacet paths + move DParenSsm 2026-03-17 12:49:35 -04:00
3a7355b7d8 xo-type: nit: need return value even on impossible paths 2026-03-17 12:28:12 -04:00
5502f3e10c xo-procedure2: bugfix: conform getcwd() api: must use return value 2026-03-17 12:27:31 -04:00
d1aa56a289 xo-interpreter2: utest: match changed report-memory-use spelling 2026-03-17 12:26:58 -04:00
249b2ac63b xo-indentlog: utest: carveout for osx-vs-linux nullptr printing 2026-03-17 12:24:27 -04:00
0cbb4811b0 xo-interpreter2: report_memory_use() -> report-memory-use(); 2026-03-16 20:19:57 -05:00
1693de02c5 xo-interpreter2: streamline pm setup 2026-03-16 20:18:52 -05:00
3eb6a1be56 xo-procedure2: simplify primitive install 2026-03-16 20:12:19 -05:00
0c34521d77 xo-expression2: streamline setup 2026-03-16 19:27:28 -05:00
cabfe39e04 xo-reader2: streamline setup 2026-03-16 19:21:09 -05:00
92c2a9ea58 xo-alloc2: delete obsolete .cpp file 2026-03-16 19:14:21 -05:00
4c8ac73b6a xo-alloc2: + missing setup .*pp files 2026-03-16 19:12:31 -05:00
1ffa28ec16 xo-alloc2: streamline setup 2026-03-16 19:12:09 -05:00
a4e6328b7e xo-stringtable2: retire unused .cpp files 2026-03-16 19:03:40 -05:00
411be6361f xo-stringtable2: tidy + restore build 2026-03-16 19:03:12 -05:00
8b01861940 x-stringtable2: streamline setup 2026-03-16 19:02:00 -05:00
5ae21b9459 xo-procedure2: streamline setup 2026-03-16 15:45:47 -05:00
1b925d9747 xo-type: streamline setup 2026-03-16 15:10:53 -05:00
d464ea3f5b xo-object2: streamline setup 2026-03-16 14:57:23 -05:00
5e405e6ae2 xo-numeric: streamline setup 2026-03-16 14:41:28 -05:00
3303032235 xo-interpreter2: streamline setup 2026-03-16 14:28:27 -05:00
cb9961c6c3 xo-interpreter2 stack: use RuntimeContext to streamline setup 2026-03-16 14:09:03 -05:00
a66cd3cf91 xo-numeric: attach type to numeric primitives 2026-03-16 13:51:51 -05:00