Merge pull request #243 from CharlonTank/main

Fix the compiler issues reporting link
This commit is contained in:
Robin Heggelund Hansen 2024-04-27 10:23:41 +02:00 committed by GitHub
commit 737e840054
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 6 additions and 6 deletions

View File

@ -76,7 +76,7 @@ readBinary path =
"| Byte Offset: " ++ show offset,
"| Message: " ++ message,
"|",
"| Please report this to https://github.com/gren/compiler/issues",
"| Please report this to https://github.com/gren-lang/compiler/issues",
"| Trying to continue anyway.",
"+-------------------------------------------------------------------------------"
]

View File

@ -409,7 +409,7 @@ putException e = do
\ version that still triggers this message. Ideally in a single Main.gren and\
\ gren.json file.",
D.reflow $
"From there open a NEW issue at https://github.com/gren/compiler/issues with\
"From there open a NEW issue at https://github.com/gren-lang/compiler/issues with\
\ your reduced example pasted in directly. (Not a link to a repo or gist!) Do not\
\ worry about if someone else saw something similar. More examples is better!",
D.reflow $

View File

@ -1641,7 +1641,7 @@ toOutlineProblemReport path source _ region problem =
],
D.toSimpleNote
"I count the length in bytes, so using non-ASCII characters costs extra.\
\ Please report your case at https://github.com/gren/compiler/issues if this seems\
\ Please report your case at https://github.com/gren-lang/compiler/issues if this seems\
\ overly restrictive for your needs."
]
)
@ -1753,7 +1753,7 @@ toOutlineProblemReport path source _ region problem =
],
D.toSimpleNote
"I count the length in bytes, so using non-ASCII characters costs extra.\
\ Please report your case at https://github.com/gren/compiler/issues if this seems\
\ Please report your case at https://github.com/gren-lang/compiler/issues if this seems\
\ overly restrictive for your needs."
]
)

View File

@ -381,7 +381,7 @@ generateBasicsCall mode parentModule pos home name args =
[grenLeft, grenRight] ->
case name of
-- NOTE: removed "composeL" and "composeR" because of this issue:
-- https://github.com/gren/compiler/issues/1722
-- https://github.com/elm-lang/compiler/issues/1722
"append" -> append mode parentModule grenLeft grenRight
"apL" -> generateJsExpr mode parentModule $ apply grenLeft grenRight
"apR" -> generateJsExpr mode parentModule $ apply grenRight grenLeft

View File

@ -205,7 +205,7 @@ isGeneric var =
++ show rank
++ "]\n\n"
++ "Please create an <http://sscce.org/> and then report it\n\
\at <https://github.com/gren/compiler/issues>\n\n"
\at <https://github.com/gren-lang/compiler/issues>\n\n"
-- EXPECTATIONS TO VARIABLE