chore(library/unfold_macros): checking whether commit 7f86ad64eb broke the remote build

This commit is contained in:
Leonardo de Moura 2016-12-29 16:18:13 -08:00
parent c0f7d01cc4
commit e33bd2e665
2 changed files with 2 additions and 3 deletions

View file

@ -7,8 +7,7 @@ Author: Leonardo de Moura
#pragma once
#include "library/type_context.h"
/* TODO(Leo): reduce after testing */
#define LEAN_AC_MACROS_TRUST_LEVEL 10000000
#define LEAN_AC_MACROS_TRUST_LEVEL 10
namespace lean {
class ac_manager {

View file

@ -18,7 +18,7 @@ Author: Leonardo de Moura
/* If the trust level of all macros is < LEAN_BELIEVER_TRUST_LEVEL,
then we skip the unfold_untrusted_macros potentially expensive step.
The following definition is commented because we are currently testing the AC macros. */
// #define LEAN_ALL_MACROS_HAVE_SMALL_TRUST_LVL
#define LEAN_ALL_MACROS_HAVE_SMALL_TRUST_LVL
namespace lean {
class unfold_untrusted_macros_fn {