This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#pragma once | |
#include <algorithm> | |
#include <array> | |
#include <initializer_list> | |
#include <iterator> | |
#include <type_traits> | |
#include <utility> | |
namespace common |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# to be compatible with python3 print function. | |
from __future__ import print_function | |
import subprocess | |
import sys | |
import re | |
# List of regular expressions for error finding |