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

searching a module, and erlang.mk ? #1

Closed
crownedgrouse opened this issue Oct 29, 2014 · 13 comments
Closed

searching a module, and erlang.mk ? #1

crownedgrouse opened this issue Oct 29, 2014 · 13 comments

Comments

@crownedgrouse
Copy link

Hi,
your top 1000 Erlang module is nice , but how to find a module in almost 40 pages ?
A minimal search widget would be a minimum MHO.
And by reading your blog, looks like only projects using rebar.config is listed.
What about those with erlang.mk ?
regards

@crownedgrouse
Copy link
Author

Note, you can fetch dependencies in the Makefile including erlang.mk, by getting DEPS . More info at https://github.com/ninenines/erlang.mk#packages .

@wb14123
Copy link
Owner

wb14123 commented Oct 30, 2014

Hi, thanks for comment.

I'd like to add the support of erlang.mk. The search is not so necessary for me, since the projects after 10 pages will only have 1 or 2 projects depend on it. They are not so popular.

@crownedgrouse
Copy link
Author

I did some contributions to erlang.mk , I can help, maybe , on how to do that.

for the search, it is necessary, i think, for two purposes :

  • find the rank of it s own project.
  • find projects needed as dependency by searching in the description some key words.

@wb14123
Copy link
Owner

wb14123 commented Oct 30, 2014

I'd like to know, if I specify a package, for example:

DEPS = cowboy

Where does it find the package cowboy? Do I must specify it like this?

dep_cowboy = git https://github.com/ninenines/cowboy

@crownedgrouse
Copy link
Author

no, there is an official index.
you should download first a file called packages.v2.tsv (or something like that) on erlang.mk repo.

« Envoyé depuis mon mobile » Eric

Bin Wang notifications@github.com a écrit :

I'd like to know, if I specify a package, for example:

DEPS = cowboy

Where does it find the package cowboy? Do I must specify it like this?

dep_cowboy = git https://github.com/ninenines/cowboy

Reply to this email directly or view it on GitHub:
#1 (comment)

@crownedgrouse
Copy link
Author

dep_xxxxx is used when a package is not available in the index, or a specific version should be used.

« Envoyé depuis mon mobile » Eric

Bin Wang notifications@github.com a écrit :

I'd like to know, if I specify a package, for example:

DEPS = cowboy

Where does it find the package cowboy? Do I must specify it like this?

dep_cowboy = git https://github.com/ninenines/cowboy

Reply to this email directly or view it on GitHub:
#1 (comment)

@crownedgrouse
Copy link
Author

at root of ninenines/erlang.mk project on github.

« Envoyé depuis mon mobile » Eric

Bin Wang notifications@github.com a écrit :

Where can I find the index file?


Reply to this email directly or view it on GitHub:
#1 (comment)

@crownedgrouse
Copy link
Author

https://github.com/ninenines/erlang.mk/blob/master/packages.v2.tsv

« Envoyé depuis mon mobile » Eric

Bin Wang notifications@github.com a écrit :

Where can I find the index file?


Reply to this email directly or view it on GitHub:
#1 (comment)

@wb14123
Copy link
Owner

wb14123 commented Oct 30, 2014

Thanks. I've found that.

On Thu Oct 30 2014 at 下午6:50:43 Eric Pailleau notifications@github.com
wrote:

https://github.com/ninenines/erlang.mk/blob/master/packages.v2.tsv

« Envoyé depuis mon mobile » Eric

Bin Wang notifications@github.com a écrit :

Where can I find the index file?


Reply to this email directly or view it on GitHub:
#1 (comment)


Reply to this email directly or view it on GitHub
#1 (comment).

@wb14123
Copy link
Owner

wb14123 commented Nov 4, 2014

I've add erlang.mk support in commit a26b635 . If you'd like to add search, open a new issue please.

@wb14123 wb14123 closed this as completed Nov 4, 2014
@crownedgrouse
Copy link
Author

is the web site updated and using this commit ? not easy to detect if erlang.mk are in it...

@wb14123
Copy link
Owner

wb14123 commented Nov 4, 2014

Yes, it already updated. Just a little of them use erlang.mk.

On 2014-11-5 3:40 周三 Eric Pailleau notifications@github.com wrote:

is the web site updated and using this commit ? not easy to detect if
erlang.mk are in it...


Reply to this email directly or view it on GitHub
#1 (comment).

@crownedgrouse
Copy link
Author

thanks,
I did not thought to this before, but this would have been nice to show this for each module... some want only rebar or erlang.mk modules as dependencies...
a tag, or a color code ?

« Envoyé depuis mon mobile » Eric

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants