00:01:53
| * chicoxyzzy | quit (Remote host closed the connection) |
00:32:48
| * bradleymeck | joined |
00:32:49
| * bradleymeck | quit (Client Quit) |
01:02:16
| * chicoxyzzy | joined |
01:06:27
| * chicoxyzzy | quit (Ping timeout: 240 seconds) |
01:34:45
| <Kovensky> | I see |
03:04:10
| * chicoxyzzy | joined |
03:05:04
| * bradleymeck | joined |
03:08:44
| * chicoxyzzy | quit (Ping timeout: 260 seconds) |
03:26:03
| * gskachkov | joined |
03:32:33
| * bradleymeck | quit (Quit: bradleymeck) |
03:34:33
| * gskachkov | quit (Ping timeout: 240 seconds) |
04:07:08
| * chicoxyzzy | joined |
04:12:09
| * chicoxyzzy | quit (Ping timeout: 268 seconds) |
04:36:04
| * jmdyck | quit (Quit: Leaving.) |
06:09:18
| * chicoxyzzy | joined |
06:13:27
| * chicoxyzzy | quit (Ping timeout: 240 seconds) |
06:14:45
| * gskachkov | joined |
06:17:10
| * gskachkov | quit (Client Quit) |
06:19:33
| * gskachkov | joined |
07:03:19
| <gskachkov> | bterlson: Hi |
07:03:33
| <gskachkov> | bterlson: I’m reading spec async/await https://github.com/tc39/ecmascript-asyncawait |
07:04:09
| <gskachkov> | bterlson: Before I expected that it should be Syntax error if use we are using superCall within async arrow function in class constructor. I expected because it smart to prevent cases when ‘super()’, |
07:04:10
| <gskachkov> | uses after ‘await’ |
07:04:26
| <gskachkov> | bterlson: But I see that spec allow this. |
07:04:39
| <gskachkov> | bterlson: Was there any discussion to allow/disallow using superCall within async arrow function in class constructor?v(I did not find by googling) |
07:04:53
| <gskachkov> | bterlson: I’m intereseted to see pros/cons that were discussed |
07:09:30
| <ljharb> | gskachkov: in `constructor() { const a = async () => { super(); }; a(); }`, super is called synchronously, so there'd be no need to error |
07:09:57
| <ljharb> | obv in `constructor() { const a = async () => { await null; super(); }; a(); }`, super is called asynchronously, so i'd expect it to throw and reject the promise |
07:11:41
| <ljharb> | (no idea if that was the reasoning, but it seems plausible) |
07:12:06
| <ljharb> | or are you asking why the second one isn't an error? |
07:12:08
| * chicoxyzzy | joined |
07:15:03
| * gskachkov | quit (Quit: gskachkov) |
07:18:56
| * not-an-aardvark | quit (Quit: Connection closed for inactivity) |
07:19:39
| * caridy_ | quit (Remote host closed the connection) |
07:19:51
| * gskachkov | joined |
07:20:17
| * caridy | joined |
07:24:26
| <gskachkov> | liharb: Ok. I see. Just one more question. If super() lead to error, we will not see it inside of the constructor. Can we see it only if we have, reject/catch hanlders? |
07:25:51
| <gskachkov> | ljharb: oh Sorry, for TYPO in nick. |
07:26:10
| <ljharb> | yes, that's the only way you'd be able to see it |
07:26:35
| * chicoxyzzy | quit (Ping timeout: 260 seconds) |
07:27:30
| <gskachkov> | ljharb: Thanks for help! |
08:06:20
| * gskachkov | quit (Quit: gskachkov) |
08:12:24
| * gskachkov | joined |
08:13:15
| * gskachkov | quit (Client Quit) |
08:25:33
| * gskachkov | joined |
08:27:54
| * gskachkov | quit (Client Quit) |
08:28:34
| * gskachkov | joined |
08:54:21
| * chicoxyzzy | joined |
08:54:28
| * chicoxyzzy | quit (Remote host closed the connection) |
08:55:26
| * chicoxyz_ | joined |
09:57:51
| * chicoxyz_ | quit (Remote host closed the connection) |
10:25:05
| * mylesborins | quit (Quit: farewell for now) |
10:25:36
| * mylesborins | joined |
10:54:42
| * gskachkov | quit (Quit: gskachkov) |
11:02:21
| * chicoxyz_ | joined |
11:03:54
| * gskachkov | joined |
12:02:49
| <annevk> | How does Float64Array work? Is it simply imprecise? |
12:04:20
| * jmdyck | joined |
12:21:58
| * gskachkov | quit (Quit: gskachkov) |
12:27:44
| * chicoxyzzy | joined |
12:30:20
| * chicoxyz_ | quit (Ping timeout: 240 seconds) |
12:30:24
| * gskachkov | joined |
12:34:15
| * chicoxyz_ | joined |
12:36:20
| * chicoxyzzy | quit (Ping timeout: 252 seconds) |
13:10:17
| * bradleymeck | joined |
13:48:51
| * TehShrike | joined |
14:26:16
| * chicoxyzzy | joined |
14:26:56
| * chicoxy__ | joined |
14:29:36
| * chicoxyz_ | quit (Ping timeout: 260 seconds) |
14:30:31
| * chicoxyzzy | quit (Ping timeout: 246 seconds) |
14:30:44
| * Fishrock123 | joined |
14:39:11
| * gskachkov | quit (Quit: gskachkov) |
14:41:51
| * bradleymeck | quit (Quit: bradleymeck) |
15:16:02
| * bradleymeck | joined |
15:25:42
| * Fishrock123 | quit (Remote host closed the connection) |
15:29:48
| * gskachkov | joined |
15:36:51
| * gskachkov | quit (Quit: gskachkov) |
15:37:39
| * gskachkov | joined |
15:41:37
| * gskachkov | quit (Client Quit) |
15:43:19
| * gskachkov | joined |
16:05:13
| * gskachkov | quit (Quit: gskachkov) |
16:08:12
| * chicoxy__ | quit (Remote host closed the connection) |
16:08:42
| * chicoxyzzy | joined |
16:13:10
| * chicoxyzzy | quit (Ping timeout: 240 seconds) |
16:23:05
| * bradleymeck | quit (Read error: Connection reset by peer) |
16:23:27
| * bradleymeck | joined |
16:31:25
| <ljharb> | annevk: i think you'd have to write it in "not a single number", and it'd be precise |
16:32:07
| <annevk> | lth explained in jslang a bit |
16:32:53
| * Fishrock123 | joined |
16:33:59
| <ljharb> | ah right, k |
16:34:27
| * bradleymeck | quit (Quit: bradleymeck) |
16:44:10
| * gskachkov | joined |
16:50:52
| * bradleymeck | joined |
17:00:18
| * bradleymeck | quit (Quit: bradleymeck) |
17:02:23
| * gskachkov | quit (Quit: gskachkov) |
17:05:10
| * Fishrock123 | quit (Remote host closed the connection) |
17:05:50
| * Fishrock123 | joined |
17:05:57
| * Fishrock123 | quit (Remote host closed the connection) |
17:19:01
| * caridy | quit (Read error: Connection reset by peer) |
17:19:23
| * caridy | joined |
17:20:44
| * not-an-aardvark | joined |
17:23:16
| * bradleymeck | joined |
17:35:33
| <bterlson> | someone get lth over here :-P |
17:49:53
| * gskachkov | joined |
17:51:20
| * TehShrike | quit (Quit: My MacBook has gone to sleep. ZZZzzz…) |
18:02:48
| * gskachkov | quit (Quit: gskachkov) |
18:09:03
| * Fishrock123 | joined |
18:13:35
| * Fishrock123 | quit (Ping timeout: 240 seconds) |
18:14:21
| * Fishrock123 | joined |
18:21:36
| * TehShrike | joined |
18:25:13
| * gskachkov | joined |
18:33:21
| * gskachkov | quit (Quit: gskachkov) |
18:37:30
| * TehShrike | quit (Quit: My MacBook has gone to sleep. ZZZzzz…) |
18:37:49
| * TehShrike | joined |
18:50:33
| * bradleymeck | quit (Quit: bradleymeck) |
19:17:57
| * bradleymeck | joined |
19:18:40
| * Draggor | quit (Quit: WeeChat 1.7) |
19:34:16
| * TehShrike | quit (Quit: My MacBook has gone to sleep. ZZZzzz…) |
19:36:04
| * TehShrike | joined |
19:36:10
| * TehShrike | quit (Client Quit) |
19:38:56
| * not-an-aardvark | quit (Quit: Connection closed for inactivity) |
19:43:27
| * TehShrike | joined |
20:24:57
| * not-an-aardvark | joined |
21:04:05
| * TehShrike | quit (Quit: My MacBook has gone to sleep. ZZZzzz…) |
21:53:07
| * TehShrike | joined |