Skip to content

Allow to exclude specific files in rake install#6407

Merged
matz merged 1 commit into
mruby:masterfrom
dearblue:install/libmruby_core
Nov 5, 2024
Merged

Allow to exclude specific files in rake install#6407
matz merged 1 commit into
mruby:masterfrom
dearblue:install/libmruby_core

Conversation

@dearblue
Copy link
Copy Markdown
Contributor

@dearblue dearblue commented Nov 4, 2024

Introduce the MRuby::Build#install_excludes attribute. This attribute is an array to which you add strings, regular expressions, and proc objects that will serve as filters to exclude.

This feature was inspired by @hoshiumiarata's comment. #6352 (comment)

Introduce the `MRuby::Build#install_excludes` attribute.
This attribute is an array to which you add strings, regular expressions, and proc objects that will serve as filters to exclude.

This feature was inspired by @hoshiumiarata's comment.
mruby#6352 (comment)
@dearblue dearblue requested a review from matz as a code owner November 4, 2024 11:51
@matz matz merged commit ee7919e into mruby:master Nov 5, 2024
dearblue added a commit to dearblue/mruby that referenced this pull request Nov 26, 2024
This method was added by commit 0ac755d (mruby#6407).
It was added during the initial conception, but was ultimately no longer needed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants