Re: [lldb-dev] [RFC] Delete the "testcases" symlink

2017-01-03 Thread Pavel Labath via lldb-dev
On 15 December 2016 at 19:11, Zachary Turner via lldb-dev wrote: > It's definitely possible to (at worst) shorten the path if we say we don't > care about supporting other languages (i'm fine saying that for now unless > someone comes along with a serious committment to support and maintaining > o

Re: [lldb-dev] [RFC] Delete the "testcases" symlink

2016-12-15 Thread Zachary Turner via lldb-dev
It's definitely possible to (at worst) shorten the path if we say we don't care about supporting other languages (i'm fine saying that for now unless someone comes along with a serious committment to support and maintaining other bindings). So we could drop packages/Python for example. I also rem

Re: [lldb-dev] [RFC] Delete the "testcases" symlink

2016-12-15 Thread Jim Ingham via lldb-dev
Yes, writing that long path every time you run a test case was indeed the reason for that symlink. I stood it for a couple of weeks before it drove me round the bend! You want it to be a real path and not just have the test suite accept partial paths because it is really handy to use the shell

Re: [lldb-dev] [RFC] Delete the "testcases" symlink

2016-12-15 Thread Zachary Turner via lldb-dev
The reason they were put into the packages directory in the first place is because this forms a proper python package so that more code can be shared amongst test cases. I don't know why the symlink was ever created in the first place, sounds like that was probably put in place by someone who thou

[lldb-dev] [RFC] Delete the "testcases" symlink

2016-12-15 Thread Chris Bieneman via lldb-dev
So, I want to delete the testcases symlink from the LLDB tree, and move the tests out of the packages directory into tests/testcases. A few reasons why I want to do this: (1) I can't imagine symlinks in SVN is something that works well on platforms that don't support symlinks (like Windows) (2)