Open
Conversation
Traigo los cambios de bobr
Owner
|
run tests |
Owner
|
Can one of the admins verify this patch? |
gbobr
requested changes
Oct 12, 2018
Owner
gbobr
left a comment
There was a problem hiding this comment.
Ejercicio 1 correcto.
Ejercicio 2 falla compilación con error:
- cd ejercicio2
- make test
gcc -g -Wall -c main.c -o main.o
main.c: In function ‘main’:
main.c:11:5: warning: ‘gets’ is deprecated (declared at /usr/include/stdio.h:638) [-Wdeprecated-declarations]
gets(cadena);
^
main.c:23:9: warning: statement with no effect [-Wunused-value]
for(p; *p != 0; p++)
^
main.c:42:9: warning: implicit declaration of function ‘getch’ [-Wimplicit-function-declaration]
getch();
^
main.c:7:9: warning: unused variable ‘i’ [-Wunused-variable]
int i;
^
gcc main.o -Wall -lm -o ejercicio2
main.o: In functionmain': /var/lib/jenkins/jobs/punteros2/workspace/ejercicio2/main.c:11: warning: thegets' function is dangerous and should not be used.
/var/lib/jenkins/jobs/punteros2/workspace/ejercicio2/main.c:42: undefined reference to `getch'
collect2: error: ld returned 1 exit status
make: *** [ejercicio2] Error 1
Owner
|
add to whitelist |
Owner
|
Falla el test del ejercicio 2, aparentemente el formato de la salida no coincide exactamente con el esperado. |
Owner
|
Revisar la salida del ejercicio 3, no coinciden los id que se están imprimiendo: Ver más detalles en: https://jenkins-gbobr-ci.7e14.starter-us-west-2.openshiftapps.com/job/punteros2/39/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.