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

Conversion functions #32

Open
24 of 43 tasks
archseer opened this issue May 5, 2019 · 2 comments
Open
24 of 43 tasks

Conversion functions #32

archseer opened this issue May 5, 2019 · 2 comments
Labels
L-easy Level: easy

Comments

@archseer
Copy link
Owner

archseer commented May 5, 2019

It's time to get all these out of the way.

x_to_list

  • erlang:atom_to_list/1
  • erlang:binary_to_list/1
  • erlang:binary_to_list/3
  • erlang:float_to_list/1
  • erlang:float_to_list/2
  • erlang:integer_to_list/1
  • erlang:integer_to_list/2
  • erlang:pid_to_list/1
  • erlang:tuple_to_list/1
  • erlang:ref_to_list/1
  • erlang:port_to_list/1
  • erlang:fun_to_list/1
  • erlang:bitstring_to_list/1

list_to_x

  • erlang:list_to_atom/1
  • erlang:list_to_binary/1
  • erlang:list_to_float/1
  • erlang:list_to_integer/1
  • erlang:list_to_pid/1
  • erlang:list_to_port/1
  • erlang:list_to_ref/1
  • erlang:list_to_tuple/1
  • string:list_to_integer/1
  • erlang:list_to_integer/2
  • string:list_to_float/1
  • erlang:list_to_existing_atom/1
  • erlang:list_to_bitstring/1

binary_to_x

  • erlang:binary_to_float/1
  • erlang:binary_to_term/1
  • erlang:binary_to_atom/2
  • erlang:binary_to_existing_atom/2
  • erlang:binary_to_integer/1
  • erlang:binary_to_integer/2

x_to_binary

  • erlang:atom_to_binary/2
  • erlang:float_to_binary/1
  • erlang:float_to_binary/2
  • erlang:integer_to_binary/1
  • erlang:integer_to_binary/2
  • erlang:term_to_binary/1
  • erlang:term_to_binary/2

Special

  • unicode:characters_to_binary/2
  • unicode:characters_to_list/2
  • erlang:iolist_to_binary/1
  • erlang:iolist_to_iovec/1
@archseer archseer added the L-easy Level: easy label Jun 6, 2019
@cgmcintyr
Copy link

Hi, is anyone working on these at the moment?

@archseer
Copy link
Owner Author

archseer commented Aug 2, 2019

Nope, feel free to go ahead :) I have some changes pending to update us to latest rust nightly, but I ran into some regressions I need to report upstream first.

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

No branches or pull requests

2 participants