Skip to content

Support do ... rescue ... end blocks. Fixes #34. - #37

Open
turion wants to merge 17 commits into
gyson:masterfrom
turion:fix_34
Open

Support do ... rescue ... end blocks. Fixes #34.#37
turion wants to merge 17 commits into
gyson:masterfrom
turion:fix_34

Conversation

@turion

@turion turion commented Dec 9, 2020

Copy link
Copy Markdown
Contributor

No description provided.

@turion

turion commented Dec 10, 2020

Copy link
Copy Markdown
Contributor Author

Unfortunately I had broken this example:

defmodule Foo do
  @spec bar(any()) :: [:foo]

  def bar(_) do
    Enum.map([:foo], fn x -> x end)
  end
end

Fixed now.

@turion
turion force-pushed the fix_34 branch 2 times, most recently from 93eee88 to f199721 Compare December 26, 2020 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant