Contiguous IDL and overloaded functions

Mark Watson <[email protected]> Tue, 19 Jul 2016 15:21:58 -0700
Newsgroups gmane.org.w3c.specifications
Message-ID <CAEnTvdAdt3gZ1w1Ue-8=EMrKiXcNosTSUOU-oi7NA56U6zO+_A@mail.gmail.com>
--001a1143d25e6a9de70538048343
Content-Type: text/plain; charset=UTF-8

Hi all,

I have two functions in one interface:

appendBuffer( ArrayBuffer data );
appendBuffer( ArrayBufferView data );

The oldschool-to-contiguous tools leaves me with two
<dfn>arrayBuffer</dfn>'s which ReSpec doesn't like. How do I make these
definitions different ? I have tried adding various attributes to the <dfn>
entries, but no luck.

I guess I have the same issue as https://github.com/w3c/respec/issues/536,
but that doesn't offer any help.

...Mark

--001a1143d25e6a9de70538048343
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div class=3D"gmail_default" style=3D"font-size:small">Hi =
all,</div><div class=3D"gmail_default" style=3D"font-size:small"><br></div>=
<div class=3D"gmail_default" style=3D"font-size:small">I have two functions=
 in one interface:</div><div class=3D"gmail_default" style=3D"font-size:sma=
ll"><br></div><div class=3D"gmail_default" style=3D"font-size:small">append=
Buffer( ArrayBuffer data );</div><div class=3D"gmail_default" style=3D"font=
-size:small">appendBuffer( ArrayBufferView data );</div><div class=3D"gmail=
_default" style=3D"font-size:small"><br></div><div class=3D"gmail_default" =
style=3D"font-size:small">The oldschool-to-contiguous tools leaves me with =
two &lt;dfn&gt;arrayBuffer&lt;/dfn&gt;&#39;s which ReSpec doesn&#39;t like.=
 How do I make these definitions different ? I have tried adding various at=
tributes to the &lt;dfn&gt; entries, but no luck.</div><div class=3D"gmail_=
default" style=3D"font-size:small"><br></div><div class=3D"gmail_default" s=
tyle=3D"font-size:small">I guess I have the same issue as=C2=A0<a href=3D"h=
ttps://github.com/w3c/respec/issues/536">https://github.com/w3c/respec/issu=
es/536</a>, but that doesn&#39;t offer any help.</div><div class=3D"gmail_d=
efault" style=3D"font-size:small"><br></div><div class=3D"gmail_default" st=
yle=3D"font-size:small">...Mark</div></div>

--001a1143d25e6a9de70538048343--