Skip to content

Commit c77a347

Browse files
committed
erts: Add re:import/1 and export option to re:compile
1 parent 4b3e1b1 commit c77a347

File tree

9 files changed

+761
-56
lines changed

9 files changed

+761
-56
lines changed

erts/emulator/beam/atom.names

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@ atom existing_processes
302302
atom existing_ports
303303
atom existing
304304
atom exiting
305+
atom export
305306
atom exports
306307
atom extended
307308
atom external
@@ -603,6 +604,7 @@ atom public
603604
atom queue_size
604605
atom raw
605606
atom re
607+
atom re_exported_pattern
606608
atom re_pattern
607609
atom re_run_trap
608610
atom read_concurrency

erts/emulator/beam/bif.tab

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -828,3 +828,8 @@ bif erl_debugger:stack_frames/2
828828
bif erl_debugger:peek_stack_frame_slot/4
829829
bif erl_debugger:xregs_count/1
830830
bif erl_debugger:peek_xreg/3
831+
832+
#
833+
# New in 28.1
834+
#
835+
bif re:import/1

0 commit comments

Comments
 (0)