Search

March 08, 2022
Issues »
...can only pick one, because `pure` would invalidate `@safe` and vice versa?

How are you...
February 22, 2022
General »
...would need @trusted code. How would that invalidate the example?

Your process can inherit fds...
February 12, 2022
General »
...e.g. with `lseek`), you will completely invalidate what `ftell` returns (try it!)

What `ftell...
November 27, 2021
General »
...can potentially invalidate existing state. On the other hand, because it can indeed invalidate existing...
November 27, 2021
Issues »
...posted is rejected and for good reasons, but it
does not invalidate the bug report.

--
November 15, 2021
General »
...simpler to just design `f.close` to invalidate any use of `f`, like your example...
September 01, 2021
General »
...in the string API that do not invalidate iterators, as per the C++ standard, and...
May 19, 2021
General »
...work as expected at all costs, or invalidate the behavior completely because it's too...
May 10, 2021
General »
...stay an enum.

If you think that invalidate the LSP, I'm afraid there is...
April 30, 2021
General »
...det.rect);
      }
      // update text on next gui event
      editBox.executeInUiThread({
        editBox.text = text;
        imageView.invalidate();
      });
    }

```
1 2 3 4
Next ›   Last »