sfuhrm / sudoku

A very fast Java Sudoku library implementation along with a command line client
GNU Lesser General Public License v3.0
19 stars 8 forks source link

Update Formatters #7

Closed Lemkinator closed 1 year ago

sfuhrm commented 1 year ago

Building the https://github.com/Lemkinator/sudoku-generator-solver repo fails on my machine in maven:

[ERROR] Errors: 
[ERROR]   ClientTest.testMain:60 » IllegalArgument Row 0 must have 9 elements: 4 8 6 2 9...
[ERROR]   ClientTest.testMainWithRiddle:73 » IllegalArgument Row 0 must have 9 elements:...
[ERROR]   ClientTest.testMainWithSolve:97 » IllegalArgument Row 0 must have 9 elements: ...
[INFO] 
[ERROR] Tests run: 3, Failures: 0, Errors: 3, Skipped: 0

Please fix.

Lemkinator commented 1 year ago

sorry, totally forgot the client test... fixed those errors by setting the default column separator back to "". Should now build without errors...

sfuhrm commented 1 year ago

This is merged. Thanks for the PR!

sfuhrm commented 1 year ago

This contained now also the Creator improvement. I'll play a bit with it and check how it works.