emacs-devel
[Top][All Lists]
Advanced

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

Re: master 491531b: Avoid ert test failures


From: Noam Postavsky
Subject: Re: master 491531b: Avoid ert test failures
Date: Sat, 22 Apr 2017 23:23:08 -0400

>> Anyway, I was considering fixing this by using (bound-and-true-p
>> byte-compile-macro-environment) instead of loading `bytecomp', which
>> almost seems to work except that eval-tests--bugs-24912-and-24913
>> fails because `should-error' fails to catch the error from
>> byte-compile.

Actually the issue there was just a missing defvar for
`byte-compile-debug'. There should have been a compile warning about
an unused local variable except that loading the compiler defines this
variable. Fixed in [1: b20d05c6d7].

[1: b20d05c6d7]: 2017-04-22 23:17:59 -0400
  Don't require bytecomp for running ert tests
  
http://git.savannah.gnu.org/cgit/emacs.git/commit/?id=b20d05c6d76ddaf7e70da1430c9aac56ef1d6b31



reply via email to

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