You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@sgrove making what we discussed public and closing the issue.
Seems like this is a transient issue in the process of porting. I imagine that for the most part, utility libraries won't use dispatch. Instead, applications will either use dispatch or webmachine directly as the single way to do path-based dispatching.
I have a
dispatch.ml
file in my project, and while trying out webmachine I lost a bunch of time trying to figure out why I was getting this error:Turns out that because there's a
dispatch.ml
here and one in my project, they can't coexist.A fuller name for this project would be nice since dispatch is likely to be used in lots of other places too.
The text was updated successfully, but these errors were encountered: