Federico Poloni

Results 18 comments of Federico Poloni

This seems very weird -- the tests pass on Travis but not on Appveyor. Any idea why? Maybe it is because one of the two environments is using MPFR fallback...

Yes, sorry, I was trying to rebase today but I must have done something wrong with git. I will get the PR in order and then get back to you...

Filed the PR. With the implementation in the PR all tests pass, but `cospi(@biginterval(0.5))` fails (because now it relies on calling `CRlibm.cospi` on a BigFloat, and that is undefined).

..oops; all tests pass on my machine, but apparently not in the CI environment, where the same stack overflow bug pops up. So there is indeed something still to fix.

Hello! What do you mean by 'forever'? Persist across several runs of the game? It should already work like that. If it doesn't on your platform, it must be a...

Ah -- found the reason; apparently they only get saved if you quit using the menu, not with `Ctrl+C`. I'll see if I can fix it, thanks for the report.

Thanks for the report and the core dump! I'll take a look

So the initial menu to choose the game type works correctly, do you confirm it? Which terminal are you playing in? I suspect it may be a sizing issue; could...

Thanks, this is useful information to debug this issue. On my Linux machine, the game does not display the play window at all if the terminal has 23 or fewer...

*Muchas gracias* for your work! Before merging this I have to think a little bit about how to integrate gettext with the build process and take a few decisions ---...