Erin
Erin
What compiler version is this with? `stock` has changed quite significantly in recent 1.11 versions. Skimming the Pawn language guide this does look intended, but we might want to change...
The `const` keyword is only valid on by-ref parameters currently. Obviously those error messages aren’t the best though.
Please use inline code blocks rather than linking to an external site. I suspect this is the same issue as #303, the type doesn't exist until it has finished parsing.
See also: #175 (the "next step" never happened,)
Copying from Discord so it doesn't get lost: [19:29] asherkin: it is because the docs are generated using type information from the exp (SourcePawn 2) compiler, which uses "function" as...
> It is just the 1.11 compiler misbehaving, so I am sticking with the 1.10 compiler for now until this gets fixed. I don't think it is, this was an...
Please could you split one of these out to its own issue.
#642 surfaced this as an error, as previously the assert there was silent in release builds. I built `1.5.4-dev+b9959f6b` and that still had the assert, so it looks like this...
The patch that recently added setting the tag for array literals uses the tag of the last value, does this behave any differently with `6.0` there instead of `6`?