On Tuesday, 12 October 2021 at 17:35:53 UTC, russhy wrote:
Recent version for nullable removed implicit conversion, you
must call .get now.. wich is a pain to update
i suggest using a previous version of ``struct Nullable``
https://github.com/dlang/phobos/blob/v2.096.1/std/typecons.d
create a nullable.d file in tkd project, and replace the
imports to that module
that'll solve this issue
but that wouldn't solve the fact that the
https://code.dlang.org/packages/tkd package won't build
we need to contact the maintainers and suggest to update the
library
another solution would be to revert the nullable change
that sounds like an unnecessary change that breaks lot of
code/packages..
Yes, I can locally "fix" that but I would also like whoever wants
to compile the app in the company also compile it for his machine
:(
I tried to find the email of the maintainer but so far didn't
have time for search.