niklasf / shakmaty

A Rust library for chess and chess variant rules and operations
https://docs.rs/shakmaty
GNU General Public License v3.0
210 stars 41 forks source link

test and fix overspecific san disambiguation (fixes #77) #78

Closed niklasf closed 2 months ago

niklasf commented 2 months ago

@zanciks maybe we can just loop like this, instead of the bitboard solution?

niklasf commented 2 months ago

Merging now, to get a bugfix release out. But we can always revise this.