Nick Treleaven

Results 66 issues of Nick Treleaven

It would be really useful if DFeed could display certain links with a tooltip showing the page title of the link, e.g.: * https://issues.dlang.org/show_bug.cgi?id=11098 - tooltip would be: *11098 -...

Don't list it under 'instance properties'. It gives a symbol sequence, which is an lvalue sequence when used on an instance. Add link to hidden fields.

For https://github.com/dlang/dmd/pull/16387.

Waiting for DMD PR

For https://github.com/dlang/dmd/pull/16381.

Waiting for DMD PR

Currently all pages just have "V Programming Language" as title. This makes it harder for bookmarks and browser tab navigation. It would be good to have "Documentation", "Modules" etc at...

Show location of base method. Remove duplicate content in compilable/future.d, keep runnable/future.d.

Trivial

First commit for immutable(TypeSeq) seems to work. Second commit for const(TypeSeq) gets a bizarre result when indexed (see test). Any ideas why/alternative suggestions?

Bug Fix

`FundamentalType(arg)` works, e.g. `int(2)`. `Enum(Enum.foo)` works, which does nothing - see `compilable/b16346.d` below and/or https://issues.dlang.org/show_bug.cgi?id=16346. Let's allow class instance upcasting without having to use `cast` - `Base(child)`. `cast` can be...

Following the [alias this change](https://dlang.org/changelog/2.105.0.html#dmd.alias-this-syntax), I think mixin instantiation was the last place not using assignment syntax.

Enhancement
Needs Spec PR