← Back to team overview

launchpad-dev team mailing list archive

Re: The rate of API changes in stable?

 

On Sat, Nov 27, 2010 at 1:54 AM, Manish Sinha <mail@xxxxxxxxxxxxxxx> wrote:
> Hi,
> I came to know that Launchpad edge is going to be removed, so my question is
> that how often will the stable install have it's API changed?
> Actually right now Launchpad only has a python library, and I was working on
> creating a CLI wrapper over it. I started long back in April, but has to
> shelve the project due to some personal reasons. I am back now.

As Aaron says the WADL will change often. Maybe multiple times a day.
The 1.0 WADL should change less often, and only in backwards
compatible ways.

On the dynamic introspection vs compilation angle - I'm skeptical that
runtime resolution is a sensible way to handle code generation simply
because it has no room for manual fixups, you become very dependent on
the compiler logic and input file being complete - and those bugs you
referenced show that this isn't a simple or trivial thing to get
right.

I'm excited that you're working on launchpad-sharp, please do keep us
informed and discuss any issues you have doing it, here.

-Rob



Follow ups

References