xbolva00 added a comment.

So.. new diagnostic is:

  <source>:4:1: error: static assertion failed due to requirement 'is_gitlab'
  static_assert(is_gitlab and is_weekend);
  ^             ~~~~~~~~~

Okay, a dev changes is_gitlab to true, compiles it again and boom, new error: 
static assertion failed due to requirement 'is_weekend'. With previous version 
of this diagnostic one can see all problems immediatelly. So I am not sure if I 
consider this change as a real improvement.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D146376/new/

https://reviews.llvm.org/D146376

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to