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: replace panic! with internal_error! in compiler modules #5362

Merged
merged 1 commit into from
May 4, 2023
Merged

chore: replace panic! with internal_error! in compiler modules #5362

merged 1 commit into from
May 4, 2023

Conversation

jarlah
Copy link
Contributor

@jarlah jarlah commented May 2, 2023

relates to #2046

@jarlah jarlah changed the title chore: replace panic! with internal_error! in more compiler modules chore: replace panic! with internal_error! im compiler modules May 2, 2023
@jarlah jarlah changed the title chore: replace panic! with internal_error! im compiler modules chore: replace panic! with internal_error! in compiler modules May 2, 2023
@jarlah
Copy link
Contributor Author

jarlah commented May 3, 2023

fixed compilation issue in llvm.rs

@jarlah
Copy link
Contributor Author

jarlah commented May 3, 2023

I seem to have introduced a bug in test_gen. I will investigate. Possibly do the art of elimination.

crates/compiler/test_gen/src/helpers/wasm.rs Outdated Show resolved Hide resolved
crates/compiler/test_gen/src/helpers/wasm.rs Outdated Show resolved Hide resolved
crates/compiler/test_gen/src/helpers/wasm.rs Outdated Show resolved Hide resolved
@jarlah
Copy link
Contributor Author

jarlah commented May 3, 2023

cool. Thanks @ayazhafiz I will take a look :)

@jarlah
Copy link
Contributor Author

jarlah commented May 3, 2023

first thing I synced with upstream. So this force push was just updating

@jarlah
Copy link
Contributor Author

jarlah commented May 3, 2023

ill revert the changes to the test_gen package later.
EDIT: done

@jarlah jarlah requested a review from ayazhafiz May 3, 2023 20:13
Copy link
Sponsor Member

@ayazhafiz ayazhafiz left a comment

Choose a reason for hiding this comment

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

Great, thanks so much!

@ayazhafiz ayazhafiz merged commit 14ac58f into roc-lang:main May 4, 2023
@jarlah jarlah deleted the replace-panic-with-internal-error branch May 4, 2023 09:57
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