ferd / erlang-history

Hacks to add shell history to Erlang's shell
493 stars 30 forks source link

Release of Elixir 1.4.5 #35

Closed chanhpark closed 7 years ago

chanhpark commented 7 years ago

Added new folder structures to account for Erlang 20.0 and kernel-5.3

Updated Emakefile to compile and reference newly created folders.

OvermindDL1 commented 7 years ago

I thought this was built-in to OTP20 now, so no need to update this any further?

chanhpark commented 7 years ago

didnt work for me out of the box. had to update these in order for it to work with elixir 1.4.5 and erlang 20.0.

ferd commented 7 years ago

You must be using 20-rc1 or something, because the code is in OTP-20 proper for this to work out of the box. The instructions are in this repo's README to turn on the OTP-20 shell history.