Andrew Kelley d0bcc390e8 get zig fetch working with the new system
* start renaming "package" to "module" (see #14307)
  - build system gains `main_mod_path` and `main_pkg_path` is still
    there but it is deprecated.
* eliminate the object-oriented memory management style of what was
  previously `*Package`. Now it is `*Package.Module` and all pointers
  point to externally managed memory.
* fixes to get the new Fetch.zig code working. The previous commit was
  work-in-progress. There are still two commented out code paths, the
  one that leads to `Compilation.create` and the one for `zig build`
  that fetches the entire dependency tree and creates the required
  modules for the build runner.
2023-10-08 16:54:31 -07:00
..
2023-10-02 15:31:49 -06:00
2023-10-02 15:31:49 -06:00
2023-10-02 15:31:49 -06:00
2023-09-13 18:24:59 -04:00
2023-10-06 14:44:47 -04:00
2023-10-06 11:49:31 -07:00
2023-04-22 13:09:15 +03:00
2023-08-24 22:38:47 -07:00
2023-10-02 15:31:49 -06:00
2023-09-02 00:18:53 +02:00
2023-06-25 14:51:03 -07:00
2023-10-02 15:31:49 -06:00
2023-10-02 15:31:49 -06:00
2023-06-10 20:42:30 -07:00
2023-09-13 18:24:59 -04:00
2023-10-06 14:44:47 -04:00
2023-10-06 11:49:31 -07:00
2023-10-02 15:31:49 -06:00
2023-10-02 16:37:37 -06:00
2023-10-02 15:31:49 -06:00
2023-07-07 11:57:09 -07:00
2023-09-29 00:32:43 -07:00