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

Support more types (byte, short, utf16 strings...) #4

Merged
merged 3 commits into from
Feb 10, 2017

Conversation

trufae
Copy link
Member

@trufae trufae commented Feb 8, 2017

No description provided.

Copy link
Member

@oleavr oleavr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome! Just one small nit:

index.js Outdated
@@ -268,6 +274,28 @@ function int() {
};
}

function byte() {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we move these up so they match the order at the top? (byte, short, then int)

@trufae
Copy link
Member Author

trufae commented Feb 10, 2017 via email

@oleavr oleavr merged commit afdb91d into nowsecure:master Feb 10, 2017
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