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

BREAKING: remove custom implementation of Deno.Buffer.toString() #4992

Merged
merged 1 commit into from
Apr 29, 2020

Conversation

bartlomieju
Copy link
Member

@bartlomieju bartlomieju commented Apr 29, 2020

Keep in mind Buffer.toString() still exists, but returns [object Object]. Reason for removal of Buffer.toString() was that it implicitly used TextDecoder with fixed "utf-8" encoding with no way to customize the encoding.

@ry ry mentioned this pull request Apr 29, 2020
43 tasks
Copy link
Member

@ry ry left a comment

Choose a reason for hiding this comment

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

LGTM

@bartlomieju bartlomieju merged commit d308e8d into denoland:master Apr 29, 2020
@bartlomieju bartlomieju deleted the buffer_to_string branch April 29, 2020 20:38
SASUKE40 pushed a commit to SASUKE40/deno that referenced this pull request May 7, 2020
…oland#4992)

Keep in mind Buffer.toString() still exists, but returns [object Object]. 

Reason for removal of Buffer.toString() was that it implicitly used 
TextDecoder with fixed "utf-8" encoding and no way to customize 
the encoding.
caspervonb pushed a commit to caspervonb/deno_std that referenced this pull request Jan 21, 2021
…oland/deno#4992)

Keep in mind Buffer.toString() still exists, but returns [object Object]. 

Reason for removal of Buffer.toString() was that it implicitly used 
TextDecoder with fixed "utf-8" encoding and no way to customize 
the encoding.
caspervonb pushed a commit to caspervonb/deno_std that referenced this pull request Jan 24, 2021
…oland/deno#4992)

Keep in mind Buffer.toString() still exists, but returns [object Object]. 

Reason for removal of Buffer.toString() was that it implicitly used 
TextDecoder with fixed "utf-8" encoding and no way to customize 
the encoding.
caspervonb pushed a commit to caspervonb/deno_std that referenced this pull request Jan 24, 2021
…oland/deno#4992)

Keep in mind Buffer.toString() still exists, but returns [object Object]. 

Reason for removal of Buffer.toString() was that it implicitly used 
TextDecoder with fixed "utf-8" encoding and no way to customize 
the encoding.
caspervonb pushed a commit to caspervonb/deno_std that referenced this pull request Jan 24, 2021
…oland/deno#4992)

Keep in mind Buffer.toString() still exists, but returns [object Object]. 

Reason for removal of Buffer.toString() was that it implicitly used 
TextDecoder with fixed "utf-8" encoding and no way to customize 
the encoding.
caspervonb pushed a commit to caspervonb/deno_std that referenced this pull request Jan 31, 2021
…oland/deno#4992)

Keep in mind Buffer.toString() still exists, but returns [object Object]. 

Reason for removal of Buffer.toString() was that it implicitly used 
TextDecoder with fixed "utf-8" encoding and no way to customize 
the encoding.
caspervonb pushed a commit to caspervonb/deno_std that referenced this pull request Jan 31, 2021
…oland/deno#4992)

Keep in mind Buffer.toString() still exists, but returns [object Object]. 

Reason for removal of Buffer.toString() was that it implicitly used 
TextDecoder with fixed "utf-8" encoding and no way to customize 
the encoding.
caspervonb pushed a commit to caspervonb/deno_std that referenced this pull request Jan 31, 2021
…oland/deno#4992)

Keep in mind Buffer.toString() still exists, but returns [object Object]. 

Reason for removal of Buffer.toString() was that it implicitly used 
TextDecoder with fixed "utf-8" encoding and no way to customize 
the encoding.
caspervonb pushed a commit to caspervonb/deno_std that referenced this pull request Jan 31, 2021
…oland/deno#4992)

Keep in mind Buffer.toString() still exists, but returns [object Object]. 

Reason for removal of Buffer.toString() was that it implicitly used 
TextDecoder with fixed "utf-8" encoding and no way to customize 
the encoding.
caspervonb pushed a commit to caspervonb/deno_std that referenced this pull request Feb 1, 2021
…oland/deno#4992)

Keep in mind Buffer.toString() still exists, but returns [object Object]. 

Reason for removal of Buffer.toString() was that it implicitly used 
TextDecoder with fixed "utf-8" encoding and no way to customize 
the encoding.
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