premake/premake-core

os.mkdir does not expand ~ to $HOME

Ouverte

#378 ouverte le 19 déc. 2015

 (1 commentaire) (0 réaction) (0 personne assignée)C (651 forks)auto 404
enhancementhelp wanted

Métriques du dépôt

Stars
 (3 621 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

I've just came across this behaviour and not sure if we'd like to do something about it.

Basically if you pass a path containing a tilde to some of the OS directory functions they will not expand it to the user's home directory, which I was expecting to work since it seems to be supported in other places in Premake.

Should we fix it or just document these limitations of the API on the wiki?

Guide contributeur