42FileChecker icon indicating copy to clipboard operation
42FileChecker copied to clipboard

42FileChecker is a tiny bash script developed at 42 school for testing and checking files according to the rules of the subjects

Results 22 42FileChecker issues
Sort by recently updated
recently updated
newest added

il faut free line dans les main de test de ./src/gnl

waiting for information

Not correct, but successful checked by 42filechecker end validated by MOULINETTE : ``` char *ft_strnew(size_t size) { char *str; if ((str = (char*)malloc(++size)) == 0) return (NULL); while (size) {...

waiting for information

ft_memcmp is giving errors on code that use to pass 42filechecker. Here are the 4 errors I get, even though my code (And the code of several other cadets I...

42Checker n'arrive pas a tester les fuite sur printf avec la command leaks voici le fichier que donne 42checker quand il test les leaks sur printf : [myleaks.txt](https://github.com/jgigault/42FileChecker/files/1592901/myleaks.txt)

Hello, Je suppose que ça déjà été dit mais bon, le moulitest pour ft_ls ne marche pas du tout, lorsque qu'il essaie de compiler il ne trouve pas les fichiers...

Very unlikely case., I might be the only one to use this but might report it anyway :) `-m` doesn't seem to be supported on `nm` on ubuntu bash for...

The moulinette requires a libft.h file to be located at the root of the repo. A simple check during the required functions would cover it.

![1__sh_42filechecker_sh__sh_](https://cloud.githubusercontent.com/assets/8960628/22619484/dea9d290-eaf5-11e6-87f8-6893d5542790.jpg) ``` export PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/local/bin:/opt/local/sbin:$HOME/bin:$PATH need to use /usr/bin/tput, NOT /opt/local/bin/tput however it is very wierd for /opt/local/bin/tput, tput -V ncurses 6.0.20150808 BUT but /usr/bin/tput, tput -V ncurses 5.7.20081102 so your...