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

Refining compilation options #415

Merged
merged 33 commits into from
May 31, 2024
Merged

Refining compilation options #415

merged 33 commits into from
May 31, 2024

Conversation

mmontin
Copy link
Collaborator

@mmontin mmontin commented May 31, 2024

The refines compilation options so that:

The compilation changes are leading to a lot of new warnings (which should have been present before) which are solved in this PR too (incomplete pattern matching, extraneous imports, etc)

mmontin and others added 30 commits May 31, 2024 01:39
Co-authored-by: Florent C. <florentc@users.noreply.github.com>
Co-authored-by: Florent C. <florentc@users.noreply.github.com>
Co-authored-by: Florent C. <florentc@users.noreply.github.com>
Co-authored-by: Florent C. <florentc@users.noreply.github.com>
Co-authored-by: Florent C. <florentc@users.noreply.github.com>
Co-authored-by: Florent C. <florentc@users.noreply.github.com>
Co-authored-by: Florent C. <florentc@users.noreply.github.com>
Co-authored-by: Florent C. <florentc@users.noreply.github.com>
Co-authored-by: Florent C. <florentc@users.noreply.github.com>
Co-authored-by: Florent C. <florentc@users.noreply.github.com>
@mmontin mmontin marked this pull request as ready for review May 31, 2024 10:27
@mmontin mmontin requested a review from florentc May 31, 2024 10:27
Comment on lines +63 to +65
let a = paysPK (wallet 1) $ Script.lovelaceValueOf 123
b = paysPK (wallet 2) $ Script.lovelaceValueOf 123
c = paysPK (wallet 3) $ Script.lovelaceValueOf 123
Copy link
Member

Choose a reason for hiding this comment

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

Was there a warning here? Even if not, I approve the change

Copy link
Member

Choose a reason for hiding this comment

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

This module seems to have undergone more significant changes than what would be expected from a few additional new warnings. Is this normal?

@mmontin mmontin merged commit f5e9c78 into main May 31, 2024
7 checks passed
@mmontin mmontin deleted the mm/trace-in-validators branch May 31, 2024 16:19
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.

Remove useless String parameters for some tests
2 participants