8000 new scalajs module by chandu0101 · Pull Request #112 · circe/circe · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

new scalajs module #112

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

Closed
wants to merge 4 commits into from
Closed

new scalajs module #112

wants to merge 4 commits into from

Conversation

chandu0101
Copy link
Contributor

PR for #93

@@ -18,7 +19,7 @@ package object parse extends Parser {
Xor.left(ParsingFailure(error.message, exception))
}

private[this] def convertJson(j: Any): Json = j match {
def convertJson(j: Any): Json = j match {
Copy link
Member

Choose a reason for hiding this comment

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

We need the new module in part so that we can keep the public API of parse consistent across JVM and JS, which means we'll either need to make this private[circe] or to move it to scalajs and switch the direction of the dependency.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

or to move it to scalajs and switch the direction of the dependency.

👍 looks like this is more cleaner way! , i'll update PR accordingly :)

@codecov-io
Copy link

Current coverage is 70.03%

Merging #112 into master will not affect coverage as of bfb1d44

Powered by Codecov. Updated on successful CI builds.

@travisbrown
Copy link
Member

Sorry to be out of touch—will finish up review this afternoon.

@travisbrown
Copy link
Member

👍 from me, thanks @chandu0101! Do you mind rebasing? Otherwise I can take care of it this afternoon.

@chandu0101
Copy link
Contributor Author

Otherwise I can take care of it this afternoon

please do that , otherwise i may end up messing this whole PR :(

@chandu0101
Copy link
Contributor Author

sbt publishLocal not publishing new scalajs module , did i missed any settings :s

_Edit:_
nvm, its working now :)

@travisbrown
Copy link
Member

@chandu0101 Sorry for the delay on this—while looking at it more closely I decided that I wanted to suggest some other changes. I'll aim to open a new PR with your commits rebased and my proposals added today or tomorrow.

@chandu0101
Copy link
Contributor Author

@chandu0101 Sorry for the delay on this—while looking at it more closely I decided that I wanted to suggest some other changes. I'll aim to open a new PR with your commits rebased and my proposals added today or tomorrow.

no worries take your own time :) ,looking forward to learn new stuff 👍

@travisbrown travisbrown mentioned this pull request Nov 25, 2015
@travisbrown
Copy link
Member

Superseded by #126.

julienrf pushed a commit to scalacenter/circe that referenced this pull request May 13, 2021
enable spray-json Scala 2.13.0-M4 build
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.

3 participants
0