clib icon indicating copy to clipboard operation
clib copied to clipboard

Publish to Cache

Open jwerle opened this issue 5 years ago • 5 comments

Allow publishing of local modules to cache.

jwerle avatar Jul 24 '20 12:07 jwerle

Could you please explain this a little bit more?

Isty001 avatar Jul 29 '20 19:07 Isty001

@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

jwerle avatar Jul 29 '20 20:07 jwerle

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.

Isty001 avatar Jul 30 '20 19:07 Isty001

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...

jwerle avatar Jul 30 '20 19:07 jwerle