Skip to content

Comments

Hopefully fixed mistakes in quoting#1936

Closed
AaronNGray wants to merge 1 commit intopremake:masterfrom
AaronNGray:patch-1
Closed

Hopefully fixed mistakes in quoting#1936
AaronNGray wants to merge 1 commit intopremake:masterfrom
AaronNGray:patch-1

Conversation

@AaronNGray
Copy link

@AaronNGray AaronNGray commented Aug 24, 2022

What does this PR do?

Hopefully fix some mistakes in quoting and a cropped line ending.

Thanks for the contribution! Please provide a concise description of the problem this request solves.

How does this PR change Premake's behavior?

Its just the documentation.

Anything else we should know?

Did you check all the boxes?

  • Focus on a single fix or feature; remove any unrelated formatting or code changes
  • Add unit tests showing fix or feature works; all tests pass
  • Mention any related issues (put closes #XXXX in comment to auto-close issue when PR is merged)
  • Follow our coding conventions
  • Minimize the number of commits
  • Align documentation to your changes

You can now support Premake on our OpenCollective. Your contributions help us spend more time responding to requests like these!

@AaronNGray
Copy link
Author

Documentation fixes just need checking.

buildmessage 'Compiling %(Filename) with MyCustomCC'
buildcommands 'MyCustomCC.exe -c "%(FullPath)" -o "%(IntDir)/%(Filename).obj"'
buildoutputs '%(IntDir)/%(Filename).obj"'
buildoutputs '%(IntDir)/%(Filename).obj'
Copy link
Member

Choose a reason for hiding this comment

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

Should we insert a quote before intdir rather than removing the trailing?

Copy link
Author

Choose a reason for hiding this comment

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

I ruled that out :- #1935

propertydefinition {
name = "StripDebugInfo",
ind = "boole
ind = "boolean",
Copy link
Contributor

Choose a reason for hiding this comment

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

I believe this should also be kind rather than ind?

Copy link
Member

Choose a reason for hiding this comment

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

I think so as well. Not 100% sure what happened to this file, but it appears that it got messed up.

Copy link
Member

@nickclark2016 nickclark2016 left a comment

Choose a reason for hiding this comment

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

Change ind to kind.

@AaronNGray
Copy link
Author

@nickclark2016 Yes probably better to correct it at your end as one commit

@AaronNGray AaronNGray closed this by deleting the head repository Sep 11, 2022
@nickclark2016
Copy link
Member

@nickclark2016 Yes probably better to correct it at your end as one commit

Wait, did I just get roped into fixing this?

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.

3 participants