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

Fix mill testing on mill 0.11 and add mill to README and comments #119

Merged
merged 1 commit into from
Nov 16, 2023

Conversation

jiegec
Copy link
Contributor

@jiegec jiegec commented Oct 27, 2023

mill 0.11 has changed the way to write test module, see https://github.com/com-lihaoyi/mill/releases/tag/0.11.0

Copy link
Contributor

@jackkoenig jackkoenig left a comment

Choose a reason for hiding this comment

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

LGTM Thanks! Sorry I missed the email notification about this PR.

@jackkoenig jackkoenig merged commit e6e63d6 into chipsalliance:main Nov 16, 2023
2 checks passed
@@ -30,7 +30,7 @@ jobs:
GROUP="com.github.$SAFE_ORG"

# Replace placeholders
sed -i "s/%NAME%/$NAME/g" build.sbt build.sc README.md
sed -i "s/%NAME%/$NAME/g" build.sbt build.sc README.md src/test/scala/gcd
Copy link

Choose a reason for hiding this comment

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

@jackkoenig template creation fails for me with "sed: couldn't edit src/test/scala/gcd: not a regular file".
Maybe use 'src/test/scala/gcd/*'?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oops, my fault, you are right.

Copy link
Contributor

Choose a reason for hiding this comment

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

Good catch, thanks @towoe! I'll push a fix.

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