Closed ainthek closed 7 years ago
not only this, it also refers to files thet are not in data folder, like Census2014.csv, which is now probably cencus.csv
I am aware of this irritating fact. Its already on a to-do list. I had hand-edited some relative paths for the release I was putting together, but thats just a workaround until I rewrite the serializer to recognize curdir and substitute. Thanks for the bug reports BTW. It helps keep me motivated. I tend to live with some of the pain, especially when its a minor irritant to me, but hours of mundane coding to remedy correctly.
I'll bump this one up in priority.
Date: Sun, 17 Jul 2016 02:36:48 -0700 From: notifications@github.com To: Dex@noreply.github.com Subject: [PatMartin/Dex] sample projects, absolute vs relative paths (#5)
I'm trying to run some of the projects in ./projects folder
however it seems they contain ABSOLUTE PATHS.
Is it possible to specify project relative paths somehow ?
project/ConnectedWords.dex:
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.
I don't really make an effort to keep the projects directory fully sanitized. I'll probably remove the projects from github other than a small number of curated ones I am ok with maintaining. Otherwise it becomes too much for one person to keep up with.
Date: Sun, 17 Jul 2016 02:44:22 -0700 From: notifications@github.com To: Dex@noreply.github.com Subject: Re: [PatMartin/Dex] sample projects, absolute vs relative paths (#5)
not only this, it also refers to files thet are not in data folder, like Census2014.csv, which is now probably cencus.csv
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.
Relative paths are now in effect as of 0.9.
I'm trying to run some of the projects in ./projects folder
however it seems they contain ABSOLUTE PATHS.
Is it possible to specify project relative paths somehow ?