Skip to content

Commit

Permalink
Merge deprecated aliases into notes back to 2016.
Browse files Browse the repository at this point in the history
  • Loading branch information
sffc authored and rwaldron committed Nov 5, 2019
1 parent 0b9127c commit 6f5648f
Show file tree
Hide file tree
Showing 31 changed files with 133 additions and 142 deletions.
9 changes: 0 additions & 9 deletions delegates.txt
Original file line number Diff line number Diff line change
Expand Up @@ -305,12 +305,3 @@ Yang Guo (YGO)
Yehuda Katz (YK)
Yulia Startsev (YSV)
Zibi Braniecki (ZB)

----------

Deprecated Aliases:

Frank Yung-Fong Tang (FTG)
Michael Saboff (MS)
Shane Carr (SCR)
Steven Loomis (SLS)
4 changes: 2 additions & 2 deletions meetings/2016-03/march-29.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ MM: is opposed to having bare "global". They should be gathered; having that be

JHD: will ship in stable behind a flag. Not currently trying to get to stage 4 today (currently at Stage 3). Just wanted to update because of recent discussion. there is not enough implementations to move it forward in stage.

MS: It's now in WebKit Nightly
MLS: It's now in WebKit Nightly

JHD: Small number of people have asked about the fill string (the second argument). If you pass anything that is not a non-empty string it defaults to a space character. Ascii space is maybe English-centric.

Expand Down Expand Up @@ -590,7 +590,7 @@ SG, EF: Cross realm proper tail calls conflict with the SpiderMonkey security mo

BT, DE: Explicit syntax could be part of addressing this

MS: We'll have fixed stack space anyway; we already implemented it.
MLS: We'll have fixed stack space anyway; we already implemented it.

SG, EF: Let's make that a separate question, and discuss it Thursday. What if we start with a pull request which encodes that cross-realm calls don't to make cross-realm tail calls not have fixed stack space, while also allowing that it *may* have fixed stack space

Expand Down
2 changes: 1 addition & 1 deletion meetings/2016-03/march-31.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# March 31, 2016 Meeting Notes
-----

Dave Herman (DH), Michael Ficarra (MF), Jordan Harband (JHD), Adam Klein (AK), Mark S. Miller (MM), Brian Terlson (BT), Domenic Denicola (DD), Brad Nelson (BNN), JF Bastien (JFB), Joe Lencioni (JLI), Sebastian Markbåge (SM), Jeff Morrison (JM), Kevin Smith (KS), Lars Hansen (LHN), Saam Barati (SBI), Keith Miller (KM), Michael Saboff (MLS), Eric Ferraiuolo (EF), Eric Faust (EFT), Chip Morningstar (CM), Dean Tribble (DT), Shu-yu Guo (SYG), Tim Disney (TD), Waldemar Horwat (WH), Bert Belder (BBR), Peter Jensen (PJ), Daniel Ehrenberg (DE), Caridy Patiño (CP), Diego Ferreiro Val (DFV), Jean-Francis Paradis (JFP), Shelby Hubick (SHK), Leo Balter (LBR), Miško Hevery (MHY), Allen Wirfs-Brock (AWB), Kevin Gibbons (KG), Steven Loomis (SLS), Zibi Braniecki (ZB)
Dave Herman (DH), Michael Ficarra (MF), Jordan Harband (JHD), Adam Klein (AK), Mark S. Miller (MM), Brian Terlson (BT), Domenic Denicola (DD), Brad Nelson (BNN), JF Bastien (JFB), Joe Lencioni (JLI), Sebastian Markbåge (SM), Jeff Morrison (JM), Kevin Smith (KS), Lars Hansen (LHN), Saam Barati (SBI), Keith Miller (KM), Michael Saboff (MLS), Eric Ferraiuolo (EF), Eric Faust (EFT), Chip Morningstar (CM), Dean Tribble (DT), Shu-yu Guo (SYG), Tim Disney (TD), Waldemar Horwat (WH), Bert Belder (BBR), Peter Jensen (PJ), Daniel Ehrenberg (DE), Caridy Patiño (CP), Diego Ferreiro Val (DFV), Jean-Francis Paradis (JFP), Shelby Hubick (SHK), Leo Balter (LBR), Miško Hevery (MHY), Allen Wirfs-Brock (AWB), Kevin Gibbons (KG), Steven Loomis (SRL), Zibi Braniecki (ZB)

-----

Expand Down
8 changes: 4 additions & 4 deletions meetings/2016-05/may-23.md
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ BT: But it is very useful and works on all implementations

WH: This is the exact same problem that I solved in ES3 by adding the prohibition to case-canonicalization of non-ASCII Unicode characters into ASCII characters. Without that, the same \W weirdness would have appeared in ES3.

MLS: Recap of very strange semantics caused by Unicode case folding (MS please insert link to slides). \W includes K because the kevin symbol case-folds to something in \w, so K is case-insensitive in the set of things that aren't a letter.
MLS: Recap of very strange semantics caused by Unicode case folding (MLS please insert link to slides). \W includes K because the kevin symbol case-folds to something in \w, so K is case-insensitive in the set of things that aren't a letter.

MLS: Proposal: make \W be the inverse of \w, and change \b and \B to be consistent. An alternate proposal would be to stick to ASCII-only as Waldemar did for ES3.

Expand All @@ -386,7 +386,7 @@ YG: Chrome shipped this in 50, with the spec's semantics.

DE: It should still be web-compatible, though, as it is very recently shipped. The bug reporter was someone who was writing a conformance test, rather than finding this in actual usage.

BT: Edge actually ships MS's proposal, so we don't need to worry about web compat.
BT: Edge actually ships MLS's proposal, so we don't need to worry about web compat.

MLS: Should we change \b as well?

Expand Down Expand Up @@ -418,7 +418,7 @@ _discussion: Good to follow Unicode going forward, as it has changed over time,

#### Conclusion/Resolution

Consensus on MS's pull request, and working out \b and \B as he indicated.
Consensus on MLS's pull request, and working out \b and \B as he indicated.

## [Function names](https://github.com/tc39/ecma262/pull/575)

Expand Down Expand Up @@ -458,7 +458,7 @@ MLS: Hard to do telemetry for this

#### Conclusion/Resolution

No change in the spec for now; MS says Safari will likely ship their compat workaround for now, and see if it can get more information for the next meeting or the one after that to consider the decision
No change in the spec for now; MLS says Safari will likely ship their compat workaround for now, and see if it can get more information for the next meeting or the one after that to consider the decision


## [TypedArray/ArrayBuffer/DataView constructor changes](https://github.com/tc39/ecma262/pull/410)
Expand Down
2 changes: 1 addition & 1 deletion meetings/2016-05/may-24.md
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ MM: Eliminating the membrane is TCO. If you're doing an STC tail call into a non

YK: the problem is that such cross realms tail call may work in V8, but would not work in Firefox

EFT: Back to MS point, we've heard from implementers and users, and we still stand at an impasse.
EFT: Back to MLS point, we've heard from implementers and users, and we still stand at an impasse.

DE: I think when safari ships release, when google has users in number largers, we're more likely to see missing frames and dev impact.

Expand Down
2 changes: 1 addition & 1 deletion meetings/2016-09/sept-27.md
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ MLS: is this list the intersection or the union of what browsers already ship?

JHD: based on my previous testing, the intersection

AWB/MM/MS all agree that with verification, intersection is best
AWB/MM/MLS all agree that with verification, intersection is best

#### Conclusion/Resolution

Expand Down
14 changes: 7 additions & 7 deletions meetings/2016-11/nov-30.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ SYG: Complicated math, but helps implementations decide what to do

SYG: Memory model could have a lot of undefined behavior, but this tries to be fully defined, to provide interoperability and security. Also need to work with WebAssembly with a common model.

MS: Will WebAssembly use this?
MLS: Will WebAssembly use this?

JFB: Yes

Expand Down Expand Up @@ -486,7 +486,7 @@ AWB: Do you return a string which literally points at the input?

AK: Yes, it's just pointing at the original memory.

MS: JSC does the same thing.
MLS: JSC does the same thing.

AWB: When you originally parse the thing, you can determine whether it was already normalized.

Expand Down Expand Up @@ -518,7 +518,7 @@ MM: I want to move forward here; I would be OK with either way, though I'd prefe

AWB: What percentage of source text is already normalized? Maybe the cost here is not so big.

MS: That would require introducing an extra scan, or a lot of extra complexity in the scanner. When we're scanning, we're looking for other things, and just ignore whitespace.
MLS: That would require introducing an extra scan, or a lot of extra complexity in the scanner. When we're scanning, we're looking for other things, and just ignore whitespace.

CM: Just normalize the source text as you read it.

Expand All @@ -534,7 +534,7 @@ BT: We use source text for all sorts of things, e.g., debugging. Maintaining the

AWB: Or, you could normalize way at the beginning, so you don't need the

MS: Our parser is really performance-sensitive
MLS: Our parser is really performance-sensitive

KM: Recovering parser performance from async/await parsing took weeks of work

Expand All @@ -560,7 +560,7 @@ BT: How many people saw painful regressions for @@toStringTag? (All implementers

AK: To answer the question, I'm not likely to want to ship this with normalization.

MS: What's the compelling use case for fast, normalized strings?
MLS: What's the compelling use case for fast, normalized strings?

AK: Storing another copy of the normalized string is a non-starter.

Expand Down Expand Up @@ -687,7 +687,7 @@ YK: Rust does some things differently, like suffixes and overflows, so we should

MM: sidestepping all the hard problems by requiring homogeneous operands is a great idea

MS: I'd like to see Int32, and Float32, etc, it seems like a wart on the side. It would be great if we had proper types for all of these things, which would be a better way to do things for numbers that makes sense, e.g., for asm.js.
MLS: I'd like to see Int32, and Float32, etc, it seems like a wart on the side. It would be great if we had proper types for all of these things, which would be a better way to do things for numbers that makes sense, e.g., for asm.js.

BE: I'd like to keep it limited to just these for now. Scope creep is the enemy.

Expand Down Expand Up @@ -742,7 +742,7 @@ WH: should be numbered forward

BT: Should, but confirm

MS: what about negative look ahead/look behind?
MLS: what about negative look ahead/look behind?
- When doesn't match
- Instead of `=`? Can do all at once

Expand Down
2 changes: 1 addition & 1 deletion meetings/2017-01/jan-25.md
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,7 @@ BE: I actually want someone on an engine team to take it. Someone needs to actua

BE: Dan would be ideal

DE: I'd be happy to do it, unless AK and MS want to
DE: I'd be happy to do it, unless AK and MLS want to

BE: I think we need to be decisive.

Expand Down
2 changes: 1 addition & 1 deletion meetings/2018-01/jan-23.md
Original file line number Diff line number Diff line change
Expand Up @@ -1299,7 +1299,7 @@ TST: We added support for essentially this in spidermonkey based on memory conce

DD: I was talking to Adam and he said it wouldn't be a quick change because of similar issues. But given how much memory it involves, this is worth pursuing.

MS?: maybe pass a function *into* some feature to ask for its source code (?)
MLS?: maybe pass a function *into* some feature to ask for its source code (?)

DD: seems isomorphic. Hard to mass-censor a lot of functions if you use a runtime `f.censor()`.

Expand Down
6 changes: 3 additions & 3 deletions meetings/2018-05/may-22.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# May 22, 2018 Meeting Notes
-----
Waldemar Horwat (WH), Mark Miller (MM), Till Schneidereit (TST), Michael Ficarra (MF), Michael Saboff (MLS), Mattijs Hoitink (MHK), Kyle Verrier (KVR), Brian Terlson (BT), Shu-yu Guo (SYG), Rex Jaeschke (RJE), Yehuda Katz (YK), Andrew Paprocki (API), Chip Morningstar (CM), Kevin Gibbons (KG), Mariko Kosaka (MKA), Myles Borins (MBS), Jordan Harband (JHD), Daniel Ehrenberg (DE), Keith Cirkel (KCL), Justin Ridgewell (JRL), Patrick Soquet (PST), Sathya Gunasekaran (SGN), Sam Goto (SGO), Gabriel Isenberg (GI), Dave Herman (DH), Brendan Eich (BE), Rob Palmer (RPR), Mathias Bynens (MB), Pieter Ouwerkerk (POK), Kat Z. Marchán (KZM), Yulia Startsev (YSV), Leo Balter (LBR), Caridy Patiño (CP), Jory Burson (JBN), Limin Zhu (LZU), Aki Rose (AKI), Valerie Young (VYG), Henry Zhu (HZU), Ross Kirsling (RKG), Shane Carr (SCR), Mike Samuel (MSL), Tab Atkins-Bittner (TAB), Kevin Smith (KS), Ron Buckton (RBN), Eric Faust (EFT), Jean-Francois Paradis (JFP), Peter Hoddie (PHE), Patrick Soquet (PST), Till Schneidereit (TST), Diego Ferreiro Val (DFV), Godfrey Chan (GCN), Domenic Denicola (DD), Rick Waldron (RW)
Waldemar Horwat (WH), Mark Miller (MM), Till Schneidereit (TST), Michael Ficarra (MF), Michael Saboff (MLS), Mattijs Hoitink (MHK), Kyle Verrier (KVR), Brian Terlson (BT), Shu-yu Guo (SYG), Rex Jaeschke (RJE), Yehuda Katz (YK), Andrew Paprocki (API), Chip Morningstar (CM), Kevin Gibbons (KG), Mariko Kosaka (MKA), Myles Borins (MBS), Jordan Harband (JHD), Daniel Ehrenberg (DE), Keith Cirkel (KCL), Justin Ridgewell (JRL), Patrick Soquet (PST), Sathya Gunasekaran (SGN), Sam Goto (SGO), Gabriel Isenberg (GI), Dave Herman (DH), Brendan Eich (BE), Rob Palmer (RPR), Mathias Bynens (MB), Pieter Ouwerkerk (POK), Kat Z. Marchán (KZM), Yulia Startsev (YSV), Leo Balter (LBR), Caridy Patiño (CP), Jory Burson (JBN), Limin Zhu (LZU), Aki Rose (AKI), Valerie Young (VYG), Henry Zhu (HZU), Ross Kirsling (RKG), Shane Carr (SFC), Mike Samuel (MSL), Tab Atkins-Bittner (TAB), Kevin Smith (KS), Ron Buckton (RBN), Eric Faust (EFT), Jean-Francois Paradis (JFP), Peter Hoddie (PHE), Patrick Soquet (PST), Till Schneidereit (TST), Diego Ferreiro Val (DFV), Godfrey Chan (GCN), Domenic Denicola (DD), Rick Waldron (RW)

Remote:
Valerie Young (VYG), Maggie Pint (MPT)
Expand Down Expand Up @@ -788,9 +788,9 @@ There's also the Intl.ListFormat API. Not much has changed in that. The Intl.Seg

New Proposals: Intl.NumberFormat options by Shane Carr.

SCR: Over a dozen requests for various new number format features. The spirit is to most of the features to make the API more thorough. It already supports many of the features, and we add four "measuring" features (i.e. things like gallons, the forms them into a localized string.
SFC: Over a dozen requests for various new number format features. The spirit is to most of the features to make the API more thorough. It already supports many of the features, and we add four "measuring" features (i.e. things like gallons, the forms them into a localized string.

SCR: Also number formatting (with commas or decimal precision), and scientific notation have become very popular methods for people to implement, so we're proposing adding them to ECMAScript. Showing the sign on numbers. To show a change in something, like an increase of 43¢. I'm working on a proposal for July to spec these new features. I propose this for Stage 0 today.
SFC: Also number formatting (with commas or decimal precision), and scientific notation have become very popular methods for people to implement, so we're proposing adding them to ECMAScript. Showing the sign on numbers. To show a change in something, like an increase of 43¢. I'm working on a proposal for July to spec these new features. I propose this for Stage 0 today.

DE: Also another new feature for FormatRange.

Expand Down
2 changes: 1 addition & 1 deletion meetings/2018-05/may-23.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# May 23, 2018 Meeting Notes
-----
Waldemar Horwat (WH), Mark Miller (MM), Till Schneidereit (TST), Michael Ficarra (MF), Michael Saboff (MLS), Mattijs Hoitink (MHK), Kyle Verrier (KVR), Brian Terlson (BT), Shu-yu Guo (SYG), Rex Jaeschke (RJE), Yehuda Katz (YK), Andrew Paprocki (API), Chip Morningstar (CM), Kevin Gibbons (KG), Mariko Kosaka (MKA), Myles Borins (MBS), Jordan Harband (JHD), Daniel Ehrenberg (DE), Keith Cirkel (KCL), Justin Ridgewell (JRL), Patrick Soquet (PST), Sathya Gunasekaran (SGN), Sam Goto (SGO), Gabriel Isenberg (GI), Dave Herman (DH), Brendan Eich (BE), Rob Palmer (RPR), Mathias Bynens (MB), Pieter Ouwerkerk (POK), Kat Z. Marchán (KZM), Yulia Startsev (YSV), Leo Balter (LBR), Caridy Patiño (CP), Jory Burson (JBN), Limin Zhu (LZU), Aki Rose (AKI), Valerie Young (VYG), Henry Zhu (HZU), Ross Kirsling (RKG), Shane Carr (SCR), Mike Samuel (MSL), Tab Atkins-Bittner (TAB), Kevin Smith (KS), Ron Buckton (RBN), Eric Faust (EFT), Jean-Francois Paradis (JFP), Peter Hoddie (PHE), Patrick Soquet (PST), Till Schneidereit (TST), Diego Ferreiro Val (DFV), Godfrey Chan (GCN), Domenic Denicola (DD), Rick Waldron (RW), Tom Dale (TDE), István Sebestyén (IS), Lin Clark (LCK)
Waldemar Horwat (WH), Mark Miller (MM), Till Schneidereit (TST), Michael Ficarra (MF), Michael Saboff (MLS), Mattijs Hoitink (MHK), Kyle Verrier (KVR), Brian Terlson (BT), Shu-yu Guo (SYG), Rex Jaeschke (RJE), Yehuda Katz (YK), Andrew Paprocki (API), Chip Morningstar (CM), Kevin Gibbons (KG), Mariko Kosaka (MKA), Myles Borins (MBS), Jordan Harband (JHD), Daniel Ehrenberg (DE), Keith Cirkel (KCL), Justin Ridgewell (JRL), Patrick Soquet (PST), Sathya Gunasekaran (SGN), Sam Goto (SGO), Gabriel Isenberg (GI), Dave Herman (DH), Brendan Eich (BE), Rob Palmer (RPR), Mathias Bynens (MB), Pieter Ouwerkerk (POK), Kat Z. Marchán (KZM), Yulia Startsev (YSV), Leo Balter (LBR), Caridy Patiño (CP), Jory Burson (JBN), Limin Zhu (LZU), Aki Rose (AKI), Valerie Young (VYG), Henry Zhu (HZU), Ross Kirsling (RKG), Shane Carr (SFC), Mike Samuel (MSL), Tab Atkins-Bittner (TAB), Kevin Smith (KS), Ron Buckton (RBN), Eric Faust (EFT), Jean-Francois Paradis (JFP), Peter Hoddie (PHE), Patrick Soquet (PST), Till Schneidereit (TST), Diego Ferreiro Val (DFV), Godfrey Chan (GCN), Domenic Denicola (DD), Rick Waldron (RW), Tom Dale (TDE), István Sebestyén (IS), Lin Clark (LCK)

Remote:
Valerie Young (VYG), Maggie Pint (MPT), Ben Newman (BN), Brendan Eich (BE), Dean Tribble (DT), Robert Pamely (RPY), David Turissini (DTI), Felipe Balbontín (FBN), Pedram Emrouznejad (PED), Tim McClure (TME), Bradley Farias (BFS), Jason Williams (JWS), Trevor Bliss (TBS), Robin Ricard (RRD)
Expand Down
2 changes: 1 addition & 1 deletion meetings/2018-05/may-24.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# May 24, 2018 Meeting Notes
-----
Waldemar Horwat (WH), Mark Miller (MM), Till Schneidereit (TST), Michael Ficarra (MF), Michael Saboff (MLS), Mattijs Hoitink (MHK), Kyle Verrier (KVR), Brian Terlson (BT), Shu-yu Guo (SYG), Rex Jaeschke (RJE), Yehuda Katz (YK), Andrew Paprocki (API), Chip Morningstar (CM), Kevin Gibbons (KG), Mariko Kosaka (MKA), Myles Borins (MBS), Jordan Harband (JHD), Daniel Ehrenberg (DE), Keith Cirkel (KCL), Justin Ridgewell (JRL), Patrick Soquet (PST), Sathya Gunasekaran (SGN), Sam Goto (SGO), Gabriel Isenberg (GI), Dave Herman (DH), Brendan Eich (BE), Rob Palmer (RPR), Mathias Bynens (MB), Pieter Ouwerkerk (POK), Kat Z. Marchán (KZM), Yulia Startsev (YSV), Leo Balter (LBR), Caridy Patiño (CP), Jory Burson (JBN), Limin Zhu (LZU), Aki Rose (AKI), Valerie Young (VYG), Henry Zhu (HZU), Ross Kirsling (RKG), Shane Carr (SCR), Mike Samuel (MSL), Tab Atkins-Bittner (TAB), Kevin Smith (KS), Ron Buckton (RBN), Eric Faust (EFT), Jean-Francois Paradis (JFP), Peter Hoddie (PHE), Patrick Soquet (PST), Till Schneidereit (TST), Diego Ferreiro Val (DFV), Godfrey Chan (GCN), Domenic Denicola (DD), Rick Waldron (RW), Tom Dale (TDE), István Sebestyén (IS), Lin Clark (LCK), Vladan Djeric (VDC)
Waldemar Horwat (WH), Mark Miller (MM), Till Schneidereit (TST), Michael Ficarra (MF), Michael Saboff (MLS), Mattijs Hoitink (MHK), Kyle Verrier (KVR), Brian Terlson (BT), Shu-yu Guo (SYG), Rex Jaeschke (RJE), Yehuda Katz (YK), Andrew Paprocki (API), Chip Morningstar (CM), Kevin Gibbons (KG), Mariko Kosaka (MKA), Myles Borins (MBS), Jordan Harband (JHD), Daniel Ehrenberg (DE), Keith Cirkel (KCL), Justin Ridgewell (JRL), Patrick Soquet (PST), Sathya Gunasekaran (SGN), Sam Goto (SGO), Gabriel Isenberg (GI), Dave Herman (DH), Brendan Eich (BE), Rob Palmer (RPR), Mathias Bynens (MB), Pieter Ouwerkerk (POK), Kat Z. Marchán (KZM), Yulia Startsev (YSV), Leo Balter (LBR), Caridy Patiño (CP), Jory Burson (JBN), Limin Zhu (LZU), Aki Rose (AKI), Valerie Young (VYG), Henry Zhu (HZU), Ross Kirsling (RKG), Shane Carr (SFC), Mike Samuel (MSL), Tab Atkins-Bittner (TAB), Kevin Smith (KS), Ron Buckton (RBN), Eric Faust (EFT), Jean-Francois Paradis (JFP), Peter Hoddie (PHE), Patrick Soquet (PST), Till Schneidereit (TST), Diego Ferreiro Val (DFV), Godfrey Chan (GCN), Domenic Denicola (DD), Rick Waldron (RW), Tom Dale (TDE), István Sebestyén (IS), Lin Clark (LCK), Vladan Djeric (VDC)

Remote:
Valerie Young (VYG), Maggie Pint (MPT), Ben Newman (BN), Brendan Eich (BE), Dean Tribble (DT), Robert Pamely (RPY), David Turissini (DTI), Felipe Balbontín (FBN), Pedram Emrouznejad (PED), Tim McClure (TME), Bradley Farias (BFS), Jason Williams (JWS), Trevor Bliss (TBS), Robin Ricard (RRD)
Expand Down
Loading

0 comments on commit 6f5648f

Please sign in to comment.