Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
SisMaker
/
jiffy
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Projects
0
Lanzamientos
62
Wiki
Actividad
Explorar el Código
Avoid false dialyzer warnings by using erlang:nif_error/1
pull/13/merge
Jeremy Raymond
hace 13 años
cometido por
Paul J. Davis
padre
23021dba61
commit
ac7ca1950e
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
src/jiffy.erl
+ 1
- 1
src/jiffy.erl
Ver fichero
@ -91,7 +91,7 @@ init() ->
not_loaded
(
Line
)
-
>
exit
(
{
not_loaded
,
[
{
module
,
?
MODULE
}
,
{
line
,
Line
}
]
}
)
.
erlang
:
nif_error
(
{
not_loaded
,
[
{
module
,
?
MODULE
}
,
{
line
,
Line
}
]
}
)
.
nif_decode
(
_
Data
)
-
>
?
NOT_LOADED
.
Escribir
Vista previa
Cargando…
Cancelar
Guardar