Re: [webkit-dev] Terminology for giving up ownership: take, release, move

2016-09-07 Thread Darin Adler
> On Sep 7, 2016, at 1:57 AM, Maciej Stachowiak wrote: > > perhaps a syntax like Ref x = notNull(move(refPtr)) could be made to work It definitely can. — Darin ___ webkit-dev mailing list webkit-dev@lists.webkit.org

[webkit-dev] Importing W3C tests

2016-09-07 Thread youenn fablet
Hi, I improved a bit W3C test importer lately. First, I'd like to remind people importing tests (great) without the importer (copy/paste a directory e.g.) to update LayoutTests/imported/w3c/resources/ImportExpectations. That allows me to refresh those tests when doing a full resync more quickly.

Re: [webkit-dev] Terminology for giving up ownership: take, release, move

2016-09-07 Thread Maciej Stachowiak
> On Sep 6, 2016, at 8:20 PM, Darin Adler wrote: > >> On Sep 6, 2016, at 6:43 PM, Maciej Stachowiak wrote: >> >> RefPtr does also have regular release() though. I'm not sure if this is for >> a practical reason or just no one has fixed it yet. > > It’s still