bigmachine-io / taking-off

93 stars 27 forks source link

Mnesia chapter issues #7

Closed thegaryroberts closed 7 years ago

thegaryroberts commented 7 years ago

I had 2 issues with amnesia_test.exs when completing this chapter:

  1. Should be "Amnesia.start" instead of "Amnesia.Start"

    • this only applies to the code shown in the video
    • book & github code are correct
  2. I needed to add a directive for "use Amnesia" in amnesia_test.exs or i get "(UndefinedFunctionError) function Amnesia.Helper.result/1 is undefined or private"

    • seems to be missing from video, book & github code.
    • think this is caused by a change to the Amnesia library (in Aug 2016).
robconery commented 7 years ago

Yep - thanks just updated the video. Appreciate it!

robconery commented 7 years ago

Oh - also you'll get an email RE when you can download the changes.