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

Release/1.0.0 #117

Merged
merged 8 commits into from Jun 10, 2020
Merged

Release/1.0.0 #117

merged 8 commits into from Jun 10, 2020

Conversation

aldemirenes
Copy link
Contributor

@aldemirenes aldemirenes commented Aug 20, 2019

Instructions for integrating ScalaDoc-GhPages can be found in here.

@aldemirenes aldemirenes force-pushed the release/1.0.0 branch 2 times, most recently from 1754507 to 8ddf308 Compare September 4, 2019 12:32
@aldemirenes
Copy link
Contributor Author

I've realized some problem with scoverage. It causes NoDefFoundError while trying to use library. I've made some research but couldn't find a definite answer. Error can be generated with publishing library local with +publishLocal command and trying to use it. Some related link can be found in here.

Copy link
Contributor

@dilyand dilyand left a comment

Choose a reason for hiding this comment

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

Just a couple of questions but otherwise LGTM!

@@ -15,7 +15,7 @@ deploy:
provider: script
script: ./.travis/deploy.sh $TRAVIS_TAG
on:
condition: '"${TRAVIS_SCALA_VERSION}" == "2.12.8" && "${TRAVIS_JDK_VERSION}" == "openjdk8"'
condition: '"${TRAVIS_SCALA_VERSION}" == "2.12.8"'
Copy link
Contributor

Choose a reason for hiding this comment

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

Why not 2.13.2?

Copy link
Contributor

Choose a reason for hiding this comment

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

TBH, I don't even know why we need several version in the first place. SBT is responsible for cross-version test, not Travis.

@@ -111,7 +112,7 @@ class RawValidationSpec extends Specification with DataTables {
val doubleError = CirceValidator.validate(doubleErrorInput, simpleSchemaResult) must beLeft(
doubleErrorExpected)

nonString and missingKey and heterogeneusArray
nonString and missingKey and heterogeneusArray and doubleError
Copy link
Contributor

Choose a reason for hiding this comment

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

heterogeneousArray

Copy link
Contributor

Choose a reason for hiding this comment

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

That's some very deep review.

.travis.yml Outdated
@@ -23,3 +23,4 @@ env:
- secure: R3N94P7noue7/K2KOLjfxNVZV6Eft2emrU0zfh/qbkAwW6CF6w3gjVxRJwBzOhrsy5W4SU7r18Dft9/YS1QQOKw5HuBGNKnVytJxhkHPRB7EE/KrDnlQ0uHK9LAlQnwQzb74+iyQv6ONcrCF1M7xEnnkst8buZp4zoB8JXUA8bM=
- secure: jh4RLrx+HoTmzgfvsxle8hWdAsz6m5M0qvaBu3VAGPnrM4NmRPyfyb08btlN+qLJOTEBilZGIKh+cYSE8NRJHXR+8iAKHikop8rOh6HqwaEl8A7SFy/Nx6RMys3Cy3yX5AVLHhgpu4absok4QlVplYhn2aK6EbYsM0VS1uyOztQ=
- secure: ZdJH16Iz79TTwPCha92BuekZP07QsLAxMqaG4liH45ncK4TE+xfEE0lAmt2SqonPodXDbx94cFwjTEum0xFsEOp1ASsz393i265+qVKT+WwumpMe1/4Ta9UF6bAZMBQSeikgW7Qnh7uN2DVUKJ9LNrCg3xlBReWeqJC/1AjD+TM=
- ENCRYPTION_LABEL: <placeholder>
Copy link
Contributor

Choose a reason for hiding this comment

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

Shouldn't this be removed if we're not using it?

On the other hand, should we be using it, to make the GH publishing consistent across projects?

Copy link
Contributor

@chuwy chuwy Jun 10, 2020

Choose a reason for hiding this comment

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

Yes! You're right - I'll add it properly.

Copy link
Member

@oguzhanunlu oguzhanunlu left a comment

Choose a reason for hiding this comment

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

LGTM!

@chuwy chuwy removed the request for review from lukeindykiewicz June 10, 2020 10:16
@chuwy chuwy merged commit 3189ee8 into master Jun 10, 2020
@pondzix pondzix deleted the release/1.0.0 branch May 31, 2022 17:14
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

4 participants