Skip to content

r82

Choose a tag to compare

@github-actions github-actions released this 18 Sep 18:58
  • b894070 ci: add aarch64-windows-gnu (Meghan Denny)
  • 36021e5 ci: zigmod sum needs fetch to be ran first (Meghan Denny)
  • a2daf43 util: file_list: use extras.fileList (Meghan Denny)
  • fb1a2c1 cmd/generate: add a few TODOs (Meghan Denny)
  • 9c43bd4 more dead code removal (Meghan Denny)
  • 928e888 use errdefer for std.ArrayList deinit (Meghan Denny)
  • 3db48d1 return narrowed error in else case of catch switch (Meghan Denny)
  • d2bedba dry: u.list_contains -> extras.containsString (Meghan Denny)
  • 67caed0 dry: u.does_file_exist -> extras.doesFileExist (Meghan Denny)
  • d2169e0 get_module_from_dep: better error handling (Meghan Denny)
  • 5b580b8 dry: u.trim_prefix -> extras.trimPrefix (Meghan Denny)
  • ef97218 cmd/license: alphabetize output (Meghan Denny)
  • d68545f replace vendored yaml parsing with shared package (Meghan Denny)
  • d051451 deps: truemedian/zfetch made its final commit and is now archived (Meghan Denny)
  • ec980d5 remove dependence on non-const temporaries (Meghan Denny)
  • 014d13f remove any other references to the old bootstrap process (Meghan Denny)
  • 7cd61e4 build.zig: add -Dstage2 option to test (Meghan Denny)
  • 40917b1 finally give Zigmod its exorcism (Meghan Denny)
  • 301c7ea bootstrap step is no longer necessary (Meghan Denny)
  • 04e8462 use the deps.zig made by `zigmod generate` (Meghan Denny)
  • 654f634 fetch: only delete the .git folder when version is a commit (Meghan Denny)
  • 16bef4f ensure dep.type is propogated properly through to collect_deps (Meghan Denny)
  • c19c852 util: git_rev_HEAD: fix behavior when HEAD is not a ref (Meghan Denny)
  • ae6cf5f cmd: add the `generate` command (Meghan Denny)
  • f12542b Module.is_sys_lib / Module.is_framework replaced with Module.type comparison (Meghan Denny)
  • f842053 add type field to zigmod.Module (Meghan Denny)
  • 3cffae7 util.git_rev_HEAD: max alloc len to 50 (Meghan Denny)
  • 55a0abb zigmod.DepType -> zigmod.Dep.Type (Meghan Denny)