josephwilk / amrita

A polite, well mannered and thoroughly upstanding testing framework for Elixir
201 stars 28 forks source link

support for Elixir 0.13.0 #96

Closed lowks closed 10 years ago

lowks commented 10 years ago

Hi, I am using amrita for my tests, in my project Radpath and I love it, just wanted to know if you are going working to support Elixir 0.13.0 anytime soon ?

josephwilk commented 10 years ago

@lowks yes I'll roll a new release this weekend, given there are no complications upgrading.

lowks commented 10 years ago

@josephwilk I think there are a couple of is_regex deprecated calls that needs to be replaced in the code base.

josephwilk commented 10 years ago

All tests are fixed on this branch for Elixir 0.13.0: https://github.com/josephwilk/amrita/pull/98

josephwilk commented 10 years ago

@lowks There are some depreciation warnings that need to go (mainly about hashset) but all tests are green and I've pushed a 0.3.0 release.

Please let me know if you have any further issues.

Thanks, Joseph Wilk

lowks commented 10 years ago

Great news!

On Mon, Apr 28, 2014 at 1:38 AM, Joseph Wilk notifications@github.comwrote:

[image: Boxbe] https://www.boxbe.com/overview This message is eligible for Automatic Cleanup! (notifications@github.com) Add cleanup rulehttps://www.boxbe.com/popup?url=https%3A%2F%2Fwww.boxbe.com%2Fcleanup%3Ftoken%3Dibo7FGaFAt9xS6olKL5yxOSBPRt74%252B3hJI5AkEwaKki4gWkbNG%252FkLg8CLpSuNKAWukjhgDqhCojRbXi8nMECN9PldSXTL21xxNCS5rpQ%252Bsbocut8xWMaNb4e%252FjX0ZHJBVH0gO5YPcxedBXG32tZXZg%253D%253D%26key%3DH1PBwDwQtsQIimIKSxNyInHYecGy7njLbGoVbMBXkXk%253D&tc_serial=17062008033&tc_rand=801016618&utm_source=stf&utm_medium=email&utm_campaign=ANNO_CLEANUP_ADD&utm_content=001| More infohttp://blog.boxbe.com/general/boxbe-automatic-cleanup?tc_serial=17062008033&tc_rand=801016618&utm_source=stf&utm_medium=email&utm_campaign=ANNO_CLEANUP_ADD&utm_content=001

FYI: I've fixed all failing tests bar one for Elixir 0.13.0

98 https://github.com/josephwilk/amrita/pull/98

One more to go :)

— Reply to this email directly or view it on GitHubhttps://github.com/josephwilk/amrita/issues/96#issuecomment-41503113 .

lowks commented 10 years ago

Everything works well now! Thanks man!