emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: pcase is autoloaded?


From: Stefan Monnier
Subject: Re: pcase is autoloaded?
Date: Fri, 01 Mar 2013 21:59:24 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

>>> This means that people leave it to be autoloaded rather than
>>> specifically required. In our case it broke our test badly because our
>>> file-system mock was loading pcase.el (which didn't work, surprise!)
>> I have no idea what problem you bumped into.  I don't know what is your
>> "file system mock", nor do I know why loading pcase.el didn't work (or
>> why it should come as (no?) surprise).
> We were running some tests in which the filesystem functions were
> mocked with functions that returned predictable results for the function
> under test.
> These, of course, failed to load the pcase library when it was
> autoloaded.

I have no idea why you say "of course".  And I see no connection between
`pcase' and your mockup.  What's special about pcase, as opposed to
other autoloaded functions/macros?


        Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]