forked from atomvm/AtomVM
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement the following functions: - `erlang:spawn_link/1` - `erlang:spawn_link/3` - `erlang:exit/2` - `lists:usort/1` - `lists:usort/2` Fix options of `spawn_opt/2` by factorizing it with `spawn_opt/4` Also rewrite `spawn/1` and `spawn/3` in Erlang and update tests accordingly Implement info `links` for `erlang:process_info/2` Also narrow type specification of `erlang:process_info/2` Also add documentation for `erlang:exit/1` Fix a bug where exit reason was incorrectly a tuple for exception of class exit No longer dump crash logs when exit reason is normal Also update `.gitignore` Also isolate libs tests Also remove useless second installation of Erlang/OTP in documentation workflow Also bump OTP and Elixir versions in documentation workflow Also update edown with a patch to fix crash when parsing updated doc for `erlang:process_info/2` See: - uwiger/edown#23 - erlang/otp#7576 Signed-off-by: Paul Guyot <[email protected]>
- Loading branch information
Showing
79 changed files
with
1,166 additions
and
345 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.