[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] [PATCH] Fix #1133
From: |
Felix Winkelmann |
Subject: |
Re: [Chicken-hackers] [PATCH] Fix #1133 |
Date: |
Thu, 19 Jun 2014 22:23:41 +0200 (CEST) |
> Well, kind of. Let me tip-toe around the definitions to clarify:
> Currently units are used in core to define dependencies, which is one
> of the things that modules are used for as well. And as we saw in
> this ticket and the other one there are some problems which can be
> detected in dependencies expressed as modules but not when using
> "just units".
I understand, and agree completely.
> I just wanted to put the idea out there, as a sort of "call to arms".
> This is another large-scale project that will take a lot of energy which
> I personally don't have right now. Maybe I'll put it on the wish-list
> for a long-term goal.
Right, I expected that this was not planned to be done soon. Perhaps
we could start this by putting at least the compiler into proper
modules, as it only has a few entry-points that need to be accessed
externally, and this could be done via the "<module>#<binding>"
notation. The problem here is that the compiler is spread over several
files and would need a restructuring into several files + modules.
felix
- [Chicken-hackers] [PATCH] Fix #1133, Peter Bex, 2014/06/19
- Re: [Chicken-hackers] [PATCH] Fix #1133, Oleg Kolosov, 2014/06/22
- Re: [Chicken-hackers] [PATCH] Fix #1133, John Cowan, 2014/06/23
- Re: [Chicken-hackers] [PATCH] Fix #1133, Peter Bex, 2014/06/26
- Re: [Chicken-hackers] [PATCH] Fix #1133, Felix Winkelmann, 2014/06/26
- Re: [Chicken-hackers] [PATCH] Fix #1133, Peter Bex, 2014/06/26
- Re: [Chicken-hackers] [PATCH] Fix #1133, Evan Hanson, 2014/06/26
- Re: [Chicken-hackers] [PATCH] Fix #1133, John Cowan, 2014/06/26