Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit a2cf5cf

Browse files
committed
#45 - added failOnWarning flag and sorted meta
1 parent 74d9163 commit a2cf5cf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ SOFTWARE
135135
<keepBinaries>
136136
<glob>EOorg/EOeolang/EOmath/**</glob>
137137
</keepBinaries>
138+
<failOnWarning>true</failOnWarning>
138139
</configuration>
139140
</execution>
140141
<execution>

src/main/eo/org/eolang/math/number.eo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
# SOFTWARE.
2222

23-
+alias org.eolang.math.positive-infinity
2423
+alias org.eolang.math.negative-infinity
24+
+alias org.eolang.math.positive-infinity
2525
+home https://github.com/objectionary/eo-math
2626
+package org.eolang.math
2727
+rt jvm org.eolang:eo-math:0.0.0

0 commit comments

Comments
 (0)