We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is tracking issue for all work we've done for allowing evaluating Elixir modules. Ticked items are merged.
erlang:--/2
fun_info/2
erlang:fun_info(F, env)
spawn_monitor
erlang:is_record/2
erlang:unique_integer/{0, 1}
erlang:md5
float/1
nif_error
binary_part/3
module_get_imported_function_module_and_name
lists:flatmap/2
lists:append/1
lists:partition/4
lists:dropwhile/2
lists:duplicate/2
io_lib:write_atom_as_latin1/1
io_lib:fwrite/2
io_lib:write_atom/1
binary:replace/4
prim_file:get_cwd/0
zlib:compress/1
os:getenv/1
persistent_term
ets:insert/2
ets:lookup_element/4
ets:insert_new/2
ets:take/2
ets:update_element/3
ets:update_counter/4
ets:delete/1
ets:delete_object/2
duplicate_bag
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is tracking issue for all work we've done for allowing evaluating Elixir modules.
Ticked items are merged.
Core
erlang:--/2
– Add support for erlang:--/2 #1403fun_info/2
– Add support for erlang:--/2 #1403erlang:fun_info(F, env)
spawn_monitor
NIFerlang:is_record/2
erlang:unique_integer/{0, 1}
– Add erlang:unique_integer #1519erlang:md5
for WASMfloat/1
BIF – Add float/1 BIF #1518nif_error
NIFbinary_part/3
to BIFsmodule_get_imported_function_module_and_name
)Stdlib
lists:flatmap/2
– used OTP impllists:append/1
– used OTP impllists:partition/4
– used OTP impllists:dropwhile/2
lists:duplicate/2
to have zero countio_lib:write_atom_as_latin1/1
io_lib:fwrite/2
io_lib:write_atom/1
binary:replace/4
prim_file:get_cwd/0
zlib:compress/1
os:getenv/1
ETS
persistent_term
ets:insert/2
with lists – Add option to insert list in ets:insert, ets:lookup refactor #1405ets:lookup_element/4
ets:insert_new/2
ets:take/2
ets:update_element/3
ets:update_counter/4
– Add ets:update_counter #1406ets:delete/1
– Add ets:delete/1, ets:delete refactor #1461ets:delete_object/2
duplicate_bag
optionThe text was updated successfully, but these errors were encountered: