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

Remove integer type which is alias for int #810

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lognaturel
Copy link
Member

I accidentally introduced test forms with the integer bind type. This is technically supported (in the xsd namespace) in the W3C XForms spec. JavaRosa defines the alias. Most other tools in the ecosystem would not recognize it so I think we should aim not to use it in tests.

@eyelidlessness
Copy link
Member

This is technically supported (in the xsd namespace) in the W3C XForms spec. JavaRosa defines the alias.

Important to note that these are distinct concepts: integer as specified by W3C is the infinite set of integer values, which is a superset of int (by way of long in between), rather than an alias.

@lognaturel
Copy link
Member Author

@eyelidlessness can we merge this now?

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

Successfully merging this pull request may close these issues.

2 participants