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

Kwxm/conformance/improve filename check #6730

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

kwxm
Copy link
Contributor

@kwxm kwxm commented Dec 3, 2024

This fixes #6660. See the issue for a description of the problem. The README file was a bit out of date so I updated that as well.

A related issue is #6714: that'll be dealt with in a separate PR.

@kwxm kwxm added Test No Changelog Required Add this to skip the Changelog Check labels Dec 3, 2024
@kwxm kwxm requested review from Unisay and ramsay-t December 3, 2024 12:43
case inputFile of
[] -> error $ "Input file missing in " <> dir
_:_:_ -> error $ "More than 1 input files in " <> dir
[file] -> do
Copy link
Contributor Author

Choose a reason for hiding this comment

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

At this point it checks that there's exactly one .uplc file in the directory, but it doesn't check that the filename matches the name of the directory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
No Changelog Required Add this to skip the Changelog Check Test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Conformance machinery can handle test names a bit misleadingly
2 participants