Marc-André Bélanger

Results 58 comments of Marc-André Bélanger

I'm not sure it is as clear as that. Colons are acceptable, and so are multiple slashes, so in the case above the site's root is `https://my-site.com` followed by the...

See https://github.com/vyzo/gerbil/wiki/The-Gerbil-Package-Manager#a-word-of-caution for more discussion about security, signing of packages, etc. @vyzo Regarding `:std/make`, I will have to think about it. As I mentioned in chat, I think the package...

Here is an example of a package repository: https://github.com/belmarca/gxpkg-example.

Thanks for the discussion. It seems there are multiple intertwined arguments going on though. I will not concern myself with the internals of the actual build system. I will simply...

Note that this scheme does not imply tight coupling to any provider whatsoever. It shouldn't matter if you get your code from wherever. The use of GitHub is for convenience...

@fare Let's say my code depends on yours and you go through a major refactoring and large but needed API changes. What am I to do? By fixing my code...

I didn't find that section in particular very enlightening. I preferred the following section (Pure Functional Reactive Programming) and agree with the conclusions. I'm not sure where we are diverging...

I might be confusing things but I don't see how what you propose solves this situation: Package **A** has a hard dependency on package **B**. Last known working version of...

> You confuse the build system and the package manager. That's what I meant by > It seems there are multiple intertwined arguments going on though. :smile: > Library A...

> D depends on A and C, that both depend on B. Who decides which version of B is used? Both, or none if you wish. They each use their...