Implement Erlang Standard Library calls in Elixir Standard Library

オープン
#306 コメント 3 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
5/5
見積もり時間
1週間以上
初心者へのやさしさ
30/100
issue の種類
機能追加
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
elixir, erlang, javascript
領域
compilers, tooling

調査の方向性

issue から未チェックの関数を1つ選び、まずリンク先の Erlang ドキュメントを読んでください。src/javascript/lib/core/erlang_compat に実装し、その関数のテストを追加して、pull request を開く前に動作が Erlang ドキュメントと一致することを確認してください。

索引モデルが issue の本文から書いたものです。

説明

good first issue help wanted level:intermediate

Below is a list of all the known Erlang standard library functions found in Elixir's Standard Library that have not been implemented in some way yet in ElixirScript. Implementations should go here

For anyone looking to implement a function the steps would be to:

  • Pick a function or functions from the list below
  • Implement the function(s) in JavaScript according to the Erlang docs
  • Add tests for the function(s) implemented
  • Make Pull Request

Then we can check off those functions is the list below

Functions to Implement
  • erlang
    • fun_info
    • get
    • binary_to_term
    • term_to_binary
    • phash2
    • pid_to_list
    • split_binary
    • garbage_collect
    • system_info
    • spawn_monitor
    • put
    • process_flag
    • unique_integer
    • monotonic_time
    • system_time
    • convert_time_unit
    • time_offset
    • open_port
    • port_info
    • ports
    • port_connect
    • port_command
    • port_close
    • is_alive
    • nodes
    • monitor_node
    • monitor_opt
    • set_cookie
    • get_cookie
  • math
    • log2
  • calendar
    • date
    • datetime
    • valid_date
  • binary
    • copy
    • match
    • part
    • compile_pattern
    • split
    • replace
  • code
    • add_to_pathz
    • add_to_patha
    • del_path
    • ensure_loaded
    • get_object_code
    • which
    • where_is_file
    • lib_dir
    • is_loaded
  • filename
    • dirname
    • join
  • epp
    • parse_file
  • re
    • compile
    • version
    • run
    • inspect
  • ets
    • take
    • insert
    • lookup_element
    • insert
    • select
    • match_delete
    • delete_object
    • select_count
    • insert_new
    • lookup
    • member
    • new
    • test_ms
  • sys
    • get_state
    • get_status
    • trace
    • statistics
    • no_debug
    • suspend
    • resume
  • global
    • send
    • whereis_name
  • io
    • get_line
    • get_chars
    • columns
  • application
    • get_all_key
    • get_key
    • get_application
    • get_all_env
    • get_env
    • set_env
    • unset_env
    • ensure_started
    • ensure_all_started
    • start
    • stop
    • load
    • unload
    • which_applications
    • loaded_applications
  • os
    • set_signal
    • system_time
    • type
    • cmd
    • getenv
    • find_executable
    • getpid
    • putenv
    • unsetenv
  • rand
    • seed
    • uniform
  • orddict
    • store
    • find
  • supervisor
    • start_link
    • sup_flags
    • modules
  • file
    • open
    • read_file_info
    • make_dir
    • format_error
    • read_file
    • write_file_info
    • make_link
    • make_symlink
    • copy
    • rename
    • list_dir
    • write_file
    • delete
    • get_cwd
    • close
    • change_mode
    • format
    • read
    • write
  • gen
    • call
    • start
    • stop
  • filelib
    • wildcard
    • ensure_dir
  • net_adm
    • ping
  • net_kernel
    • connect_node
主要言語
Elixir
スター
1.6k
フォーク
69
PR マージ指標
30日以内にマージされた PR はありません

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

elixirscript/elixirscript のほかの issue

elixirscript/elixirscript の issue をすべて見る

似ている issue

Elixir の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。