Skip to content

Support numeric types in MessagePackParser.getText()#527

Merged
komamitsu merged 2 commits intodevelopfrom
conv-num2str
Aug 30, 2020
Merged

Support numeric types in MessagePackParser.getText()#527
komamitsu merged 2 commits intodevelopfrom
conv-num2str

Conversation

@komamitsu
Copy link
Member

Fixes #526

@komamitsu
Copy link
Member Author

@xerial CI failed with this sbt failure. Any insights?

Run ./sbt test
Downloading sbt launcher for 1.2.8:
  From  http://repo.scala-sbt.org/scalasbt/maven-releases/org/scala-sbt/sbt-launch/1.2.8/sbt-launch.jar
    To  /home/runner/.sbt/launchers/1.2.8/sbt-launch.jar
Download failed. Obtain the jar manually and place it at /home/runner/.sbt/launchers/1.2.8/sbt-launch.jar
##[error]Process completed with exit code 1.

@xerial
Copy link
Member

xerial commented Aug 30, 2020

@komamitsu We need to update sbt-extra script because Maven has recently stopped supporting http:// repository.

@xerial
Copy link
Member

xerial commented Aug 30, 2020

We need to run this command to update sbt script:

curl -Ls https://git.io/sbt > ./sbt

@komamitsu komamitsu merged commit 8616daf into develop Aug 30, 2020
@komamitsu komamitsu deleted the conv-num2str branch August 30, 2020 15:18
@komamitsu
Copy link
Member Author

@xerial Thanks!

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.

Exception in thread "main" com.fasterxml.jackson.databind.JsonMappingException: Invalid type=INT

2 participants