Mathias LANG

Results 625 comments of Mathias LANG

@wilzbach : What are we missing to start on `installer` ?

There's three options: - You can make me an owner of the `dlang` organization. This will give me administrative access and allow me to enable issues for each repository at...

> Now the migration begins and one easily avoidable mistake has already been made (using a personal account instead of a machine account). That one is on me. Duly noted,...

The more TL;DR version would be: - We have to many SPOF at the moment, Bugzilla is one of them; - We can't organically script any kind of integration with...

@wilzbach : That's a great idea, and I'm all for a central Github organization - but what package qualify for inclusion ? Is it based on popularity ? Maintenance criteria...

👍 for relaxed criteria for inclusion. What I'd very much like to see is an assured compiler support for those project. E.g. projects under the `dlang-stdx` umbrella will always compile...

> 2. Tasks should have a small stack size with automatic growth like in go lang. That one is going to be a real pain. Go has compiler support for...

I have been working on a similar problem for a while now, I think I might have mentioned this somewhere on the forum. The gist of it is: ### Different...

> we are a strongly typed language, why don't you create a struct instead? There's a difference between duck typing and [structural typing](https://en.wikipedia.org/wiki/Structural_type_system). That being said, there's a strong preference...

This is a major breaking change for anyone using Exceptions, since we are changing the interface of a function. I don't think that's reasonable.