Rex Jaeschke
Rex Jaeschke
I've documented the format string verification aspects in the revised version of the Hack tutorial. I'm assuming the implementation aspects are *not* intended to be part of that tutorial.
Here's my locale when I logon: ubuntu@ip-172-31-36-66:~$ locale LANG=en_US.UTF-8 LANGUAGE= LC_CTYPE="en_US.UTF-8" LC_NUMERIC="en_US.UTF-8" LC_TIME="en_US.UTF-8" LC_COLLATE="en_US.UTF-8" LC_MONETARY="en_US.UTF-8" LC_MESSAGES="en_US.UTF-8" LC_PAPER="en_US.UTF-8" LC_NAME="en_US.UTF-8" LC_ADDRESS="en_US.UTF-8" LC_TELEPHONE="en_US.UTF-8" LC_MEASUREMENT="en_US.UTF-8" LC_IDENTIFICATION="en_US.UTF-8" LC_ALL= I changed it, as follows: export LANG=en_US.UTF-8...
Here's my test md file (with suffix .txt added to accommodate the upload constraint): [Non-ASCII Character Tests.md.txt](https://github.com/hhvm/user-documentation/files/2332763/Non-ASCII.Character.Tests.md.txt) And here's the captured display for the first few tests: ...
@BillWagner I'm good with these replies, so I'm closing-out this issue.
## Use of “lvalue” **Proposal 2**: As this is the *only* place in the spec that we use *lvalue*, rather than correcting the note (because it ignores the C89-invented distinction...
## Classified as a variable In the current V6 draft spec, we use the phrase “is [not] classified as a variable” numerous times, all in the context of an expression....
## Variable 10 Variables|10.1 General says > Variables represent storage locations. Every variable has a type that determines what values can be stored in the variable. C# is a type-safe...
## My experiment Ignoring the `readonly ref` features added by V7.x, for now, I’m concentrating on the simple (existing) case of a readonly field, in the context of `++`, `--`,...
**Proposal 3 (final)**: Re the use of “classified as a variable,” all these occurrences should be replaced with “is a [modifiable|non-modifiable] *variable_reference*, as appropriate.”
## Operators needing write access (revisited) **Proposal 4 (final)**: 12.7.10 Postfix increment and decrement operators > The operand of a postfix increment or decrement operation shall be a modifiable *variable_reference*,...