{freetype,sysaudio}: use std.refAllDeclsRecursive #412

Merged
alichraghi merged 2 commits from rmRefAll into main 2022-07-17 16:26:29 +00:00
alichraghi commented 2022-07-17 08:08:04 +00:00 (Migrated from github.com)

added to stdlib via https://github.com/ziglang/zig/pull/12103

  • By selecting this checkbox, I agree to license my contributions to this project under the license(s) described in the LICENSE file, and I have the right to do so or have received permission to do so by an employer or client I am producing work for whom has this right.
added to stdlib via https://github.com/ziglang/zig/pull/12103 - [X] By selecting this checkbox, I agree to license my contributions to this project under the license(s) described in the LICENSE file, and I have the right to do so or have received permission to do so by an employer or client I am producing work for whom has this right.
alichraghi commented 2022-07-17 08:22:06 +00:00 (Migrated from github.com)

i wonder why CI uses old zig. i just downloaded and it include my PR

i wonder why CI uses old zig. i just downloaded and it include my PR
iddev5 commented 2022-07-17 13:13:59 +00:00 (Migrated from github.com)

CI doesn't follows zig master. The version is hard coded.

CI doesn't follows zig master. The version is hard coded.
emidoots commented 2022-07-17 14:21:15 +00:00 (Migrated from github.com)

You just need to run:

ZIG_VERSION=0.10.0-dev.3027+0e26c6149 ./dev/update-zig.sh

It'll do all the work of updating hard-coded locations for you. Just commit the result with message like all: update to Zig version 0.10.0-dev.3027+0e26c6149

You just need to run: ```sh ZIG_VERSION=0.10.0-dev.3027+0e26c6149 ./dev/update-zig.sh ``` It'll do all the work of updating hard-coded locations for you. Just commit the result with message like `all: update to Zig version 0.10.0-dev.3027+0e26c6149`
emidoots commented 2022-07-17 16:25:45 +00:00 (Migrated from github.com)

CI version updated, so this should be good to go I think. I'll merge and we'll fix CI later by updating version again if needed.

CI version updated, so this _should_ be good to go I think. I'll merge and we'll fix CI later by updating version again if needed.
emidoots (Migrated from github.com) approved these changes 2022-07-17 16:25:55 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
hexops/mach!412
No description provided.