sullis opened a new pull request #73: travis: add openjdk11
URL: https://github.com/apache/commons-compress/pull/73
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and
coveralls commented on issue #73: travis: add openjdk11
URL: https://github.com/apache/commons-compress/pull/73#issuecomment-455818828
[](https://coveralls.io/builds/21169800)
Coverage decreased (-0.2%) to 86.446% when
coveralls edited a comment on issue #73: travis: add openjdk11
URL: https://github.com/apache/commons-compress/pull/73#issuecomment-455818828
[](https://coveralls.io/builds/21169800)
Coverage increased (+0.02%) to 86.6
darkma773r opened a new pull request #28: NUMBERS-90: adding
DoublePrecisionContext and FloatPrecisionContext
URL: https://github.com/apache/commons-numbers/pull/28
Adding DoublePrecisionContext and FloatPrecisionContext abstract classes
along with simple epsilon-based implementations. I a
coveralls commented on issue #28: NUMBERS-90: adding DoublePrecisionContext and
FloatPrecisionContext
URL: https://github.com/apache/commons-numbers/pull/28#issuecomment-455832401
[](https://coveralls.io/builds/21170952)
bodewig merged pull request #73: travis: add openjdk11
URL: https://github.com/apache/commons-compress/pull/73
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use
bodewig commented on issue #73: travis: add openjdk11
URL: https://github.com/apache/commons-compress/pull/73#issuecomment-455866516
Thanks!
This is an automated message from the Apache Git Service.
To respond to the message,
darkma773r opened a new pull request #29: Numbers 93: PlaneAngle normalize()
upper bound is exclusive
URL: https://github.com/apache/commons-numbers/pull/29
The upper bound for the returned angle from the PlaneAngle.normalize()
method is exclusive, although the documentation states that it
coveralls commented on issue #29: Numbers 93: PlaneAngle normalize() upper
bound is exclusive
URL: https://github.com/apache/commons-numbers/pull/29#issuecomment-455947681
[](https://coveralls.io/builds/21179819)
Cove
coveralls edited a comment on issue #28: NUMBERS-90: adding
DoublePrecisionContext and FloatPrecisionContext
URL: https://github.com/apache/commons-numbers/pull/28#issuecomment-455832401
[](https://coveralls.io/builds/211926
asfgit merged pull request #29: Numbers 93: PlaneAngle normalize() upper bound
is exclusive
URL: https://github.com/apache/commons-numbers/pull/29
This is an automated message from the Apache Git Service.
To respond to the m
darkma773r commented on issue #28: NUMBERS-90: adding DoublePrecisionContext
and FloatPrecisionContext
URL: https://github.com/apache/commons-numbers/pull/28#issuecomment-462048752
I'm closing this PR since this functionality was placed directly in
commons-geometry, at least until the API
darkma773r closed pull request #28: NUMBERS-90: adding DoublePrecisionContext
and FloatPrecisionContext
URL: https://github.com/apache/commons-numbers/pull/28
This is an automated message from the Apache Git Service.
To resp
akbertram opened a new pull request #74: Removed incorrect use of
InputStream.available() in ArArchiveInputStream
URL: https://github.com/apache/commons-compress/pull/74
The deleted code appears to be checking for a premature end-of-file using
the InputStream.available() method.
Th
coveralls commented on issue #74: Removed incorrect use of
InputStream.available() in ArArchiveInputStream
URL: https://github.com/apache/commons-compress/pull/74#issuecomment-462494602
[](https://coveralls.io/builds/2157672
akbertram commented on issue #74: Removed incorrect use of
InputStream.available() in ArArchiveInputStream
URL: https://github.com/apache/commons-compress/pull/74#issuecomment-463101532
FYI: The coverage decrease reported by coveralls is in bzip2, which is
untouched by this pull request.
akbertram edited a comment on issue #74: Removed incorrect use of
InputStream.available() in ArArchiveInputStream
URL: https://github.com/apache/commons-compress/pull/74#issuecomment-463101532
FYI: The coverage decrease reported by coveralls is in bzip2, which is
untouched by this pull req
darkma773r opened a new pull request #30: NUMBERS-94: PlaneAngle.normalize()
fix for small numbers
URL: https://github.com/apache/commons-numbers/pull/30
Adding an extra check to the PlaneAngle.normalize() method to ensure that
the return value is within the allowed range when given very s
coveralls commented on issue #30: NUMBERS-94: PlaneAngle.normalize() fix for
small numbers
URL: https://github.com/apache/commons-numbers/pull/30#issuecomment-463494611
[](https://coveralls.io/builds/21636143)
Coverag
asfgit merged pull request #30: NUMBERS-94: PlaneAngle.normalize() fix for
small numbers
URL: https://github.com/apache/commons-numbers/pull/30
This is an automated message from the Apache Git Service.
To respond to the mess
bodewig commented on issue #74: Correct EOF check in ArArchiveInputStream
URL: https://github.com/apache/commons-compress/pull/74#issuecomment-464811232
Thanks, I haven't looked at you PR so far, hope to find time the coming days.
But I fixed the javadoc error wit 844faded and made a
bodewig merged pull request #74: Correct EOF check in ArArchiveInputStream
URL: https://github.com/apache/commons-compress/pull/74
This is an automated message from the Apache Git Service.
To respond to the message, please lo
bodewig commented on issue #74: Correct EOF check in ArArchiveInputStream
URL: https://github.com/apache/commons-compress/pull/74#issuecomment-464812977
Had a look after I typed the last comment and realized this was good to go
as it is. Many thanks again.
-
akbertram commented on issue #74: Correct EOF check in ArArchiveInputStream
URL: https://github.com/apache/commons-compress/pull/74#issuecomment-464815856
Terrific, thanks!
This is an automated message from the Apache Git
renggli opened a new pull request #31: Fix missing negation in Complex#sin()
URL: https://github.com/apache/commons-numbers/pull/31
The comment message of the method is actually correct, but the
implementation lacks the negation.
coveralls commented on issue #31: Fix missing negation in Complex#sin()
URL: https://github.com/apache/commons-numbers/pull/31#issuecomment-466748441
[](https://coveralls.io/builds/21814474)
Coverage remained the same
NGimhana opened a new pull request #19: Check List update
URL: https://github.com/apache/commons-numbers/pull/19
Check list for first release
JIRA Issue
[NUMBERS-25](https://issues.apache.org/jira/projects/NUMBERS/issues/NUMBERS-25)
--
darkma773r opened a new pull request #20: NUMBERS-84: Checks for NaN and
Infinite in Quaternion Normalization
URL: https://github.com/apache/commons-numbers/pull/20
Adding NaN and infinite checks to Quaternion.normalize() and
Quaternion.inverse(). I ended up bumping the JDK version from 6
coveralls commented on issue #20: NUMBERS-84: Checks for NaN and Infinite in
Quaternion Normalization
URL: https://github.com/apache/commons-numbers/pull/20#issuecomment-447179656
[](https://coveralls.io/builds/20629558)
coveralls edited a comment on issue #20: NUMBERS-84: Checks for NaN and
Infinite in Quaternion Normalization
URL: https://github.com/apache/commons-numbers/pull/20#issuecomment-447179656
[](https://coveralls.io/builds/206305
darkma773r closed pull request #20: NUMBERS-84: Checks for NaN and Infinite in
Quaternion Normalization
URL: https://github.com/apache/commons-numbers/pull/20
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of pr
darkma773r commented on issue #20: NUMBERS-84: Checks for NaN and Infinite in
Quaternion Normalization
URL: https://github.com/apache/commons-numbers/pull/20#issuecomment-447312672
I'm closing this since master has changed and it will be easier to open a
new one than try to resolve the con
darkma773r opened a new pull request #21: NUMBERS-84: Adding NaN and infinite
checks to Quaternion
URL: https://github.com/apache/commons-numbers/pull/21
Adding NaN and infinite checks to Quaternion normalize() and inverse()
methods.
---
coveralls commented on issue #21: NUMBERS-84: Adding NaN and infinite checks to
Quaternion
URL: https://github.com/apache/commons-numbers/pull/21#issuecomment-447316987
[](https://coveralls.io/builds/20636493)
Coverag
asfgit closed pull request #21: NUMBERS-84: Adding NaN and infinite checks to
Quaternion
URL: https://github.com/apache/commons-numbers/pull/21
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As t
NGimhana opened a new pull request #22: NUMBERS-25:Check list for first
release-remove @since javadoc tags
URL: https://github.com/apache/commons-numbers/pull/22
Check list for first release
JIRA Issue
[NUMBERS-25](https://issues.apache.org/jira/projects/NUMBERS/issues/NUMBERS-25?filter
NGimhana closed pull request #19: Check List update
URL: https://github.com/apache/commons-numbers/pull/19
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
NGimhana closed pull request #12: @since Javadoc Tag Removed
URL: https://github.com/apache/commons-numbers/pull/12
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and
NGimhana commented on issue #19: Check List update
URL: https://github.com/apache/commons-numbers/pull/19#issuecomment-447640351
Closed due to resolve conflicts. Re-opened PR #22
This is an automated message from the Apache G
NGimhana commented on issue #12: @since Javadoc Tag Removed
URL: https://github.com/apache/commons-numbers/pull/12#issuecomment-447640389
Closed due to resolve conflicts. Re-opened PR #22
This is an automated message from the
coveralls commented on issue #22: NUMBERS-25:Check list for first
release-remove @since javadoc tags
URL: https://github.com/apache/commons-numbers/pull/22#issuecomment-447641088
[](https://coveralls.io/builds/20659262)
asfgit closed pull request #22: NUMBERS-25:Check list for first release-remove
@since javadoc tags
URL: https://github.com/apache/commons-numbers/pull/22
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provena
bodewig closed pull request #64: Fix typo
URL: https://github.com/apache/commons-compress/pull/64
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), th
darkma773r opened a new pull request #23: NUMBERS-86: Adding Slerp Unit Tests
URL: https://github.com/apache/commons-numbers/pull/23
Adding Slerp unit tests and fixing issue with non-positive-polar-form
quaternion returned for slerp end point in some cases.
coveralls commented on issue #23: NUMBERS-86: Adding Slerp Unit Tests
URL: https://github.com/apache/commons-numbers/pull/23#issuecomment-449216820
[](https://coveralls.io/builds/20752091)
Coverage increased (+1.0%) to
darkma773r closed pull request #23: NUMBERS-86: Adding Slerp Unit Tests
URL: https://github.com/apache/commons-numbers/pull/23
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign p
darkma773r commented on issue #23: NUMBERS-86: Adding Slerp Unit Tests
URL: https://github.com/apache/commons-numbers/pull/23#issuecomment-449593814
Closing this to make some changes. I'll create a new PR afterward.
This is an
darkma773r opened a new pull request #24: Numbers 86: Slerp Unit Tests
URL: https://github.com/apache/commons-numbers/pull/24
- Adding Slerp unit tests
- Fixing issue where slerp returns the end quaternion not in positive polar
form
- Adding javadocs to specify the quaternion output f
coveralls commented on issue #24: Numbers 86: Slerp Unit Tests
URL: https://github.com/apache/commons-numbers/pull/24#issuecomment-449594312
[](https://coveralls.io/builds/20773898)
Coverage increased (+1.0%) to 92.864
asfgit closed pull request #24: Numbers 86: Slerp Unit Tests
URL: https://github.com/apache/commons-numbers/pull/24
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request
leventov commented on a change in pull request #10: Add small code improvements
URL: https://github.com/apache/commons-numbers/pull/10#discussion_r243759773
##
File path:
commons-numbers-complex/src/main/java/org/apache/commons/numbers/complex/Complex.java
##
@@ -1304,6 +1
leventov opened a new pull request #25: [NUMBERS-87] Avoid unnecessary
allocations in production code
URL: https://github.com/apache/commons-numbers/pull/25
https://issues.apache.org/jira/browse/NUMBERS-87
This is an automate
coveralls commented on issue #25: [NUMBERS-87] Avoid unnecessary allocations in
production code
URL: https://github.com/apache/commons-numbers/pull/25#issuecomment-449630163
[](https://coveralls.io/builds/20777347)
Co
leventov opened a new pull request #26: [NUMBERS-88] Don't use the default
locale in message formatting
URL: https://github.com/apache/commons-numbers/pull/26
https://issues.apache.org/jira/browse/NUMBERS-88
This patch introduces forbidden-apis checker to catch violations in the
fut
coveralls commented on issue #26: [NUMBERS-88] Don't use the default locale in
message formatting
URL: https://github.com/apache/commons-numbers/pull/26#issuecomment-449631860
[](https://coveralls.io/builds/20777464)
darkma773r opened a new pull request #27: Numbers 89: Standardize Method Names
with commons-geometry
URL: https://github.com/apache/commons-numbers/pull/27
- Changing dotProduct() to dot() to match commons-geometry conventions
(GEOEMTRY-31)
- Quaternion javadoc update
-
coveralls commented on issue #27: Numbers 89: Standardize Method Names with
commons-geometry
URL: https://github.com/apache/commons-numbers/pull/27#issuecomment-449637914
[](https://coveralls.io/builds/20778083)
Cover
asfgit closed pull request #25: [NUMBERS-87] Avoid unnecessary allocations in
production code
URL: https://github.com/apache/commons-numbers/pull/25
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
asfgit closed pull request #27: Numbers 89: Standardize Method Names with
commons-geometry
URL: https://github.com/apache/commons-numbers/pull/27
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As
ate:semver-major
...
Signed-off-by: dependabot[bot]
Report URL:
https://github.com/apache/commons-configuration/actions/runs/4961220459
With regards,
GitHub Actions via GitBox
ate:semver-major
...
Signed-off-by: dependabot[bot]
Report URL:
https://github.com/apache/commons-configuration/actions/runs/4961220476
With regards,
GitHub Actions via GitBox
ate:semver-major
...
Signed-off-by: dependabot[bot]
Report URL:
https://github.com/apache/commons-configuration/actions/runs/4961220469
With regards,
GitHub Actions via GitBox
ate:semver-major
...
Signed-off-by: dependabot[bot]
Report URL:
https://github.com/apache/commons-configuration/actions/runs/4961220471
With regards,
GitHub Actions via GitBox
ate:semver-major
...
Signed-off-by: dependabot[bot]
Report URL:
https://github.com/apache/commons-configuration/actions/runs/4961220468
With regards,
GitHub Actions via GitBox
URL: https://github.com/apache/commons-imaging/actions/runs/4967140044
With regards,
GitHub Actions via GitBox
tions/runs/4968170416
With regards,
GitHub Actions via GitBox
.noreply.github.com>
Report URL: https://github.com/apache/commons-crypto/actions/runs/4964463318
With regards,
GitHub Actions via GitBox
and length parameters
Report URL: https://github.com/apache/commons-io/actions/runs/4972505878
With regards,
GitHub Actions via GitBox
r.
Report URL: https://github.com/apache/commons-imaging/actions/runs/4972821470
With regards,
GitHub Actions via GitBox
7712
With regards,
GitHub Actions via GitBox
4850
With regards,
GitHub Actions via GitBox
tions/runs/4972985022
With regards,
GitHub Actions via GitBox
he/commons-imaging/actions/runs/4972996429
With regards,
GitHub Actions via GitBox
ommons-jcs/actions/runs/4973001613
With regards,
GitHub Actions via GitBox
ng/actions/runs/4973477288
With regards,
GitHub Actions via GitBox
ns-imaging/actions/runs/4973490304
With regards,
GitHub Actions via GitBox
URL: https://github.com/apache/commons-imaging/actions/runs/4973596472
With regards,
GitHub Actions via GitBox
com/apache/commons-imaging/actions/runs/4973627967
With regards,
GitHub Actions via GitBox
tions/runs/4986306682
With regards,
GitHub Actions via GitBox
ng/actions/runs/4986509408
With regards,
GitHub Actions via GitBox
2795
With regards,
GitHub Actions via GitBox
4986667115
With regards,
GitHub Actions via GitBox
2643
With regards,
GitHub Actions via GitBox
tions/runs/4986648756
With regards,
GitHub Actions via GitBox
8070
With regards,
GitHub Actions via GitBox
0148
With regards,
GitHub Actions via GitBox
4987123063
With regards,
GitHub Actions via GitBox
for a more conservative
approach, where normalization will take into account URL-encoded
characters, but otherwise leave the input string intact.
Report URL: https://github.com/apache/commons-vfs/actions/runs/4993650747
With regards,
GitHub Actions via GitBox
for a more conservative
approach, where normalization will take into account URL-encoded
characters, but otherwise leave the input string intact.
Report URL: https://github.com/apache/commons-vfs/actions/runs/4994118018
With regards,
GitHub Actions via GitBox
for a more conservative
approach, where normalization will take into account URL-encoded
characters, but otherwise leave the input string intact.
Report URL: https://github.com/apache/commons-vfs/actions/runs/4994118011
With regards,
GitHub Actions via GitBox
for a more conservative
approach, where normalization will take into account URL-encoded
characters, but otherwise leave the input string intact.
Report URL: https://github.com/apache/commons-vfs/actions/runs/4994118008
With regards,
GitHub Actions via GitBox
for a more conservative
approach, where normalization will take into account URL-encoded
characters, but otherwise leave the input string intact.
Report URL: https://github.com/apache/commons-vfs/actions/runs/4994271068
With regards,
GitHub Actions via GitBox
for a more conservative
approach, where normalization will take into account URL-encoded
characters, but otherwise leave the input string intact.
Report URL: https://github.com/apache/commons-vfs/actions/runs/4994271066
With regards,
GitHub Actions via GitBox
for a more conservative
approach, where normalization will take into account URL-encoded
characters, but otherwise leave the input string intact.
Report URL: https://github.com/apache/commons-vfs/actions/runs/4994271055
With regards,
GitHub Actions via GitBox
for a more conservative
approach, where normalization will take into account URL-encoded
characters, but otherwise leave the input string intact.
Report URL: https://github.com/apache/commons-vfs/actions/runs/4994571176
With regards,
GitHub Actions via GitBox
e/commons-io/actions/runs/4994802947
With regards,
GitHub Actions via GitBox
RL:
https://github.com/apache/commons-collections/actions/runs/5003633900
With regards,
GitHub Actions via GitBox
github.com/apache/commons-configuration/actions/runs/5004559343
With regards,
GitHub Actions via GitBox
github.com/apache/commons-configuration/actions/runs/5004559328
With regards,
GitHub Actions via GitBox
github.com/apache/commons-configuration/actions/runs/5004559323
With regards,
GitHub Actions via GitBox
1 - 100 of 11156 matches
Mail list logo