Skip to content

Commit aae6ab3

Browse files
committed
cleanup
Signed-off-by: Emi <[email protected]>
1 parent b14f8e6 commit aae6ab3

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github: slimsag
1+
github: emidoots

.github/ISSUE_TEMPLATE/dev_release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: (dev) Release checklist
33
about: The checklist we follow to perform a Mach release
44
title: 'all: Mach 0.3 release checklist'
55
labels: all, zig-update
6-
assignees: 'slimsag'
6+
assignees: 'emidoots'
77

88
---
99

.github/ISSUE_TEMPLATE/dev_zig_nomination.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: (dev) Zig version update
33
about: The process we follow to perform a Zig version update
44
title: 'all: nominate Zig YYYY.MM.0-mach'
55
labels: all, zig-update
6-
assignees: 'slimsag'
6+
assignees: 'emidoots'
77

88
---
99

@@ -29,7 +29,7 @@ You may have been linked to this issue because you sent a pull request to update
2929
* [ ] https://machengine.org/docs/zig-version has been updated
3030
* [ ] In `machengine.org` repository `static/zig` folder, `wrench script nominate-zig-index-update finalize 2024.1.0-mach-wip` has been ran and the [`index.json`](https://machengine.org/zig/index.json) has had `-wip` removed and the `mach-latest` entry has been updated.
3131
* [ ] The `**IN-PROGRESS**` warning in the _Nomination history_ has been removed.
32-
* [ ] A [new issue](https://github.com/hexops/mach/issues/new?assignees=slimsag&labels=all%2C+zig-update&projects=&template=dev_zig_nomination.md&title=all%3A+nominate+Zig+YYYY.MM) has been filed for the next nomination.
32+
* [ ] A [new issue](https://github.com/hexops/mach/issues/new?assignees=emidoots&labels=all%2C+zig-update&projects=&template=dev_zig_nomination.md&title=all%3A+nominate+Zig+YYYY.MM) has been filed for the next nomination.
3333
* [ ] A #progress announcement has been made:
3434

3535
> We've just finalized nominating and updating to Zig 2024.1.0-mach. We encourage you to update your projects to that Zig version now. :)

src/Core.zig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ pub fn initWindow(core: *Core, window_id: mach.ObjectID) !void {
215215
}
216216

217217
pub fn tick(core: *Core, core_mod: mach.Mod(Core)) !void {
218-
// TODO(core)(slimsag): consider execution order of mach.Core (e.g. creating a new window
218+
// TODO(core)(emidoots): consider execution order of mach.Core (e.g. creating a new window
219219
// during application execution, rendering to multiple windows, etc.) and how
220220
// that relates to Platform.tick being responsible for both handling window updates
221221
// (like title/size changes) and window creation, plus multi-threaded rendering.
@@ -268,7 +268,7 @@ pub fn main(core: *Core, core_mod: mach.Mod(Core)) !void {
268268
}
269269

270270
fn platform_update_callback(core: *Core, core_mod: mach.Mod(Core)) !bool {
271-
// TODO(core)(slimsag): consider execution order of mach.Core (e.g. creating a new window
271+
// TODO(core)(emidoots): consider execution order of mach.Core (e.g. creating a new window
272272
// during application execution, rendering to multiple windows, etc.) and how
273273
// that relates to Platform.tick being responsible for both handling window updates
274274
// (like title/size changes) and window creation, plus multi-threaded rendering.

0 commit comments

Comments
 (0)