Re: [vpp-dev] Python VPP_API_DIR

2022-12-11 Thread Ole Troan via lists.fd.io
Thanks Pim! I also wondered the other day where the env variable had disappeared to. 37792 merged. O. On 12 Dec 2022, at 00:44, Pim van Pelt via lists.fd.io wrote:Of course, the link is https://gerrit.fd.io/r/c/vpp/+/37791groet,PimOn Mon, Dec 12, 2022 at 12:41 AM Pim van Pelt via lists.fd.io ipng

Re: [vpp-dev] Python VPP_API_DIR

2022-12-11 Thread Pim van Pelt via lists.fd.io
Of course, the link is https://gerrit.fd.io/r/c/vpp/+/37791 groet, Pim On Mon, Dec 12, 2022 at 12:41 AM Pim van Pelt via lists.fd.io wrote: > Hoi, > > I am starting to work on a few APIs and noticed that the vpp_papi module's > method find_api_dir promises that it will include VPP_API_DIR first

[vpp-dev] Python VPP_API_DIR

2022-12-11 Thread Pim van Pelt via lists.fd.io
Hoi, I am starting to work on a few APIs and noticed that the vpp_papi module's method find_api_dir promises that it will include VPP_API_DIR first, if specified in the environment. It doesn't actually do that. I wrote a changelist that prepends VPP_API_DIR if it exists. This is backwards compatib