authorgravatar for noam@pixelhero.devNoam Preil <noam@pixelhero.dev> 2020-08-13 12:35:17-04:00
committergravatar for noam@pixelhero.devNoam Preil <noam@pixelhero.dev> 2020-08-16 20:32:51-04:00
log93619a5e4e9ad0e29e521c2c30fc1e39f47a6ba8
tree5b66e4ed56fb707cca17e37474367ca1f352de8b
parent34923e071e6f9f46ab8abb645929b975ef9ba7ff
signature Commit is signed but in an unrecognized format.

Module: panic when encountering unimplemented node


1 files changed, 2 insertions(+), 0 deletions(-)

src-self-hosted/Module.zig+2
...@@ -1580,6 +1580,8 @@ fn analyzeRootSrcFile(self: *Module, root_scope: *Scope.File) !void {...@@ -1580,6 +1580,8 @@ fn analyzeRootSrcFile(self: *Module, root_scope: *Scope.File) !void {
1580 }1580 }
1581 }1581 }
1582 }1582 }
1583 } else {
1584 std.debug.panic("TODO: analyzeRootSrcFile {}", .{src_decl.tag});
1583 }1585 }
1584 // TODO also look for global variable declarations1586 // TODO also look for global variable declarations
1585 // TODO also look for comptime blocks and exported globals1587 // TODO also look for comptime blocks and exported globals