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

chore: ICP Ninja Migration #293

Merged
merged 6 commits into from
Mar 13, 2025
Merged

chore: ICP Ninja Migration #293

merged 6 commits into from
Mar 13, 2025

Conversation

fxgst
Copy link
Collaborator

@fxgst fxgst commented Mar 10, 2025

No description provided.

@fxgst fxgst marked this pull request as ready for review March 12, 2025 13:29
@@ -37,7 +37,7 @@ actor {
let c : Nat32 = Prim.charToNat32(char);
x := ((x << 5) +% x) +% c;
};
x
x;
Copy link
Contributor

Choose a reason for hiding this comment

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

I think (following Rust?) we don't add semis when the value gets returned. @rvanasa?

Copy link
Contributor

@rvanasa rvanasa Mar 12, 2025

Choose a reason for hiding this comment

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

This depends on how the formatter is configured (trailing semicolons by default in the Prettier ecosystem).

Copy link
Contributor

Choose a reason for hiding this comment

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

Then just disable that on this project?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

The formatter puts this back in when I remove it

Copy link
Contributor

Choose a reason for hiding this comment

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

@fxgst git pull and try reformatting

Copy link
Contributor

@ggreif ggreif left a comment

Choose a reason for hiding this comment

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

LGTM!

@fxgst fxgst merged commit ff7be0c into main Mar 13, 2025
8 checks passed
@fxgst fxgst deleted the elias/migration branch March 13, 2025 14:21
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.

3 participants