Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error in mxIs<XXX> #27

Open
eco747 opened this issue Feb 20, 2018 · 1 comment
Open

error in mxIs<XXX> #27

eco747 opened this issue Feb 20, 2018 · 1 comment

Comments

@eco747
Copy link

eco747 commented Feb 20, 2018

In the file xsAll,
lines 961 to 979 there is a strange code in mxIsFunction, mxIsArray, mxIsString, mxIsBoolean, mxIsNumber, mxIsDate, mxIsRegExp, mxIsSymbol, mxIsHost, mxIsProxy

(/* (THE_SLOT) && */ ((THE_SLOT)->next) && ((THE_SLOT)->next->flag && XS_INTERNAL_FLAG) && ((THE_SLOT)->next->kind == XS_STRING_KIND) || ((THE_SLOT)->next->kind == XS_STRING_X_KIND))

look at the && instead of &

(THE_SLOT)->next->flag && XS_INTERNAL_FLAG)
                       ^^ here
@phoddie
Copy link
Contributor

phoddie commented Feb 20, 2018

Howdy. Due to a lack of interest from Marvell Semiconductor, the party responsible for this repository, there is no longer support for issues here. Fortunately, XS development remains in active development by Moddable Tech. You'll find a substantial update to XS in the Moddable GitHub repository. If this issue is still present, please do report it there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants