p0nce

Results 629 comments of p0nce

Reopen this bug: - [ ] master tool is proposed as download in GitHub - [ ] master tool should be able to build an example and do most things

I don't quite understand the vendetta against `-release`, sure the name isn't well choosen, but it's been explained and working for years. In particular, what's in it for the user?...

How about having `dub -b release` keep bounds checks then? (assertions being a separate debate maybe) Those of us that want maximum speed already have to use `dub -b release-nobounds`

C'est une excellente proposition. Il ne manque plus qu'un dernier effort de gestionnaire de version pour pouvoir - si les oracles sont favorables - pousser le changement dans une fusiodemande....

Current nurt is >= LDC 1.38, which would work ok probably (EDIT: and very hard to bring support for earlier compilers) => Must be possible, of course, to build the...

OK, got a first executable that print hello world. Final executable must have the hookset dependency, and should also coerce the right subConfiguration it seems, else DUB will try (and...

Nowadays, nurt can be disabled until only nurt is used. Transition will go down as follow: - 1. Dplug and libraries start depending on ~~nurt~~ nulib, which becomes a dependency...

Trying to do a regular executable with nurt, there is a crash in audioformats at stream destruction it seems. => OK, it was the use of emplace/destroy

Better understanding now of the plan.

- [x] extern(C++) classes don't build with nogc_trydelete, the FLP client is an extern(C++) class that was allocated with malloc not the C++ runtime, but numem want to do it...