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

Score file is written out without expanding/interpolating environment variable #24

Open
missmah opened this issue Jun 20, 2022 · 5 comments
Labels
enhancement New feature or request

Comments

@missmah
Copy link

missmah commented Jun 20, 2022

image

image

image

@missmah
Copy link
Author

missmah commented Jun 20, 2022

Actually, to be specific, it seems like it's expanding it and then adding it to the path unexpanded!

@missmah
Copy link
Author

missmah commented Jun 20, 2022

(I also ended up having to specify an absolute path for my custom file to get it read properly)

@Viladoman
Copy link
Owner

Sadly, at this point of time, the macros supported are limited and hardcoded

I will can have a look and try to update this so it can borrow a more extensive macro list.

@Viladoman Viladoman added the enhancement New feature or request label Jun 21, 2022
@missmah
Copy link
Author

missmah commented Jun 21, 2022

Ah, thanks for the references to the code and documentation, very helpful!

Seems like I could hard-code ours in a fork :-)

Maybe one day if I get time, I can add a PR to query and support all of them dynamically?

@galop1n
Copy link
Contributor

galop1n commented Jul 14, 2022

I second the interest into expansion of all env variable and not the existing limited set !
Also, a bug currently in the implementation on opening a solution, the compile score tab resolve a $(Platform) macro as "x64", while in our case, the platform is actually "somethingelse". If I change the active platform to an other and back, the macro is resolved to "somethingelse" properly again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants