From 4c58af862285e3917f5f05a6ef2ec451ce9dada5 Mon Sep 17 00:00:00 2001 From: "Sean T. Allen" Date: Sat, 5 Aug 2023 13:05:24 +0000 Subject: [PATCH] Spelling --- content/blog/last-week-in-pony-080623.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/last-week-in-pony-080623.md b/content/blog/last-week-in-pony-080623.md index 8b9658f1..3c897058 100644 --- a/content/blog/last-week-in-pony-080623.md +++ b/content/blog/last-week-in-pony-080623.md @@ -51,7 +51,7 @@ That Friday debugging session which ran over into Office Hours was productive an We have an open Zoom meeting every Friday for the community to get together and well, do whatever they want. In theory, Sean T. Allen "owns" the meeting and will often set an agenda. Anyone is welcome to show up and participate. Got a Pony related problem you need help solving and prefer to do it synchronously? Give Office Hours a try. -Office Hours was a "two parter" this week. An hour before Office Hours started, Joe and Sean got together and started debugging [ponylang/ponyc #4369](https://github.com/ponylang/ponyc/issues/4369). They hadn't finished when it was time for Office Hours so for the first 30 minutes, they continued debugging. Eventually arriving at a place where it appeared to be a similiar bug as [#3874](https://github.com/ponylang/ponyc/issues/3874). +Office Hours was a "two parter" this week. An hour before Office Hours started, Joe and Sean got together and started debugging [ponylang/ponyc #4369](https://github.com/ponylang/ponyc/issues/4369). They hadn't finished when it was time for Office Hours so for the first 30 minutes, they continued debugging. Eventually arriving at a place where it appeared to be a similar bug as [#3874](https://github.com/ponylang/ponyc/issues/3874). The second half of the meeting was spent on some "getting LLVM 16 working" debugging. Nicolai Stawinoga is trying to get ponyc running with LLVM head and ran into some problems where there's a crash during the "verification" compiler step that is turned on when ponyc tests are run. No resolution was found during that time, but Red Davies got to see the answer to his question "how would you go about debugging something like that?"