smpallen99/speak_ex

Fix warning messages

Open

#2 opened on May 9, 2017

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Elixir (5 forks)github user discovery
bughelp wanted

Repository metrics

Stars
 (50 stars)
PR merge metrics
 (PR metrics pending)

Description

There are a number of warning messages coming from the menu module. These are caused by unsafe variables that was added in a later elixir version. The macros require some refactoring. This may introduce changes that are not backwards compatible with the earlier version.

Contributor guide