copygirl
1629281168
Update some (doc) comments
7 months ago
copygirl
96e511bfc1
Add Entity formatting
8 months ago
copygirl
b20caf4e36
Fix use of invalidFmtError
8 months ago
copygirl
33dfbe8a9e
Use defer in Path tests
8 months ago
copygirl
e695213f65
Rename getX() functions to simply x()
8 months ago
copygirl
772908b3c1
Update Zig and Flecs, big refactor
9 months ago
copygirl
09b018ecec
Make Path parts sentinel terminated
...
This means Entity.init doesn't need to allocate.
1 year ago
copygirl
e664ee4afd
Add expect testing utility namespace
1 year ago
copygirl
f0a956318e
Make Path.fromParts not return error
1 year ago
copygirl
bd51b09ad6
Swap order of EntityPart.id and .name
1 year ago
copygirl
8e4a99bfe5
Rename FormatOptions.prefix to root_sep
1 year ago
copygirl
ab48fa440b
Add Path.equals
1 year ago
copygirl
edadf3e1df
Fix Path.buildParts
1 year ago
copygirl
51f82576af
Add Path.buildParts helper function
1 year ago
copygirl
d639e8e5a9
Add Entity.getPath
1 year ago
copygirl
4dbb7b84a8
Allow Path to handle numeric entity ids
1 year ago
copygirl
edea471785
All-around improvements to Path
...
- Use `FormatOptions` struct to specify
how paths get parsed and stringified
- Replace .alloc union with Allocator and
booleans specifying what the path owns
- Implement clone function
- Add some helper functions
- More and improved documentation
1 year ago
copygirl
9d0d30a608
Add WIP Path helper struct
1 year ago