Add a description and disclaimer to the Alloy draft.
This commit is contained in:
parent
23cf7c9e8b
commit
2bd776ec55
|
@ -2,9 +2,16 @@
|
||||||
title: "Proving My Compiler Code Incorrect With Alloy"
|
title: "Proving My Compiler Code Incorrect With Alloy"
|
||||||
date: 2023-05-02T22:48:52-07:00
|
date: 2023-05-02T22:48:52-07:00
|
||||||
tags: ["Compilers", "Alloy"]
|
tags: ["Compilers", "Alloy"]
|
||||||
|
description: "In this post, I apply Alloy to a piece of code in the Chapel compiler to find a bug."
|
||||||
draft: true
|
draft: true
|
||||||
---
|
---
|
||||||
|
|
||||||
|
__Disclaimer:__ though "my compiler code" makes for a fun title, I do not
|
||||||
|
claim exclusive credit for any of the C++ code in the Chapel compiler that
|
||||||
|
I mention in this post. The code is "mine" in the sense that I was
|
||||||
|
debugging changes I was making, and perhaps also in the sense that I was
|
||||||
|
working with it.
|
||||||
|
|
||||||
I work as a compiler developer on the [Chapel](https://chapel-lang.org) team.
|
I work as a compiler developer on the [Chapel](https://chapel-lang.org) team.
|
||||||
Recently, while thinking through a change to some code, I caught myself
|
Recently, while thinking through a change to some code, I caught myself
|
||||||
making wishes: "if only I could have a computer check this property for
|
making wishes: "if only I could have a computer check this property for
|
||||||
|
|
Loading…
Reference in New Issue
Block a user