[erlang-questions] support for .ez archives

Ulf Wiger ulf@REDACTED
Tue Mar 6 15:17:36 CET 2012


On 6 Mar 2012, at 15:03, Kenneth Lundin wrote:

> What I meant was that I am not convinced that it is necessary and very useful to have the include files
> inside an archive (while using them).
> 
> But it might be possible to convince me :)
> 

In the case of run_eqc, the idea was to be able to have either PropEr or EQC Lite available as zipped archives. This worked beautifully, at least in terms of executing them from within the zip file. However, in order to compile the test code that is supposed to be executed by PropEr/EQC, you need the include file, and this became the _only_ reason why the archive had to be unpacked. And given that you _had_ to extract the .hrl, there wasn't much point in not also extracting the beam files. 

But this made the whole idea of run_eqc less attractive, so I put the project on ice.

In this setting, there is really not much difference between run-time and compile-time. Running EQC without being able to first compile with the help of eqc.hrl is fairly useless.

BR,
Ulf W
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20120306/567a0641/attachment.htm>


More information about the erlang-questions mailing list