diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2023-10-06 17:05:58 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2023-10-08 16:54:31 -0700 |
| commit | d0bcc390e8f61ada470b524e3fd203c1af521a99 (patch) | |
| tree | 14503dd0b9cb5b3666b6c397f3449c7931bbcb08 /lib/std/multi_array_list.zig | |
| parent | 88bbec8f9b2f8f023a0177c204f51b8ac0aee83a (diff) | |
| download | zig-d0bcc390e8f61ada470b524e3fd203c1af521a99.tar.gz zig-d0bcc390e8f61ada470b524e3fd203c1af521a99.zip | |
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.
Diffstat (limited to 'lib/std/multi_array_list.zig')
0 files changed, 0 insertions, 0 deletions
