Skip to content
New issue

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

Elixir dynamic module compilation #1509

Open
2 of 35 tasks
jakub-gonet opened this issue Feb 3, 2025 · 0 comments
Open
2 of 35 tasks

Elixir dynamic module compilation #1509

jakub-gonet opened this issue Feb 3, 2025 · 0 comments

Comments

@jakub-gonet
Copy link
Contributor

jakub-gonet commented Feb 3, 2025

This is tracking issue for all work we've done for allowing evaluating Elixir modules.
Ticked items are merged.

Core

Stdlib

  • lists:flatmap/2 – used OTP impl
  • lists:append/1 – used OTP impl
  • lists:partition/4 – used OTP impl
  • lists:dropwhile/2
  • Allow lists:duplicate/2 to have zero count
  • 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

ETS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant