GitXplorerGitXplorer
c

help50-deprecated

public
62 stars
64 forks
5 issues

Commits

List of commits on branch main.
Verified
928417d7dae98edd52621dea698165bd069af593

Merge pull request #290 from cs50/update-lib50-requirement

rrongxin-liu committed 3 years ago
Unverified
48aee59a032938d17ca3d82e86c49fb6e87d0d58

update lib50 requirement, bump version

rrongxin-liu committed 3 years ago
Unverified
c78c22817af57d7840206f9f0e1edbb55f319b22

rename master to main

committed 3 years ago
Unverified
0ca96fb50f046a4155a01e0cea11cb01fc311283

rename master to main [skip ci]

committed 3 years ago
Verified
699eb9062bbc65bf5b020fbb87411fd405cc6b63

Merge pull request #289 from cs50/develop

committed 4 years ago
Verified
0cc53f7d46304302d8f3c513135520353b777d93

Merge pull request #288 from cs50/lib50

committed 4 years ago

README

The README file for this repository.

help50

Build Status

help50 is a command line tool that makes an effort to translate some of the more arcane error messages that other tools, such as clang or valgrind, sometimes spit out. In this way, it serves as a "virtual TF" of sorts, hopefully helping nudge students in the right direction, so that they needn’t wait for a staff member at office hours when a little bit of translation of the error message is really all that’s needed to move on.

Installation

pip install help50

Usage

  • help50 ./foo
  • CC=clang help50 make foo
  • help50 clang -o foo foo.c
  • ./foo |& help50
  • CC=clang make foo |& help50
  • clang -o foo foo.c |& help50