check50 icon indicating copy to clipboard operation
check50 copied to clipboard

This is check50, a command-line program with which you can check the correctness of your programs.

Results 51 check50 issues
Sort by recently updated
recently updated
newest added

There is a problem Tideman check50 is incorrect I wrote functions vote and record_preferences, than i tested this part of code for a while by my hands and it works...

The testcase is supposed to test whether the program student write can exit if given a non-existent file. However, this specific testcase gave only one command-line argument, which violates another...

Suggestion: The code should turn the whole output into lowercase or uppercase and execute the approval part. I spent my 15mins just trying to figure out what was wrong when...

In the problem of Fuel Gauge in CS50P/PSET3 all others were green but the last condition showed this... :( input of 5-10 results in reprompt expected program to reject input,...

As in a bug like ```c #include int foo(char c) { printf('%c', c + 1); return 0; } int main(void) { char c = 'a'; printf('%c', foo(c)); } ``` which...

enhancement

![D155082B-6F5B-4DA1-A66D-AAC5B230DCA2](https://user-images.githubusercontent.com/108194702/187032584-2ac2d60b-3985-4feb-900b-00d254953d5e.png)

``` :) jars.py exists :) Jar's constructor initializes a cookie jar with given capacity :) Jar's constructor raises ValueError when called with negative capacity :) Empty jar prints zero cookies...

Does not detect duplicates if one of the cypher letters is lower case and another one is upper case.

Is internalizing checks like publishing it to Github? Because the internationalizing is TODO ![image](https://user-images.githubusercontent.com/69145401/165109114-860968fe-0a1d-49c0-a44f-fac6104b96b3.png) Link: https://cs50.readthedocs.io/projects/check50/en/latest/check_writer/#internationalizing-checks Thanks if someone answered.

Hey! Thanks for check50, it looks awesome and I can't wait adopting it more widely. One thing that's bugging me with check50/submit50 so far is the (perceived?) github lock-in. I'd...

enhancement
question