Closed kazuho closed 10 years ago
The pull request changes the definition of int to always stay in the range of a 32-bit integral value.
int
https://github.com/jsx/JSX/issues/292 especially this comment ( https://github.com/jsx/JSX/issues/292#issuecomment-32576818 ) describes the rationale of the pull request.
@wasabiz would you mind looking in to the changes to check if there is any overlooked regressions before we merge the PR to master?
The pull request changes the definition of
int
to always stay in the range of a 32-bit integral value.https://github.com/jsx/JSX/issues/292 especially this comment ( https://github.com/jsx/JSX/issues/292#issuecomment-32576818 ) describes the rationale of the pull request.