-
I believe this change is needed as with a lot of SM codebases becoming larger the use of Test / Unit testing is more needed.
It is'nt practical to setup a game server just for CI and testing so being…
-
I would like to see the "MultiTargetFilter" API expanded. My idea is something similar to the plugin iterator, providing information about a given filter, such as the pattern representing the filter, …
-
`const` keyword produces unexpected behavior for arrays
```
#include
enum struct Test {
int x;
float y;
char z[32];
}
/* warning 213: tag mismatch
* error 008: must be a constant e…
-
# Brief
Under the hood, IDEA parses symbols from source code into a tree of PsiElements. Each PsiElement can have references attached to it, which power vital features such as Find Usages and Go To D…
-
```
Example problem (by Greyscale):
I have a function in zrc.infection and zriot.infection that checks if zombies
are currently present. The problem is modules don't know which one to check.
The o…
-
```
Example problem (by Greyscale):
I have a function in zrc.infection and zriot.infection that checks if zombies
are currently present. The problem is modules don't know which one to check.
The o…
-
I've been thinking about picking this up again. Since I created this project initially, I've worked more with the IntelliJ language APIs, releasing a [pytest plugin for PyCharm](https://github.com/the…
-
## Description
You can add some optimizations to all of FF2 code, i think.
These changes aren't so large but they can improve your code execution (i mean, execution speed).
It's just a little advic…
-
### Describe the bug
I'm trying to enable indent for PHP specifically, e.g.
```lua
indent = {
enable = { 'php' },
}
```
However it's being enabled for every language instead. Maybe I'm mi…
leaty updated
1 month ago
-
Currently, non-literal arrays cannot be assigned to separate arrays when the latter is declared.
```sp
public void main()
{
int Foo[3] = {1, 2, 3};
int Bar[3]; Bar = Foo; // OK
}
```
v…
Scags updated
3 years ago