Closed jgan42 closed 8 years ago
Thanks for writing the new tests.
It seems that your commit does not have the same email as your github email. Could you fix that ?
Your name and email address were configured automatically based on your username and hostname. Please check that they are accurate. You can suppress this message by setting them explicitly:
git config --global user.name "Your Name" git config --global user.email you@example.com
After doing this, you may fix the identity used for this commit with:
git commit --amend --reset-author
I just got in 42, sorry if i made a bad move on gits.
I added overflows in tests like it was in the test "hhd" for every type of numbers. In fact, for "short ints" the moulitest originally didn't show any errors if we get the "va_arg" as "int".