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

Publish to Cache #191

Open
jwerle opened this issue Jul 24, 2020 · 4 comments
Open

Publish to Cache #191

jwerle opened this issue Jul 24, 2020 · 4 comments

Comments

@jwerle
Copy link
Member

jwerle commented Jul 24, 2020

Allow publishing of local modules to cache.

@Isty001
Copy link
Member

Isty001 commented Jul 29, 2020

Could you please explain this a little bit more?

@jwerle
Copy link
Member Author

jwerle commented Jul 29, 2020

@Isty001 sorry that barely made any sense. I just updated the description to be more clear. This issue describes a feature to allow local modules to be published to the local cache

@Isty001
Copy link
Member

Isty001 commented Jul 30, 2020

Oh I saw this issue mentioned in #105, but I don't get how this solves that. Sorry if I'm misunderstanding it.

Imo the #105 and #51 issues are about the same thing. Finding a way to include dependencies from other than public GitHub repos.

I really like the idea mentioned in #57, something like this would very nice

{
  "dependencies": {
    "foo/bar": {
      "src": ["baz.c", "bang.h", "woo.c"],
      "version": "1.2.3",
      "url": "http://some.git.host/foo/bar/{version}/{file}"
    }
  }
}

But please correct me if I'm wrong with my assumption.

@jwerle
Copy link
Member Author

jwerle commented Jul 30, 2020

nope you are right, #191 doesn't solve #105 and yes I agree about #105 and #51

I really like that idea in #57 too, an inline manifest...

@Isty001 Isty001 added this to To do in clib project Aug 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
clib project
  
To do
Development

No branches or pull requests

2 participants