dispatch.ml isn't a specific enough name #16
Closed
Comments
@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. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: