Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ocamldep #3087

Closed
vicuna opened this issue Dec 16, 2001 · 2 comments
Closed

ocamldep #3087

vicuna opened this issue Dec 16, 2001 · 2 comments
Labels

Comments

@vicuna
Copy link

vicuna commented Dec 16, 2001

Original bug ID: 725
Reporter: administrator
Status: closed
Resolution: not a bug
Priority: normal
Severity: minor
Category: ~DO NOT USE (was: OCaml general)

Bug description

Full_Name: Ohad Rodeh
Version: 3.04
OS: win2000
Submission from: e-hub.haifa.ibm.net.il (192.115.216.66)

ocamldep does not work properly with directory wildcards.
'ocamldep **.ml' will not produce any results, whereas:
'ocamldep xxx*.ml' will work fine.

Ohad.

@vicuna
Copy link
Author

vicuna commented Jan 4, 2002

Comment author: administrator

ocamldep does not work properly with directory wildcards.
'ocamldep **.ml' will not produce any results, whereas:
'ocamldep xxx*.ml' will work fine.

This is consistent with the behavior of Windows command-line tools
w.r.t. wildcard expansion. Try e.g. "dir **" or "dir *\foo": this
won't work.

Of course, the OCaml runtime could implement full Unix-style wildcard
expansion, but that's a real pain, and the need isn't obvious to me.

  • Xavier Leroy

@vicuna
Copy link
Author

vicuna commented Jan 4, 2002

Comment author: administrator

Normal behavior for a Win32 command-line application.

@vicuna vicuna closed this as completed Jan 4, 2002
@vicuna vicuna added the bug label Mar 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant