Re: [lldb-dev] [RFC] Moving away from epydoc for the LLDB SB API documentation

2020-11-24 Thread Jordan Rupprecht via lldb-dev
Based on looks alone, your Sphinx example feels the most polished to me. And it'd be consistent with the main LLVM docs, which is nice. However, the pdoc3 feels much more *usable* (easier to skim through, I love the one-pager-ness of it), so that's where my vote is going too. It'd be nice if the p

Re: [lldb-dev] Moving lldbsuite API tests

2020-02-11 Thread Jordan Rupprecht via lldb-dev
I didn't actually get around to this yesterday. Landed minutes ago as 99451b4453688a94c6014cac233d371ab4cc342d. I'll keep an eye out for failures, but poke me if I miss something :) On Mon, Feb 10, 2020 at 9:21 AM Jonas Devlieghere wrote: > I'm very excited about this. Thank you for taking the t

[lldb-dev] Moving lldbsuite API tests

2020-02-10 Thread Jordan Rupprecht via lldb-dev
Later today I'm planning to land D71151, which moves lldb/packages/Python/lldbsuite/test to lldb/test/API, and removes the lldb/test/API/testcases symlink. This is a large move, so I expect it will cause conflict for many outstanding patches with lldb tests. However, it should hopefully make testin