My understanding is, currently read DIP1000 as:
"NB: this DIP is out of sync with -dip1000 compiler switch
implementation ...".
My own current problem fits well in this thread:
I want to push forward support of -dip1000 in phobos, testing
each module's compatibility with -dip1000 individually
On Sunday, 21 January 2018 at 10:27:05 UTC, Mike Franklin wrote:
On Sunday, 21 January 2018 at 10:04:36 UTC, Mike Franklin wrote:
What is/was `transition=safe`? I can't find any documentation
on it.
Adding -transition=? to the dmd (v2.078.0) command line doesn't
show safe listed.
My unders
On Sunday, 21 January 2018 at 10:04:36 UTC, Mike Franklin wrote:
What is/was `transition=safe`? I can't find any documentation
on it.
Well, I found
http://forum.dlang.org/post/gquxgusfhyigirfpe...@forum.dlang.org
But, didn't really clear much up for me.
Mike Franklin wrote:
And what does "NB" mean?
"nota bene". used as "pay attention to the following".
I found the following statement in the DIP1000 document
(https://github.com/dlang/DIPs/blob/master/DIPs/DIP1000.md)
NB: this DIP is out of sync with -transition=safe
implementation available in dmd and pending a rewrite. Most key
points still apply though.
What is/was `transition=safe`? I c