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

feat: use modern Streams API #531

Merged
merged 30 commits into from Jan 28, 2020
Merged

feat: use modern Streams API #531

merged 30 commits into from Jan 28, 2020

Conversation

GrosSacASac
Copy link
Contributor

@GrosSacASac GrosSacASac commented Dec 9, 2019

No description provided.

@lgtm-com

This comment has been minimized.

@lgtm-com
Copy link

lgtm-com bot commented Dec 17, 2019

This pull request introduces 1 alert and fixes 2 when merging 2f9191d into b04b5ac - view on LGTM.com

new alerts:

  • 1 for Unused variable, import, function or class

fixed alerts:

  • 1 for Useless assignment to local variable
  • 1 for Unused variable, import, function or class

end does not return errors, use 'error' event instead
write does not return length anymore
@lgtm-com
Copy link

lgtm-com bot commented Dec 17, 2019

This pull request introduces 1 alert and fixes 2 when merging 214708a into b04b5ac - view on LGTM.com

new alerts:

  • 1 for Unused variable, import, function or class

fixed alerts:

  • 1 for Useless assignment to local variable
  • 1 for Unused variable, import, function or class

@lgtm-com
Copy link

lgtm-com bot commented Dec 17, 2019

This pull request introduces 1 alert and fixes 2 when merging b688b66 into b04b5ac - view on LGTM.com

new alerts:

  • 1 for Unused variable, import, function or class

fixed alerts:

  • 1 for Useless assignment to local variable
  • 1 for Unused variable, import, function or class

@lgtm-com
Copy link

lgtm-com bot commented Dec 17, 2019

This pull request introduces 1 alert and fixes 2 when merging 308dfa0 into b04b5ac - view on LGTM.com

new alerts:

  • 1 for Unused variable, import, function or class

fixed alerts:

  • 1 for Useless assignment to local variable
  • 1 for Unused variable, import, function or class

@GrosSacASac
Copy link
Contributor Author

removed a memory leak in the process

@lgtm-com
Copy link

lgtm-com bot commented Dec 18, 2019

This pull request introduces 1 alert and fixes 2 when merging c4f8d7b into b04b5ac - view on LGTM.com

new alerts:

  • 1 for Unused variable, import, function or class

fixed alerts:

  • 1 for Useless assignment to local variable
  • 1 for Unused variable, import, function or class

@lgtm-com
Copy link

lgtm-com bot commented Dec 18, 2019

This pull request introduces 1 alert and fixes 2 when merging dd4a9d5 into b04b5ac - view on LGTM.com

new alerts:

  • 1 for Unused variable, import, function or class

fixed alerts:

  • 1 for Useless assignment to local variable
  • 1 for Unused variable, import, function or class

@lgtm-com
Copy link

lgtm-com bot commented Dec 21, 2019

This pull request introduces 1 alert and fixes 2 when merging bf10f2f into b04b5ac - view on LGTM.com

new alerts:

  • 1 for Unused variable, import, function or class

fixed alerts:

  • 1 for Useless assignment to local variable
  • 1 for Unused variable, import, function or class

@lgtm-com
Copy link

lgtm-com bot commented Dec 22, 2019

This pull request introduces 1 alert and fixes 2 when merging e9f226d into b04b5ac - view on LGTM.com

new alerts:

  • 1 for Unused variable, import, function or class

fixed alerts:

  • 1 for Useless assignment to local variable
  • 1 for Unused variable, import, function or class

@lgtm-com
Copy link

lgtm-com bot commented Dec 26, 2019

This pull request introduces 1 alert and fixes 2 when merging 3f392e1 into b04b5ac - view on LGTM.com

new alerts:

  • 1 for Unused variable, import, function or class

fixed alerts:

  • 1 for Useless assignment to local variable
  • 1 for Unused variable, import, function or class

@lgtm-com
Copy link

lgtm-com bot commented Dec 26, 2019

This pull request introduces 1 alert and fixes 2 when merging 40b830e into b04b5ac - view on LGTM.com

new alerts:

  • 1 for Unused variable, import, function or class

fixed alerts:

  • 1 for Useless assignment to local variable
  • 1 for Unused variable, import, function or class

Signed-off-by: Charlike Mike Reagent <opensource@tunnckocore.com>
@tunnckoCore
Copy link
Member

tunnckoCore commented Jan 28, 2020

Btw, it's interesting why tests getting more time to pass than these in master?

Anyway, I'll merge it and continue.

tests are fricking nightmare...

@lgtm-com
Copy link

lgtm-com bot commented Jan 28, 2020

This pull request introduces 1 alert and fixes 1 when merging 3d0b96d into a26cdac - view on LGTM.com

new alerts:

  • 1 for Unused variable, import, function or class

fixed alerts:

  • 1 for Unused variable, import, function or class

Signed-off-by: Charlike Mike Reagent <opensource@tunnckocore.com>
@lgtm-com
Copy link

lgtm-com bot commented Jan 28, 2020

This pull request introduces 1 alert and fixes 1 when merging 0bd03a1 into a26cdac - view on LGTM.com

new alerts:

  • 1 for Unused variable, import, function or class

fixed alerts:

  • 1 for Unused variable, import, function or class

@GrosSacASac
Copy link
Contributor Author

Many questions but I don't know, I am glad you stepped in again.

Signed-off-by: Charlike Mike Reagent <opensource@tunnckocore.com>
Signed-off-by: Charlike Mike Reagent <opensource@tunnckocore.com>
@tunnckoCore
Copy link
Member

tunnckoCore commented Jan 28, 2020

Anyway, I just ignored the problems. Will merge it and continue with other stuff - maybe switch to Jest, at least, seems easy ;d.

@lgtm-com
Copy link

lgtm-com bot commented Jan 28, 2020

This pull request introduces 1 alert and fixes 1 when merging 1bef152 into a26cdac - view on LGTM.com

new alerts:

  • 1 for Unused variable, import, function or class

fixed alerts:

  • 1 for Unused variable, import, function or class

Signed-off-by: Charlike Mike Reagent <opensource@tunnckocore.com>
@tunnckoCore tunnckoCore changed the title Streams feat: use modern Streams API Jan 28, 2020
@tunnckoCore tunnckoCore merged commit 19c252a into master Jan 28, 2020
@tunnckoCore tunnckoCore deleted the streams branch January 28, 2020 17:03
@lgtm-com
Copy link

lgtm-com bot commented Jan 28, 2020

This pull request introduces 1 alert and fixes 1 when merging c1911af into a26cdac - view on LGTM.com

new alerts:

  • 1 for Unused variable, import, function or class

fixed alerts:

  • 1 for Unused variable, import, function or class

@tunnckoCore
Copy link
Member

Seems like the problem is that it doesn't emit field and always creates files, even when type="text" name="simple"

tunnckoCore added a commit that referenced this pull request Jan 28, 2020
as mentioned here #531 (comment)

Signed-off-by: Charlike Mike Reagent <opensource@tunnckocore.com>
@node-formidable node-formidable deleted a comment from allcontributors bot Jan 29, 2020
@tunnckoCore
Copy link
Member

@all-contributors please add @GrosSacASac for code, doc, bug, maintenance and financial

@allcontributors
Copy link
Contributor

@tunnckoCore

I've put up a pull request to add @GrosSacASac! 🎉

@tunnckoCore
Copy link
Member

@all-contributors please add @GrosSacASac for the Streams API idea & upgrade

@allcontributors
Copy link
Contributor

@tunnckoCore

I've put up a pull request to add @GrosSacASac! 🎉

@tunnckoCore
Copy link
Member

tunnckoCore commented Jan 29, 2020

@all-contributors please add @GrosSacASac for code, bug, maintenance, financial and review

@allcontributors
Copy link
Contributor

@tunnckoCore

I've put up a pull request to add @GrosSacASac! 🎉

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