-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from schlawg/master
compression in scala
- Loading branch information
Showing
43 changed files
with
70,647 additions
and
22,843 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
.bsp/ | ||
target/ | ||
project/metals.sbt | ||
project/project/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
version = "3.7.10" | ||
version = "3.8.4" | ||
runner.dialect = scala3 | ||
|
||
align.preset = more | ||
maxColumn = 110 | ||
spaces.inImportCurlyBraces = true | ||
rewrite.rules = [SortImports, RedundantParens, SortModifiers] | ||
rewrite.rules = [SortModifiers] | ||
rewrite.redundantBraces.stringInterpolation = true | ||
|
||
rewrite.scala3.convertToNewSyntax = yes | ||
rewrite.scala3.removeOptionalBraces = yes | ||
rewrite.rules = [AvoidInfix] | ||
docstrings.style = keep // don't format comment |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,17 @@ | ||
Chess clock and move compression algorithms for lichess.org | ||
=========================================================== | ||
# Chess clock and move compression algorithms for lichess.org | ||
|
||
Blog posts | ||
---------- | ||
## Disclaimer | ||
|
||
* [A better game clock history](https://lichess.org/blog/WOEVrjAAALNI-fWS/a-better-game-clock-history) | ||
* [Developer update: 275% improved game compression](https://lichess.org/blog/Wqa7GiAAAOIpBLoY/developer-update-275-improved-game-compression) | ||
This library was migrated from the Java language to the Scala language. | ||
Only the language syntax changed to Scala; the design and paradigms of the Java program were kept. | ||
This is not how Scala code should be written, it is not idiomatic. | ||
|
||
License | ||
------- | ||
## Blog posts | ||
|
||
- [A better game clock history](https://lichess.org/blog/WOEVrjAAALNI-fWS/a-better-game-clock-history) | ||
- [Developer update: 275% improved game compression](https://lichess.org/blog/Wqa7GiAAAOIpBLoY/developer-update-275-improved-game-compression) | ||
|
||
## License | ||
|
||
This library is licensed under the GNU Affero General Public License 3 or | ||
any later version at your option. See LICENSE for the full license text. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
sbt.version=1.9.2 | ||
sbt.version=1.10.7 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.