libft-war-machine icon indicating copy to clipboard operation
libft-war-machine copied to clipboard

forked repository of libftest (by jtoty) for libft at 42

Results 11 libft-war-machine issues
Sort by recently updated
recently updated
newest added

There was an issue when compiling bonus functions, it tryed to compile without the "_bonus" extension.

Thanks first for the incredible tester! I just realized that the tester marks norm as ok even though there are some norminette rules that I didn't follow (especially newlines). So...

bug

Hello, I had a new experience with Moulinette, i wrong cast both the void * ( void *to char *) and the int ( int to unsigned int) in the...

enhancement

According to @ska42 this should've been fixed in #19, but this doesn't seem to be the case. What I've been having to do so far is renaming all 9 bonus...

bug

In the function `void *ft_memchr(const void *s, int c, size_t n);` no test are done in the case `size_t n` is 0. I'll make a pull request soon enough.

enhancement

A friend get killed in this test in the strsplit and passed in all of ur tests. char *str = "1-2-3-4-5-6-7-8--8-8--8-4------4--4" char *sep = '-' char *str = "--1-2-3-4-5-6-7-8--8-8--8-4------4--4" char...

enhancement

It's a rather common mistake to have a >= instead of > as exit condition before recursion, so I think a test case simply for n = 10 would save...

enhancement

In the getting started section, after cloning the readme, it says: "If you run the script for the first time" Which script is meant by "the script"? This is unclear....

I followed your installation instructions and got it to run but the test results are not correct. They seem to be random Take this for example: Run 1 ![imagem](https://github.com/0x050f/libft-war-machine/assets/160274976/3b7a3f76-fbeb-4e97-b749-7cea9d61617c) Run...

Salut, quand je test certaines fonctions du style "is_digit" , "to_upper", ... bref des fonctions simples sans allocation de mémoire, et pourtant quand je les test il y a des...