On Tue, Jan 19, 2021 at 11:21:16AM +0100, Markus Armbruster wrote:
> Eduardo Habkost writes:
>
> > On Thu, Jan 14, 2021 at 02:39:35PM +0100, Markus Armbruster wrote:
> >> John Snow writes:
> >>
> >> > On 1/13/21 10:39 AM, Markus Armbruster wrote:
> >> >> Spelling nitpick: s/builtin/built-in/ in
Eduardo Habkost writes:
> On Thu, Jan 14, 2021 at 02:39:35PM +0100, Markus Armbruster wrote:
>> John Snow writes:
>>
>> > On 1/13/21 10:39 AM, Markus Armbruster wrote:
>> >> Spelling nitpick: s/builtin/built-in/ in the title.
>> >>
>> >
>> > Sure.
>> >
>> >> John Snow writes:
>> >>
>> >>> We
On Thu, Jan 14, 2021 at 02:39:35PM +0100, Markus Armbruster wrote:
> John Snow writes:
>
> > On 1/13/21 10:39 AM, Markus Armbruster wrote:
> >> Spelling nitpick: s/builtin/built-in/ in the title.
> >>
> >
> > Sure.
> >
> >> John Snow writes:
> >>
> >>> We use None to represent an object that h
John Snow writes:
> On 1/13/21 10:39 AM, Markus Armbruster wrote:
>> Spelling nitpick: s/builtin/built-in/ in the title.
>>
>
> Sure.
>
>> John Snow writes:
>>
>>> We use None to represent an object that has no source information
>>> because it's a builtin. This complicates interface typing, s
On 1/13/21 10:39 AM, Markus Armbruster wrote:
Spelling nitpick: s/builtin/built-in/ in the title.
Sure.
John Snow writes:
We use None to represent an object that has no source information
because it's a builtin. This complicates interface typing, since many
interfaces expect that there is
Spelling nitpick: s/builtin/built-in/ in the title.
John Snow writes:
> We use None to represent an object that has no source information
> because it's a builtin. This complicates interface typing, since many
> interfaces expect that there is an info object available to print errors
> with.
>
>
We use None to represent an object that has no source information
because it's a builtin. This complicates interface typing, since many
interfaces expect that there is an info object available to print errors
with.
Introduce a special QAPISourceInfo that represents these built-ins so
that if an er