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

in the new libft they changed amount of arguments

Don't work PFT checker. ``` A -> PFT (https://github.com/gavinfielder/pft) [|] cp: /unit_tests.42fc.c: No such file or directory Warning: dirname() expects exactly 1 parameter, 2 given in /Users/cchadwic/42FileChecker/pft/configurations/42fc/configure_42fc.php on line 9...

Hello! I had following malfunction with my GNL project. The project was realised with help of linked lists. Suppose that in main we open two files havinf fd1 and fd2....

waiting for information

I am getting different results running moulitest directly and running it through the 42FileChecker. I found that this is because in moulitest, they test `get_next_line(1, NULL)` line 10 in 05_test_error_handling.spec.c...

waiting for information

Hi! Thank's for 42FileChecker! In ft_printf basic test #180 wrong output. Look: # 0180 (unsigned long) ft_printf("%lu", -42); 1. ( 3) -->-4218446744073709551574

waiting for information

if one implements gnl by using a mx_fd option, a very large fd causes a seg fault.

waiting for information

``` #include "libft.h" char *ft_strjoin(char const *s1, char const *s2) { char *res; if (s1 == NULL || s2 == NULL) return (NULL); if (!(res = ft_strnew(ft_strlen((char *)s1 + ft_strlen((char...

enhancement

The tests for ft_ls are inaccurate, the leak testing is inconsistent.

waiting for information