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

Request command permission name not displayed #3

Open
MickVanDuijn opened this issue Apr 26, 2018 · 0 comments
Open

Request command permission name not displayed #3

MickVanDuijn opened this issue Apr 26, 2018 · 0 comments

Comments

@MickVanDuijn
Copy link
Contributor

When using a library definition that uses a command that requires permission, the name is not displayed correctly on some commands, but instead shows table: <ref> where the name should be.

Output:

  Allow usage of command 'table: 014E18E8' (Y [enter]/n)
  Use '--y' or '--no-interactive' to always accept or '--n' to decline.

To reproduce, create a package with the following .export.lua

    project "someproject"
        kind "StaticLib"

        filter "system:windows"
            prebuildcommands { "ls" }

        filter {}

Prebuildcommands are not directly executed but are added to the Makefile/VS solution, and executed upon build, so this needs to be clear from the warning.

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

No branches or pull requests

1 participant