Francisco
Francisco
Yeah, it looks like a bug of some kind. What I do is add some code to your source files, but for some reason it looks like it is not...
This specific error does not happen to me. Maybe it is related to operating system. I'm on MacOS Catalina. I can try and test it on linux. What occurs to...
It times out because of the numbers of allocations that are made (I run some extra code for each `malloc` so it sums up to a lot of extra code...
Hey, Yes, on the ARM silicon weird things happen, and because I don't have access to one, I don't know how I could try to find out what is going...
Hey, Address Sanitizer is an analyzer that checks that the program is not writing or reading memory that it should not (after arrays, or more than you allocated with malloc),...
Hello! For now I'm not giving much priority to problems while running on Linux. I'l keep it in the backlog and may get around to fix it, but not in...
The first error I think I know what it could be. The second one, printing the whole string should not be a problem for me, but maybe it is. I'll...
Hey, This is a problem on my side that I'm expecting a string with something like: `"pipex: command not found: blabla"` This is actually not really needed, but I'm not...
Hey! This seem to be a problem in the newer versions of the compiler. I'll try to fix it in the future.
`printf(“%%%”);` is an invalid format, and to me this should not be tested. I find it weird that they added this test case to Moulinette