Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TC39 Meeting on July 2016 #46

Closed
leobalter opened this issue Jul 18, 2016 · 17 comments
Closed

TC39 Meeting on July 2016 #46

leobalter opened this issue Jul 18, 2016 · 17 comments
Labels

Comments

@leobalter
Copy link
Collaborator

leobalter commented Jul 18, 2016

The meeting is happening next week and you can check the agenda here.

My plans for the meetings consist on:

I'm also very interested on some other topics already in the agenda:

If you have any feedback, question or suggestion from any topic, we can use this issue to discuss.

I'll publish a report after the meeting.

@leobalter leobalter added the TC39 label Jul 18, 2016
@AurelioDeRosa
Copy link
Collaborator

Hi @leobalter. Can you expand or provide a link for "Disregard lastIndex for non-global non-sticky regexps"?

@leobalter
Copy link
Collaborator Author

np, every link can be found at the agenda but I updated the main post to add them.

@jzaefferer
Copy link
Collaborator

If I understood your notes correctly, the last meeting was mostly spent around tail calls. Is there any mechanism to avoid the shared memory topic to eat up all the non-timeboxed time?

@leobalter
Copy link
Collaborator Author

Is there any mechanism to avoid the shared memory topic to eat up all the non-timeboxed time?

Technically, no. At least the time boxed items will be prioritized. I expected more items to be set as timeboxed, it didn't happen.

TC39 is trying to optimize the time management during the meetings. AFAICT, the Shared Memory proposal has a pretty active discussion on it's own repo with active reviewers with lots of questions answered. I believe if we have a +1 from the reviewers at the meeting we'll have a nice chance to get it to stage 3. I'm doing a personal review this week, as I'm interested on how it will get the tests on test262.

There's a stage 3 milestone.

@jzaefferer
Copy link
Collaborator

Gotcha, thanks.

I expected more items to be set as timeboxed, it didn't happen.

Who sets the timeboxes?

@leobalter
Copy link
Collaborator Author

Each champion when they add an item to the agenda.

@ljharb
Copy link

ljharb commented Jul 18, 2016

(fwiw, Promise#finally was explicitly designed to not conflict with cancelable promises, and I've worked with its champion to ensure that's the case)

@leobalter
Copy link
Collaborator Author

That's great to know, @ljharb, thanks!

@leobalter
Copy link
Collaborator Author

Reviews are welcome! Thanks in advance.

@jzaefferer
Copy link
Collaborator

Where can I find a code example for Class public fields? https://jeffmo.github.io/es-class-public-fields/ is unreadable to me.

@ljharb
Copy link

ljharb commented Aug 10, 2016

The proposal repo https://github.com/jeffmo/es-class-public-fields/ doesn't have one either - but it's basically

class Foo {
  foo = bar;
}

Instead of

class Foo {
  constructor() {
    this.foo = bar;
  }
}

@jzaefferer
Copy link
Collaborator

I see, thanks. Would be nice to add that.

I'm also interested in static class properties (much more so then non-static ones). Are those tied together?

@ljharb
Copy link

ljharb commented Aug 10, 2016

Yes, those are tied together.

@AurelioDeRosa
Copy link
Collaborator

Isn't

class Foo {
  foo = bar;
}

what TypeScript does?

@ljharb
Copy link

ljharb commented Aug 10, 2016

TypeScript isn't standard JavaScript, so it's not really relevant - but I believe it does have similar syntax, yes.

@AurelioDeRosa
Copy link
Collaborator

Well, clearly isn't relevant in regard of what the group will decide. However, it was relevant/interesting to me, otherwise I wouldn't have asked.

@rwaldron
Copy link
Collaborator

Jörn,

I was actually quite surprised to see that there were no simple (nor
complex, nor anything!) use case examples in the proposal repo. I went
ahead and filed this:
tc39/proposal-class-public-fields#46

Rick

On Wed, Aug 10, 2016 at 3:36 PM Aurelio De Rosa notifications@github.com
wrote:

Well, clearly isn't relevant in regard of what the group will decide.
However, it was relevant/interesting to me, otherwise I wouldn't have asked.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#46 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AABtUWQCV2wOj27znYS_RKPVO-uEs-LGks5qeihEgaJpZM4JOwTC
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants