Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Records and Tuples #7638

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

gamebox
Copy link
Collaborator

@gamebox gamebox commented Feb 25, 2025

No description provided.

@@ -288,7 +287,7 @@ pub fn parseAppHeader(self: *Parser) IR.NodeStore.HeaderIdx {
}
platform = self.parseStringExpr();
platform_name = name_tok;
std.debug.print("Tokens after string: {s}\n", .{@tagName(self.peek())});
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, my bad!

if (debug) {
std.debug.print("Original:\n==========\n{s}\n==========\n\n", .{input});
}
// if (debug) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rather than commenting these out, if you want to temporarily disable this can you pass debug=false from these tests?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants