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

Fixes for #2 and #4 #3

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Fixes for #2 and #4 #3

wants to merge 3 commits into from

Conversation

karlr42
Copy link

@karlr42 karlr42 commented Oct 2, 2014

If a RangeError is thrown when calling apply() in JSONC.unzip, use a loop instead. This should fix problems with exceeding the maximum call size- fix for #2.

@karlr42 karlr42 mentioned this pull request Oct 10, 2014
@karlr42
Copy link
Author

karlr42 commented Oct 10, 2014

Fixed a bug in the vendor base 64 implementation, to resolve #4

@karlr42 karlr42 changed the title If a RangeError is thrown when calling apply() in JSONC.unzip, use a loo... Fixes for #2 and #3 Oct 10, 2014
@karlr42 karlr42 changed the title Fixes for #2 and #3 Fixes for #2 and #4 Oct 10, 2014
@tcorral
Copy link
Owner

tcorral commented Oct 11, 2014

Hi, Karlr42. Thanks for you pull-request, but to make sure that it works, I need that you modify the U.T. to add the new case to check that it works as expected.

@karlr42
Copy link
Author

karlr42 commented Oct 13, 2014

Ok, I am trying. But I have never used any of these JS unit testing libraries so I don't really know what I am doing.

@karlr42
Copy link
Author

karlr42 commented Oct 13, 2014

Done. I had to change the Karma test to use Chrome because PhantomJS's JSON.parse was failing for long strings. I don't have any more time to spend on this project so up to you what you want to do.

Alamantus added a commit to Alamantus/JSON-Compress that referenced this pull request Dec 3, 2019
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.

None yet

2 participants