From 7fce2ad623d4b5080e37b6702fff94a8c125a98f Mon Sep 17 00:00:00 2001 From: Landon Grindheim Date: Wed, 16 Sep 2020 15:08:34 -0400 Subject: [PATCH 1/2] Personalize MISSING EXPRESSION message --- compiler/src/Reporting/Error/Syntax.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/src/Reporting/Error/Syntax.hs b/compiler/src/Reporting/Error/Syntax.hs index 1070172cf..a8ff1524e 100644 --- a/compiler/src/Reporting/Error/Syntax.hs +++ b/compiler/src/Reporting/Error/Syntax.hs @@ -2591,7 +2591,7 @@ toExprReport source context expr startRow startCol = ,"give","a","more","specific","hint!" ] , D.toSimpleNote $ - "This can also happen if run into reserved words like `let` or `as` unexpectedly.\ + "This can also happen if I run into reserved words like `let` or `as` unexpectedly.\ \ Or if I run into operators in unexpected spots. Point is, there are a\ \ couple ways I can get confused and give sort of weird advice!" ] From 5e1ed227d08b2d57d05a6bbd2d11e60cb634c4ee Mon Sep 17 00:00:00 2001 From: Landon Grindheim Date: Wed, 16 Sep 2020 15:15:12 -0400 Subject: [PATCH 2/2] Fix link to ContributorAgreement.pdf --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index d32d9b7f1..67b06a3f0 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -6,7 +6,7 @@ possible. ## Licensing -You need to sign the [contributor agreement](ContributorAgreement.pdf) +You need to sign the [contributor agreement](../ContributorAgreement.pdf) and send it to before opening your pull request. ## Style Guide