March 08, 2022 Issues » [Issue 22221] [dip1000] pure function can escape parameters through Exception | |||
|---|---|---|---|
| |||
...can only pick one, because `pure` would invalidate `@safe` and vice versa? How are you... | |||
February 22, 2022 General » Re: Discussion Thread: DIP 1035--@system Variables--Final Review | |||
|---|---|---|---|
| |||
...would need @trusted code. How would that invalidate the example? Your process can inherit fds... | |||
February 12, 2022 General » Re: Is there any reasons to not use "mmap" to read files? | |||
|---|---|---|---|
| |||
...e.g. with `lseek`), you will completely invalidate what `ftell` returns (try it!) What `ftell... | |||
November 27, 2021 General » How about some __initialize magic? | |||
|---|---|---|---|
| |||
...can potentially invalidate existing state. On the other hand, because it can indeed invalidate existing... | |||
November 27, 2021 Issues » [Issue 21537] Function pointer* pointer' attributes not covariant when referencing (delegates' are) | |||
|---|---|---|---|
| |||
...posted is rejected and for good reasons, but it does not invalidate the bug report. -- | |||
November 15, 2021 General » Re: Worst ideas/features in programming languages? | |||
|---|---|---|---|
| |||
...simpler to just design `f.close` to invalidate any use of `f`, like your example... | |||
September 01, 2021 General » Re: Containers | |||
|---|---|---|---|
| |||
...in the string API that do not invalidate iterators, as per the C++ standard, and... | |||
May 19, 2021 General » Re: Let's get the semantic around closure fixed. | |||
|---|---|---|---|
| |||
...work as expected at all costs, or invalidate the behavior completely because it's too... | |||
May 10, 2021 General » Re: No we should not support enum types derived from strings | |||
|---|---|---|---|
| |||
...stay an enum. If you think that invalidate the LSP, I'm afraid there is... | |||
April 30, 2021 General » Re: Modern C++ Won't Save Us | |||
|---|---|---|---|
| |||
...det.rect);
}
// update text on next gui event
editBox.executeInUiThread({
editBox.text = text;
imageView.invalidate();
});
}
``` | |||
Copyright © 1999-2021 by the D Language Foundation