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

Build options #16

Merged
merged 25 commits into from
Feb 13, 2024
Merged

Build options #16

merged 25 commits into from
Feb 13, 2024

Conversation

mw-kapilg
Copy link
Contributor

@mw-kapilg mw-kapilg commented Jan 23, 2024

  • Added build options support for matlab-actions/run-build action
    • Based on the poll, haven't added dedicated parameter for skip/continueOnFailure
    • Included -ignoreUnknownOptions flag to handle buildtool calls for older releases
  • Updated matlab-actions/run-command and vulnerable dependencies

Apart from the usual code review, looking for views on naming the parameter additional-build-options

UPDATE: Common parameter name finalized as build-options and removed automatically appending -ignoreUnknownOptions flag

Copy link
Contributor

@sameagen-MW sameagen-MW left a comment

Choose a reason for hiding this comment

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

The changes look good to me!

For naming, I think that additional-build-options seems a little bit verbose, and could potentially be confusing because I'm not sure it will be clear to all users what additional refers to here.

How about something like buildtool-options or build-tool-options?

action.yml Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
src/buildtool.unit.test.ts Outdated Show resolved Hide resolved
src/buildtool.unit.test.ts Outdated Show resolved Hide resolved
@mw-hrastega mw-hrastega requested a review from mcafaro January 24, 2024 14:10
@mw-kapilg mw-kapilg requested a review from sameagen-MW January 25, 2024 03:29
Copy link
Contributor

@sameagen-MW sameagen-MW left a comment

Choose a reason for hiding this comment

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

LGTM!

:shipit:

src/buildtool.ts Outdated Show resolved Hide resolved
@mw-kapilg mw-kapilg requested a review from mcafaro February 8, 2024 12:01
@mw-kapilg mw-kapilg merged commit 73d7093 into main Feb 13, 2024
1 check passed
@davidbuzinski davidbuzinski deleted the kapilg/build-options branch March 13, 2024 20:02
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.

6 participants