GetFirefly/firefly

Code Reloading BIFs

Open

#150 geöffnet am 7. Juni 2019

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (110 Forks)github user discovery
enhancementhelp wantedruntime/bifs

Repository-Metriken

Stars
 (3.591 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Lumen being Ahead-of-Time compiled will likely never support code reloading, but we may need to stub this out to at least return exceptions or errors with code that expects then to exist.

  • call_on_load_function/1
  • check_old_code/1
  • check_process_code/2
  • check_process_code/3
  • delete_module/1
  • finish_after_on_load/2
  • finish_loading/1
  • has_prepared_code_on_load/1
  • load_module/2
  • loaded/0
  • module_loaded/1
  • pre_loaded/0
  • prepare_loading/2
  • purge_module/1

Contributor Guide