TabletopAssistant / DiceKit

Swift framework for expressing and evaluating dice notation (e.g., d20, 4d6+4, 3d8×10+2), which is commonly used in tabletop role-playing games.
Apache License 2.0
14 stars 1 forks source link

Remove deprecated ++ increment operator #136

Closed JonathanHoffman closed 8 years ago

JonathanHoffman commented 8 years ago

The ++ operator will be fully depreciated in the next major version of swift. I am replacing it with += 1

@brentleyjones

JonathanHoffman commented 8 years ago

Yeah, no clue why #137 would pass the Travis CI build yet this one fails.

brentleyjones commented 8 years ago

:+1: (I will merge it)