John Perry
John Perry
If I do update it before you get to that point, I can just push the changes & it will automatically come into this pull request, right?
I just pushed a commit that reduces execution time by about 33% while preserving the algorithm's nature. I also added a bunch of contracts, which are Eiffel's claim to development...
This is a bit long, but you make a very good point, so I want to give a thorough explanation as to why I think this is "naive". Perhaps the...
I had based the Ada and Modula-2 versions off the C++ version, which has for(int i = 1; i < 1000000; i++) That goes from 1 to 999999, inclusive, which...
When I wrote "some", it was off the top of my head, so perhaps there was just that one.
This does not strike me as the correct solution. The if-else is there in case there are negative numbers, and in that case it is indeed necessary to fix as...
@DanChaltiel Your best bet is probably to import the source, make the change I described, and go from there. The question is a year and a half old; there are...
I've added an integration test; see pull request #775 .
I had to create a new pull request in order to accept the CLA. Sorry for the inconvenience, but the new one allowed me to accept the CLA and is...
I don't know if this is the same issue, but I encountered this problem today. My situation occurs when a parent `P` has a virtual method and I want to...