tsujigiri/axiom

Require newer mimetypes (at least d915b9f441) in dependencies

Closed this issue · 5 comments

Axiom project doesn't rebar compile in my Windows environment, I got the following error:

=INFO REPORT==== 22-Feb-2013::23:06:09 ===
application: mimetypes
exited: {shutdown,{mimetypes_app,start,[normal,[]]}}
type: temporary
escript: exception error: no match of right hand side value
{error,{shutdown,{mimetypes_app,start,[normal,[]]}}}

The problem is described here: erlangpack/mimetypes#10 and here: ChicagoBoss/ChicagoBoss#129 .

It's fixed here: erlangpack/mimetypes@d915b9f .

I upgraded mimetypes up until the 1.0 tag and added a new tag 0.0.16 to axiom.

Thanks a lot for quick action. It now works like charm! :)

No problem. Great to hear that it works on Windows. Cowboy itself is not even tested on Windows.

Unfortunately after this commit build failed from reasons that I don't understand :(. https://travis-ci.org/tsujigiri/axiom/jobs/4998494

Me neither, but locally the tests pass. Might just be an issue with the Travis configuration.