• Joined on 2023-08-12
torque pushed to master at factotum/cmark-zig 2024-01-15 23:10:42 -07:00
2a4b73c0f5 build: update for zig-0.12.0-dev.2208+4debd4338
4b9dbeea65 Add license
Compare 2 commits »
torque pushed to master at factotum/nice-data 2024-01-15 23:10:37 -07:00
ad73ea6508 build: update for 0.12.0-dev.2208+4debd4338
875b1b6344 start adding tests
ea52c99fee parser.Options: split truthy/falsy scalars into separate fields
dbf2762982 parser: empty document should be scalar, not string
Compare 4 commits »
torque pushed to master at factotum/nats.zig 2024-01-15 17:30:41 -07:00
b17a3fba6c readme: update zig support status
torque pushed to zig-0.11.x at factotum/nats.zig 2024-01-15 17:26:36 -07:00
c4a8ae1a38 deps: update libressl dep for minor build system fix
torque created branch zig-0.11.x in factotum/nats.zig 2024-01-15 17:26:36 -07:00
torque pushed to master at factotum/nats.zig 2024-01-15 17:23:56 -07:00
4124b912eb build: update for zig-0.12.0-dev.2208+4debd4338
torque pushed to zig-build at factotum/libressl-portable 2024-01-15 16:43:48 -07:00
9679f074d2 build: update for zig-0.12.0-dev.2208+4debd4338
c673c25fc9 readme: update
7940593eb8 build: remove unused code
e68d5f484b build: handle architecture include more gracefully
Compare 4 commits »
torque pushed to zig-3.8.2 at factotum/libressl-portable 2024-01-15 16:43:48 -07:00
9f74aeb1d2 build: update for zig-0.12.0-dev.2208+4debd4338
4bbf9ad43f readme: update
7bf54cea4f build: remove unused code
401b23c930 build: handle architecture include more gracefully
Compare 4 commits »
torque pushed to master at factotum/nats.zig 2024-01-01 16:20:16 -07:00
3462b3cdb6 all: don't automatically convert userdata types to pointer types
torque pushed to master at factotum/nats.zig 2024-01-01 16:19:51 -07:00
b71333dff6 all: don't automatically convert userdata types to pointer types
torque pushed to master at factotum/nats.zig 2024-01-01 16:11:43 -07:00
e155ba8bec all: don't automatically convert userdata types to pointer types
torque opened issue factotum/NOCLIP#12 2023-12-01 23:46:25 -07:00
CLI execution shouldn't call subcommands recursively
torque opened issue factotum/NOCLIP#11 2023-12-01 23:42:34 -07:00
Produce useful error messages on failure
torque pushed to master at factotum/nice-data 2023-11-23 19:38:13 -07:00
0f4a9fcaa7 misc: commit things at random
bd079b42d9 compile with zig master
bd0d74ee6a examples.reify: add default value field
2208079355 parser.Options: embellish expect_enum_dot description
98eac68929 value: simplify list conversion code
Compare 8 commits »
torque commented on issue factotum/NOCLIP#9 2023-11-12 17:50:08 -07:00
consider: forbid ordered arguments on commands with subcommands

One possible option for making this compile-time behavior would be to remove addSubcommand from the parser interface and add a method to the generic parser instance to easily get a heap-allocated…

torque opened issue factotum/NOCLIP#10 2023-11-12 16:47:17 -07:00
Improve ergonomics of early-exit flags on commands that require subcommands
torque opened issue factotum/NOCLIP#9 2023-11-12 13:25:49 -07:00
consider: forbid ordered arguments on commands with subcommands
torque opened issue factotum/NOCLIP#8 2023-11-12 13:02:23 -07:00
Improve typo subcommand error message
torque opened issue factotum/NOCLIP#7 2023-11-12 12:45:31 -07:00
Fix the really stupid way the user context is handled.
torque closed issue factotum/NOCLIP#4 2023-11-12 12:08:42 -07:00
Add fencing mechanism for disabling help output auto line wrapping