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

Add option to run non-compiled crystal scripts from bin #871

Merged
merged 1 commit into from
Oct 12, 2024
Merged

Conversation

jwoertink
Copy link
Member

Fixes #869

If you have a non-compiled crystal script in bin like bin/lucky.some_script.cr, running lucky some_script will now execute that script.

@jwoertink jwoertink added the hacktoberfest-accepted PRs accepted for Hacktoberfest label Oct 11, 2024
status.exit_status.should eq(0)
status.exit_code.should eq(0)
Copy link
Member Author

Choose a reason for hiding this comment

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

These changes are related to crystal-lang/crystal#8381

@jwoertink jwoertink merged commit 3553f8c into main Oct 12, 2024
5 checks passed
@jwoertink jwoertink deleted the issues/869 branch October 12, 2024 21:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest-accepted PRs accepted for Hacktoberfest
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add new CLI option to execute raw crystal files in bin
1 participant