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

Creation of a new deployment includes trailing white space in name #2322

Closed
dheadrick1618 opened this issue Oct 18, 2023 · 1 comment · Fixed by nasa/fprime-tools#193
Closed
Assignees
Labels
bug F´ Tools Issues pertaining to the F´ tools

Comments

@dheadrick1618
Copy link

F´ Tools Version 3.3.3
Affected Component --

Problem Description

Creation of a new deployment using the following fprime-tools command: "fprime-util new --deployment " , allows the deployment name to include trailing white space without any warning to the user. A trailing white space in the deployment name breaks the deployment build CMake process.

How to Reproduce

  1. Create a new deployment using fprime tools command: fprime-util new --deployment
  2. Provide a deployment name with a trailing white space
  3. Attempt to build this deployment using fprime-util build in the associated deployment directory.

Expected Behavior

User should be informed of trailing white space in the deployment name with a warning, given a white space in the deployment name breaks the deployment build.

@thomas-bc thomas-bc self-assigned this Oct 18, 2023
@thomas-bc thomas-bc added the F´ Tools Issues pertaining to the F´ tools label Oct 18, 2023
@thomas-bc
Copy link
Collaborator

This likely applies to new component and new project as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug F´ Tools Issues pertaining to the F´ tools
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants