• Joined on 2023-08-12
torque commented on issue factotum/NOCLIP#4 2023-11-12 12:08:42 -07:00
Add fencing mechanism for disabling help output auto line wrapping

Basic support for this was implemented in 768a81e2bdac45038ba553389be821783967aace. While the help generation in general would benefit from some refactoring, it was easy enough to hack this in.…

torque pushed to master at factotum/NOCLIP 2023-11-09 00:36:32 -07:00
70c6cea591 demo: demonstrate preformatted description text functionality
645ef24a4a command: preserve subcommand definition order
768a81e2bd help: hack in support for preformatted lines
Compare 3 commits »
torque pushed to master at factotum/nats.zig 2023-11-07 23:55:18 -07:00
b28a91b97f tests: add shell script for generating keys
torque pushed to master at factotum/nats.zig 2023-11-07 23:54:18 -07:00
c6764fcf60 readme: some minor updates
c18e1eb237 deps: update libressl to 3.8.2
Compare 2 commits »
torque pushed to zig-3.8.2 at factotum/libressl-portable 2023-11-07 00:58:52 -07:00
2b68369a2b check in v3.8.2 source
torque created branch zig-3.8.2 in factotum/libressl-portable 2023-11-07 00:58:52 -07:00
torque pushed to zig-build at factotum/libressl-portable 2023-11-07 00:58:43 -07:00
e2db88c634 build.zig: update for 3.8.2
torque pushed to zig-build at factotum/libressl-portable 2023-11-07 00:28:17 -07:00
213b9d18be build.zig: update for 3.8.2
c06f268a16 build.zig: fix copy-paste error in header search logic
9f96f4f711 build.zig: update for v3.8.1
e85e51738d add build.zig
bbf2737c2b move upstream readme
Compare 47 commits »
torque pushed to master at factotum/nats.zig 2023-11-06 23:32:56 -07:00
99daf922fd build: enable building protobuf-c and streaming support
7794532fb4 tests: fix for 3.7.0
Compare 2 commits »
torque pushed to master at factotum/nice-data 2023-11-06 21:45:34 -07:00
e8ddee5ab2 examples.reify: implement updated union/enum semantics
2f90ccba6f parser: accept 0-size tagged union values as scalars
d6e1e85ea1 parser: make tagged union field names respect expect_enum_dot
ed913ab3a3 state: properly update key order when preserving the last key
73575a43a7 readme: basic editing pass
Compare 5 commits »
torque pushed to master at factotum/nice-data 2023-10-22 17:49:20 -06:00
1c5d7af552 parser: don't leak on parseTo error
f371aa281c parser: default expect enum values with leading .
ce65dee71f parser: ostensibly fix sentinel handling
f371f16e2f slam dunk that minimum viable product vibe
f381edfff3 nice: chuck outdated format description comment
Compare 6 commits »
torque pushed to master at factotum/nice-data 2023-10-19 22:44:23 -06:00
cca7d61666 readme: produce excessive verbiage
torque pushed to master at factotum/nice-data 2023-10-18 22:34:15 -06:00
4690f0b808 parser: add option for case-insensitive scalar comparison
1f75ff6b8a readme: continue reading me
c83558de3e start adding the readme
4c966ca9d0 parser: reintroduce space strings and change token parsing strategy
Compare 4 commits »
torque pushed to master at factotum/nice-data 2023-10-18 01:20:54 -06:00
d64bf4e402 start adding the readme
258cf2ae83 parser: reintroduce space strings and change token parsing strategy
25386ac87a rename flow_(list|map) to inline_(list|map)
Compare 3 commits »
torque pushed to master at factotum/nats.zig 2023-10-14 19:26:27 -06:00
ff13f5e621 deps: vendor protobuf-c runtime library v1.4.1
torque pushed to zig-build at factotum/libressl-portable 2023-10-14 17:39:52 -06:00
dca6f532c8 build.zig: fix copy-paste error in header search logic
torque pushed to zig-3.8.1 at factotum/libressl-portable 2023-10-14 17:39:46 -06:00
25ec748968 build.zig: fix copy-paste error in header search logic
torque pushed to zig-3.8.0 at factotum/libressl-portable 2023-10-14 17:39:37 -06:00
0f084795d2 build.zig: fix copy-paste error in header search logic
torque pushed to master at factotum/nats.zig 2023-10-14 17:31:00 -06:00
41fbdf886b git subrepo pull --branch=v3.7.0 deps/nats.c
torque pushed to master at factotum/nice-data 2023-10-08 18:00:35 -06:00
8dd5463683 parser: change string and | semantics and expose slices in Value