Sebastian Wilzbach

Results 538 comments of Sebastian Wilzbach
trafficstars

The tag is missing: ![image](https://user-images.githubusercontent.com/4370550/47083281-632cf300-d210-11e8-8887-683660f7e6ed.png) I don't know who deleted them, but someone did. ![image](https://user-images.githubusercontent.com/4370550/47083312-7dff6780-d210-11e8-9eaa-e262392588df.png)

Okay in the web UI the tags aren't there: https://github.com/dlang/dub/tags?after=v0.9.22-beta.2 But `ls-remote` still shows them, e.g. git ls-remote --tags https://github.com/dlang/dub Maybe it's a GitHub issue? (I contacted the support)

Workaround: https://github.com/dlang/ci/pull/318 and https://github.com/dlang/dub/pull/1579

@JohanEngelen FYI: We can do it even a bit shorter: `curl i.dlang.io | bash -s ldc` Since yesterday we also have a documentation page for the installer: https://dlang.org/install.html

I think the dub or dub-registry issue tracker is the best place for reporting this irregularity.

please see [the Arch discussion](https://bbs.archlinux.org/viewtopic.php?pid=1400544) the main problem is that loginctl no longer returns information about the current sessions ``` $ loginctl show-seat seat0 -p Sessions | cut -d= -f2...

Such a tool could also similarly do this for the `@betterC` attribute and `@safe` attributes.

@PetarKirov I like most of your points, though I do have a few comments. > Add smart pointers and other containers (we have various libraries avaiable on code.dlang.org, but nothing...

Thanks a lot for your idea, but I'm not sure whether this is a good project as Phobos can't be easily modified without breaking backwards compatibly. A modern approach to...