zigmod icon indicating copy to clipboard operation
zigmod copied to clipboard

zigmod fetch panics on malformed zigmod.yml

Open alarbada opened this issue 3 years ago • 0 comments

Or something like that.

Example configuration:

id: owwzd4yoivw3ux36rm4gz9t3byhbbtdlf9dxal6wm0vodan3
name: web-server
license: MIT
description: testing things
root_dependencies:
  - git https://github.com/Snektron/vulkan-zig <-- Missing src:

This fails with:

image

Adding the missing src: property fixes it.

alarbada avatar Aug 17 '22 09:08 alarbada