Re: Wed Oct 17 - Avoiding Code Smells by Walter Bright

2018-10-20 Thread luckoverthere via Digitalmars-d-announce

On Friday, 19 October 2018 at 03:53:12 UTC, Walter Bright wrote:

On 10/15/2018 2:23 PM, Walter Bright wrote:

I'm giving a presentation at:

http://nwcpp.org/

See you there!


Had a nice crowd there last night. Apparently lots of people 
were interested in this topic!


Video: 
https://www.youtube.com/watch?v=lbp6vwdnE0k=youtu.be


Slides: http://nwcpp.org/talks/2018/code_smells.pdf


https://www.youtube.com/watch?v=lbp6vwdnE0k#t=42m01s

Or it's a pain in the ass to try to get more than one pull 
request merged in due to lack of overseers. It's hard enough 
trying to get one pull request merged in, but trying to split one 
pull request into 4 and then try to micro manage it so that they 
are merged in order as the changes depend on each other (eg 
spelling error for a function). That becomes a nightmare when you 
don't have merging permission for a repo, especially for 
something like DMD where it's hard enough to get even a simple 
fix through the door.


Re: BindBC -- The successor to Derelict

2018-10-20 Thread Guillaume Piolat via Digitalmars-d-announce

On Friday, 19 October 2018 at 17:34:10 UTC, Mike Parker wrote:


I plan to port the more used Derelict bindings over the course 
of the next few weeks. I've got another massive project I'm 
working on that will make use of some of the BindBC packages, 
so I'll be focusing first on the ones I need for that.




Unfortunately it's unlikely I will have the time to port:
- DerelictBgfx
- DerelictENet
- DerelictCUDA

to BindBC so they are also in limited maintenance mode.

So I'm looking for someone to take ownership of those libraries!


BindBC is great news regardless for those of us without runtime 
or in -betterC! We use a derelict-util fork to this effect until 
now.