Skip to content

Fix missing cmd property in modules #110

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

Merged
merged 1 commit into from
Oct 29, 2019

Conversation

Larusso
Copy link
Owner

@Larusso Larusso commented Oct 29, 2019

Description

The uvm_core::unity::Module struct is missing the cmd property mainly used in windows. The cmd property from the ini files get converted once more before assigned to the module instances.

Changes

  • FIX missing cmd property in uvm_core::unity::Module
  • FIX module generator test fixums
  • FIX windows path serialization

@Larusso Larusso added the fix label Oct 29, 2019
@Larusso Larusso added this to the Unity Hub install parity milestone Oct 29, 2019
@Larusso Larusso self-assigned this Oct 29, 2019
Description
===========

The `uvm_core::unity::Module` struct is missing the `cmd` property
mainly used in windows. I added the property as `Option<Vec<OsString>>`
to be directly used as an argument for the `std::process::Command.args`
function.

Changes
=======

* ![FIX] missing `cmd` property in `uvm_core::unity::Module`
@Larusso Larusso force-pushed the fix/missing_cmd_property_in_modules branch from e1e5de9 to 0c545ee Compare October 29, 2019 10:50
@Larusso Larusso merged commit cb8f9d3 into master Oct 29, 2019
@Larusso Larusso deleted the fix/missing_cmd_property_in_modules branch October 29, 2019 12:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant