Merge lp:~flacoste/launchpad/more-wadl-names into lp:launchpad

Proposed by Francis J. Lacoste
Status: Merged
Approved by: Francis J. Lacoste
Approved revision: not available
Merged at revision: 14305
Proposed branch: lp:~flacoste/launchpad/more-wadl-names
Merge into: lp:launchpad
Diff against target: 0 lines
To merge this branch: bzr merge lp:~flacoste/launchpad/more-wadl-names
Reviewer Review Type Date Requested Status
Francis J. Lacoste (community) Approve
Robert Collins Pending
Graham Binns Pending
Review via email: mp+82465@code.launchpad.net

This proposal supersedes a proposal from 2009-06-09.

Commit message

[r=flacoste][no-qa] Add API URL entries in the documentation for IHWDriverName and IHWDriverPackageName.

Description of the change

The WADL XSL file is now maintained in Launchpad.

To post a comment you must log in.
Revision history for this message
Abel Deuring (adeuring) wrote : Posted in a previous version of this proposal

This branch updates wadl-to-refhtml.xsl for the new classes IHWDriverName and IHWDriverPackageName

Revision history for this message
Graham Binns (gmb) wrote : Posted in a previous version of this proposal

> === modified file 'src/launchpadlib/wadl-to-refhtml.xsl'
> --- src/launchpadlib/wadl-to-refhtml.xsl 2009-01-18 21:16:29 +0000
> +++ src/launchpadlib/wadl-to-refhtml.xsl 2009-06-09 14:17:50 +0000
> @@ -279,6 +279,14 @@
> <xsl:text>/+hwdb/+hwvendorid/</xsl:text>
> <var>&lt;id&gt;</var>
> </xsl:when>
> + <xsl:when test="@id = 'h_w_driver_name'">
> + <xsl:text>/+hwdb/+drivername/</xsl:text>
> + <var>&lt;name&gt;</var>
> + </xsl:when>
> + <xsl:when test="@id = 'h_w_driver_package_name'">
> + <xsl:text>/+hwdb/+driverpackagename/</xsl:text>
> + <var>&lt;package_name&gt;</var>
> + </xsl:when>

I really don't like the fact that there are no tests for these changes
save for watching the output of make build. Please file a bug (on lplib,
I think) about the fact that it would be nice to have a way to test
these.

 review approve
 status approved

review: Approve
Revision history for this message
Francis J. Lacoste (flacoste) wrote : Posted in a previous version of this proposal

On Tuesday 09 June 2009, Graham Binns wrote:
> Review: Approve
>

The merging of that branch was bounced because of an unrelated failure.

Please don't submit it for merging again. It wouldn't be used by Launchpad to
generate the WADL anyway because launchpadlib is now packaged through buildout
and doesn't use the sourcecode branch anymore.

I need to sort out this problem. I'll make sure to merge that changes in once
it's dealt with.

Sorry for the trouble.

--
Francis J. Lacoste
<email address hidden>

Revision history for this message
Robert Collins (lifeless) wrote : Posted in a previous version of this proposal

Francis, is this now done-or-irrelevant?

review: Needs Information
Revision history for this message
Francis J. Lacoste (flacoste) :
review: Approve

Preview Diff

Empty