Commit Graph

3 Commits

Author SHA1 Message Date
6df2b9d084 Introduce TracePos type for trace positions (#273)
Many internal structures refer to trace positions; this is an important type of values. In the code, it is sometimes `u32`, sometimes `usize`. While such variables usually have "_pos" suffix, having a dedicated type does improve code with type guarantees.
2022-06-10 12:29:56 +07:00
490791b177 introduce %timestamp% (#250) 2022-04-20 23:05:37 +03:00
b29883e990 Refactor tests (#231) 2022-03-10 16:06:43 +03:00