AgeAuthorCommit message
5 years agogravatar for hello@nektro.netMeghan Dennyremove zigwin32 from committed `deps.zig` so that bootstrap build can passv61
5 years agogravatar for hello@nektro.netMeghan Dennyupdate to zig master `0.9.0-dev.642`
5 years agogravatar for hello@nektro.netMeghan Dennyadd docs for `version` subcommand
5 years agogravatar for hello@nektro.netMeghan Dennyutil/funcs- add missing helpers for diff parsing
5 years agogravatar for hello@nektro.netMeghan Dennycmd/aq/add- change to add source git dep instead of http dep
5 years agogravatar for hello@nektro.netMeghan Dennycmd/fetch- parse the git diff of zigmod.lock to show package changes
5 years agogravatar for hello@nektro.netMeghan Dennycmd/fetch- alias `[]const u8` to `string`
5 years agogravatar for hello@nektro.netMeghan Dennyremove unused known-folders imports
5 years agogravatar for hello@nektro.netMeghan Dennyutil/deptype- enable zig fmt on the methods
5 years agogravatar for hello@nektro.netMeghan Dennyutil- add run_cmd_raw that returns the actual ChildProcess.ExecResult
5 years agogravatar for hello@nektro.netMeghan Dennyupdate nektro/zig-ansi
5 years agogravatar for hello@nektro.netMeghan Dennyrun build_all, fix zigwin32 usage
5 years agogravatar for hello@nektro.netMeghan Dennydocs- add that running zigmod with no commands will print the list of commands
5 years agogravatar for hello@nektro.netMeghan Dennyadd marlersoft/zigwin32 to enable ansi escape codes on windows terminals
5 years agogravatar for hello@nektro.netMeghan Dennycmd/fetch- clear line if not in bootstrap mode
5 years agogravatar for hello@nektro.netMeghan Dennycmd/fetch- dont gen lockfile when in bootstrap mode
5 years agogravatar for hello@nektro.netMeghan Dennyupdate zig-licenses version
5 years agogravatar for hello@nektro.netMeghan Dennyfix zfetch sum
5 years agogravatar for meghan@unicycle.coMeghan Dennycmd/zpm/add- use trim_suffix instead of trimRightv59
5 years agogravatar for meghan@unicycle.coMeghan Dennycmd/aquila/update- use trim{suffix,prefix} instead of trim{right,left}
5 years agogravatar for meghan@unicycle.coMeghan Dennyutil- dont open an empty path since it will fail
5 years agogravatar for meghan@unicycle.coMeghan Dennyutil- make trim_suffix always use u8
5 years agogravatar for meghan@unicycle.coMeghan Dennygitattributes- force the zigmod meta files to be lf too
5 years agogravatar for hello@nektro.netMeghanbadge-question-markactions- fix names and remove scheduled buildsv58
5 years agogravatar for meghan@unicycle.coMeghan Dennyundo GH actions change since my PAT doesnt have the accessv57
5 years agogravatar for meghan@unicycle.coMeghan Dennydocs- update cmd/sum
5 years agogravatar for meghan@unicycle.coMeghan Dennydocs- update cmd/license
5 years agogravatar for meghan@unicycle.coMeghan Dennyupdate dependencies
5 years agogravatar for meghan@unicycle.coMeghan Dennyzigmod.lock- use full hash now
5 years agogravatar for meghan@unicycle.coMeghan Dennyrun master test once per week instead per day
5 years agogravatar for meghan@unicycle.coMeghan Dennynormalize zig files to `\n` always
5 years agogravatar for hello@nektro.netMeghanbadge-question-markMerge pull request #23 from nektro/nektro-lock-fullhashv56
5 years agogravatar for hello@nektro.netMeghanbadge-question-markactions- run on master pushes as wellv55
5 years agogravatar for hello@nektro.netMeghanbadge-question-markadd GitHub actions script for pr and regular master CIv53
5 years agogravatar for hello@nektro.netMeghan Dennyswitch from `std.fs.Dir.realpathAlloc` to `std.fs.realpathAlloc`, cc #14v52
5 years agogravatar for hello@nektro.netMeghan Dennycmd/fetch- fix cache segfault when using `local` type dependencies
5 years agogravatar for hello@nektro.netMeghan Dennyupdate to Zig master `0.9.0-dev.443`v51
5 years agogravatar for hello@nektro.netMeghan Dennyupdate dependencies
5 years agogravatar for hello@nektro.netMeghan Dennyadd `version` command, closes #18
5 years agogravatar for hello@nektro.netMeghan Dennyupdate root deps.zig
5 years agogravatar for hello@nektro.netMeghan Dennydeps.zig- `.dirs` no longer needs to pub
5 years agogravatar for hello@nektro.netMeghan Dennydeps.zig- expose `Package.directory`, closes #9
5 years agogravatar for hello@nektro.netMeghan Dennymain- print available commands when no arguments are passed
5 years agogravatar for hello@nektro.netMeghan Dennyutil- `git_rev_HEAD` now accepts a `std.fs.Dir`
5 years agogravatar for hello@nektro.netMeghan Dennymain- move command list const up
5 years agogravatar for hello@nektro.netMeghan Dennymain- expose `build_options` to other parts of code
5 years agogravatar for hello@nektro.netMeghan Dennydry up commands struct
5 years agogravatar for hello@nektro.netMeghan Dennycmd/fetch- attempt using `detct_mainfile` when dep has no zig.mod
5 years agogravatar for hello@nektro.netMeghan Dennymove `detect_pkgname` and `detct_mainfile` from cmd/init to util
5 years agogravatar for hello@nektro.netMeghan Dennyutil/yaml- fix formatting for events
Loading...