Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Update TextDecoder string size threshold #36

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

Merged
gfx merged 3 commits into msgpack:master from sergeyzenchenko:master
May 28, 2019
Merged

Conversation

Copy link
Collaborator

@sergeyzenchenko sergeyzenchenko commented May 28, 2019

No description provided.

Copy link
Member

gfx commented May 28, 2019

Thanks!

Copy link
Member

gfx commented May 28, 2019
edited
Loading

Fixed Travis CI settings in #35

Can you merge the master?

Copy link
Collaborator Author

done. Also I've change benchmark code to use browser version of notepack.io

Do you want it in sepparate PR? Or I can include it into this one?

from

"notepack.io": {
 encode: require("notepack.io").encode,
 decode: require("notepack.io").decode, 
 },

to:

"notepack.io": {
 encode: require("notepack.io/browser/encode"),
 decode: require("notepack.io/browser/decode"),
 },

It doesn't make sense to test agains main version because it will mostly test performance difference between nodejs buffer and DateView.

Copy link

codecov-io commented May 28, 2019
edited
Loading

Codecov Report

Merging #36 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@ Coverage Diff @@
## master #36 +/- ##
=======================================
 Coverage 95.65% 95.65% 
=======================================
 Files 14 14 
 Lines 759 759 
 Branches 160 160 
=======================================
 Hits 726 726 
 Misses 14 14 
 Partials 19 19
Impacted Files Coverage Δ
src/utils/utf8.ts 89.65% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5688698...cadeb17. Read the comment docs.

Copy link
Member

gfx commented May 28, 2019
edited
Loading

No problem. Please change the benchmark code in this PR. Thanks.

Copy link
Collaborator Author

done @gfx

Copy link
Member

gfx commented May 28, 2019

Thanks!

Copy link
Member

gfx commented May 28, 2019

OMG. Travis CI does not allow to use SauceLabs in pull-requests from forked repos.

If your build relies on encrypted variables to run, for instance to run Selenium tests with BrowserStack or Sauce Labs, your build needs to take this into account. You won’t be able to run these tests for pull requests from external contributors.

@gfx gfx merged commit 95c3216 into msgpack:master May 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

AltStyle によって変換されたページ (->オリジナル) /