VXP

Results 59 comments of VXP
trafficstars

Same. Version is 21.90 beta "Неизвестная ошибка. Response code 403"

It should be hardcoded if/elseif/switch map name construction, like the rest of the engine do

Here's the example project I made to show an issue: [premake_vpaths_inheritance.zip](https://github.com/user-attachments/files/17668078/premake_vpaths_inheritance.zip) Archive hierarchy: ``` premake_vpaths_inheritance myproject/ - example project folder premake5/ - compiled premake-core binaries from https://github.com/premake/premake-core/commit/1a804088d6062814d79f22b292a3f471786d9fe7 public/ - custom...

No one knows what's going on here? Really? A month has been passed, and not one person replied to this issue

Also, if I cheat a little and do this in `premake5.lua`: ``` function defaultVpaths() vpaths { ["Header Files"] = { "**.h", "**.hpp" }, ["Source Files"] = { "**.c", "**.cpp" },...

This: ``` defaultVpaths = { ["Header Files"] = { "**.h", "**.hpp" }, ["Source Files"] = { "**.c", "**.cpp" }, } workspace "everything" configurations { "Debug", "Release" } -- vpaths {...

``` function test() local arr = {} arr["Header Files"] = { "**.h", "**.hpp" } arr["Source Files"] = { "**.c", "**.cpp" } return arr end workspace "everything" configurations { "Debug", "Release"...

@starkos @samsinsane @nickclark2016 Please?

I was not and am not in any rush, I was just sad and demoralized cause no answers were given, neither positive nor negative or neutral ones. Just emptiness and...