We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I would remove Codec.scala. It's just an old copy of scala's core Codec, scala.io.Codec
Also, Codec.toString should return the same as name, as this is the expected behavior (scala.io.Codec does it like this)
If you find the removal appropriate, I would happily change the package references in the source.
The text was updated successfully, but these errors were encountered:
I agree. It is historical artifact at this point. On Mar 29, 2013 2:36 PM, "Juan Miguel Cejuela" [email protected] wrote:
I would remove Codec.scala. It's just an old copy of scala's core Codec, scala.io.Codec Also, Codec.toString should return the same as name, as this is the expected behavior (scala.io.Codec does it like this) — Reply to this email directly or view it on GitHubhttps://github.com//issues/83 .
— Reply to this email directly or view it on GitHubhttps://github.com//issues/83 .
Sorry, something went wrong.
No branches or pull requests
I would remove Codec.scala. It's just an old copy of scala's core Codec, scala.io.Codec
Also, Codec.toString should return the same as name, as this is the expected behavior (scala.io.Codec does it like this)
If you find the removal appropriate, I would happily change the package references in the source.
The text was updated successfully, but these errors were encountered: