March 21, 2019
The 0007 github code doesn't compile.

button_002_05_release.d(40): Error: undefined identifier buttonCaption

buttonCaption is now defined (and unused) in the button class but still used in the window class and the button constructor still uses the label argument.
March 22, 2019
On Thursday, 21 March 2019 at 15:59:29 UTC, number wrote:
> The 0007 github code doesn't compile.
>
> button_002_05_release.d(40): Error: undefined identifier buttonCaption
>
> buttonCaption is now defined (and unused) in the button class but still used in the window class and the button constructor still uses the label argument.

Wow! I thought I was being sooooooo careful.

Thank you once again for catching all these errors, mistakes, typos, and outright faux pas.

March 22, 2019
On Thursday, 21 March 2019 at 15:59:29 UTC, number wrote:
> The 0007 github code doesn't compile.
>
> button_002_05_release.d(40): Error: undefined identifier buttonCaption
>
> buttonCaption is now defined (and unused) in the button class but still used in the window class and the button constructor still uses the label argument.

I forgot to say, these have all been corrected.
1 2
Next ›   Last »