grain icon indicating copy to clipboard operation
grain copied to clipboard

Badly Formatted Grain Error

Open spotandjake opened this issue 3 years ago • 0 comments

Unfortunatly i do not know what exactly i did to get here and, i was not able to create a smaller sample of the code. But i ran across an error that doesnt seem well formatted it is missing the fileName, lineNumber and it says it is expecting (a,) when it should probably say (a), a picture of the error is below i will post code to reproduce if i come across the issue again. srry for not having much information on the source of the information, actually i recreated the error still not a smaller sample but it occurs in this commit of my project https://github.com/spotandjake/BriskLinker/blob/d64673188498b85db7cd28e30124a6eeeb59ef9e/linker/BuildFile.gr#L479, I fixed it in the next commit it occured because i forgot to destructure a tuple. to compile the project just run grain index.gr hope that helps

image

spotandjake avatar Aug 14 '22 18:08 spotandjake