Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
ben
/
kgrader
réplica de
https://github.com/earwig/kgrader
Seguir
1
Destacar
1
Fork
0
Código
Lanzamientos
0
Actividad
Explorar el Código
Uncomment debugging stuff. Push spec.
master
Ben Kurtovic
hace 8 años
padre
632efc3f5b
commit
275aeadb65
Se han
modificado 3 ficheros
con
4 adiciones
y
3 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-0
lib/kgrader/runtime.rb
+2
-2
lib/kgrader/submission.rb
+1
-1
spec/cs241h
+ 1
- 0
lib/kgrader/runtime.rb
Ver fichero
@@ -22,6 +22,7 @@ module KGrader
def grade(score)
IO.new(3).write score
puts " done ".center MAX_COLS, '-'
puts
exit
end
+ 2
- 2
lib/kgrader/submission.rb
Ver fichero
@@ -150,8 +150,8 @@ module KGrader
end
def grade_post
#
self.status = :graded
# TODO: uncomment
#
@fs.jail.reset
# TODO: uncomment
self.status = :graded
@fs.jail.reset
@summary = generate_summary unless @summary
end
+ 1
- 1
spec/cs241h
@@ -1 +1 @@
Subproject commit
24d9363c329e1993c847894a1f8b1c4ef79c01db
Subproject commit
5522f76d05e8604cc9326db48f244036a1ac1d21
Escribir
Vista previa
Cargando…
Cancelar
Guardar