File tree Expand file tree Collapse file tree 7 files changed +28
-4
lines changed Expand file tree Collapse file tree 7 files changed +28
-4
lines changed Original file line number Diff line number Diff line change 1- # kotlin-unsigned.unsigned
1+ # kotlin-unsigned
22
3- unsigned.unsigned support for Kotlin via boxed types
3+ unsigned support for Kotlin via boxed types and simply primitives
Original file line number Diff line number Diff line change 1+
2+ import com.beust.kobalt.*
3+
4+ val p = project {
5+ name = " kotlin-unsigned"
6+ group = " elect86"
7+ artifactId = name
8+ version = " 0.1"
9+
10+ dependenciesTest {
11+ compile(" io.kotlintest:kotlintest:1.3.5" )
12+ }
13+
14+ test {
15+ include(" **/*.class" )
16+ }
17+ }
Original file line number Diff line number Diff line change 1+ kobalt.version =0.914
Original file line number Diff line number Diff line change 1+ #! /usr/bin/env sh
2+ java -jar " ` dirname " $0 " ` /kobalt/wrapper/kobalt-wrapper.jar" $*
Original file line number Diff line number Diff line change 1+ @ echo off
2+ set DIRNAME = %~dp0
3+ if " %DIRNAME% " == " " set DIRNAME = .
4+ java -jar " %DIRNAME% /kobalt/wrapper/kobalt-wrapper.jar" %*
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import java.math.BigInteger
1111 */
1212
1313@RunWith(KTestJUnitRunner ::class )
14- class unsigned : StringSpec () {
14+ class Unsigned : StringSpec () {
1515
1616 val Int .b
1717 get() = toByte()
@@ -555,4 +555,4 @@ class unsigned : StringSpec() {
555555 (65_500 >= Ushort (65_500 )) shouldBe true
556556 }
557557 }
558- }
558+ }
You can’t perform that action at this time.
0 commit comments