Nikolai Vavilov
Nikolai Vavilov
Would you accept ES6 support in a pull request?
@haberman > Could you say more about how you want to use toObject() and fromObject()? Here's my use case. I maintain a [library](https://github.com/seishun/node-steam) that interoperates with a network that uses...
Is this the change you have in mind? ```diff diff --git a/specs/phase0/validator.md b/specs/phase0/validator.md index 14a5ecbb..43b86488 100644 --- a/specs/phase0/validator.md +++ b/specs/phase0/validator.md @@ -349,6 +349,7 @@ def get_eth1_vote(state: BeaconState, eth1_chain: Sequence[Eth1Block]) ->...
Is that a necessary change? Other validators won't consider a vote for `state_eth1_data` valid anyway.
How about `meta.pack.indexing` for the whole expression, `variable.other.pack` for the pack (even though it's not a variable in any meaningful sense...) and `punctuation.definition.begin.bracket.square.pack.indexing` and `punctuation.definition.end.bracket.square.pack.indexing` for the opening and closing...
I'm taking a stab at it in https://github.com/seishun/STL/tree/ranges. Tested only with `clang-cl` because `cl` doesn't support pack indexing yet.
>[Example 1: is_modulo is false for signed integer types ([basic.fundamental]) unless an implementation, as an extension to this document, defines signed integer overflow to wrap. — end example] If `numeric_limits::is_modulo`...