Robin Moussu

Results 31 comments of Robin Moussu

I was reading the commits one by one. The Readme doesn't exists yet! But given that you plan to eventually publish a book on it, don't you plan to remove...

After reading the Readme, I understand your point of vue, but I think that you should comment it either in the commit message or in the code itself (or moving...

That's totally understandable. You should also write it clearly. And probably adding a comment on places where a check isn't done correctly. Trying to re-write the first commits in Rust...

I would probably assume (1) at first, but (2) isn’t shocking either. As you said, what is nice is that we can use `gen { … }` and if in...

> Does this summary of my thinking address your concerns? Not exactly, but it’s because I didn’t expressed my thought with enough details. Why would this not work? ```rust fn...

If possible, I think it would be great to make clearer that lines that contains only whitespace change don’t introduce other modifications. In this example, it doesn’t seems like the...

Ideally, the last syntax (`(3;4;5;1)ms`) is the one I would probably prefer. In fact I think that I will need at one point a way to specify the full list...

I was able to mock the dices (see PR #15), so I don't think this issue is urgent. You may consider close it if you will.

> I don't know which IDE you are using but you can ask cmake to compile in debug by giving it the right parameter. Qt Creator manages it for me...

> DiceParser is really good. I totally agree. I would not be working on this project if I didn't liked it in the first time! > As it works well,...