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

Revert comment about cleaning not being on by default #179

Merged
merged 1 commit into from
Sep 14, 2023

Conversation

stanhu
Copy link
Collaborator

@stanhu stanhu commented Sep 14, 2023

Cleaning is on by default; it's just that prior to #178 the cleaning was quietly failing:

Cleaning files only used during build.
/Users/stanhu/.asdf/installs/ruby/3.1.4/lib/ruby/3.1.0/fileutils.rb:637:in `rm_rf': wrong number of arguments (given 2, expected 1) (ArgumentError)
	from ./extconf.rb:28:in `block in <main>'
	from <internal:dir>:220:in `glob'
	from ./extconf.rb:27:in `glob'
	from ./extconf.rb:27:in `<main>'
make: [clean-ports] Error 1 (ignored)

Cleaning is on by default; it's just that prior to ueno#168 the cleaning
was quietly failing:

```
Cleaning files only used during build.
/Users/stanhu/.asdf/installs/ruby/3.1.4/lib/ruby/3.1.0/fileutils.rb:637:in `rm_rf': wrong number of arguments (given 2, expected 1) (ArgumentError)
	from ./extconf.rb:28:in `block in <main>'
	from <internal:dir>:220:in `glob'
	from ./extconf.rb:27:in `glob'
	from ./extconf.rb:27:in `<main>'
make: [clean-ports] Error 1 (ignored)
```
@ueno ueno merged commit 2cc29d8 into ueno:master Sep 14, 2023
4 checks passed
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