-
Edit: This thread serves as a list of working notes and things I discover along the way. If things are mentioned here, they're not necessarily bugs or issues but more things I'm working around.
Her…
-
**Environment**
VSG v3.25.0
**Describe the bug**
There are some typos and broken links that I've noticed in the documentation
| Typo | Correction | Link |
| - | - | - |
| concate | concatena…
-
In svelte, we do not directly use DOM methods as much as possible.
So instead of get element by id, we bind the element to a variable and call showModal on that variable.
```
let orderDialog:HTML…
-
We discussed this a bit earlier in private, but I'm not going to get around to dealing with it today, so I'm posting this so it doesn't get forgotten.
The specifics of how I hit this crash aren't t…
-
Formatter using VSG does not enforce prefix and suffix rules :
**To Reproduce**
rule file contains :
```
rule:
constant_015:
disable: false
prefixes: ['CST_']
```
vhdl fil…
knyfi updated
2 months ago
-
**Describe the bug**
I've noticed that on Windows I don't receive vsg::KEY_Alt_L and vsg::KEY_Alt_R for vsg::KeyPressEvent and vsg::KeyReleaseEvent. I've checked Win32_Window.cpp and there is Virtual…
-
Given the difficulty of maintaining ABI compatibility when all the internals of the compiler are exposed as a public API, I propose the following changes to the way that glslang is built.
1. The fina…
-
I'm introducing vsg in a project which has a history of mixed styles. Some have used alignment, some have not. Moving forward, we will remove all alignment and use `--fix` to enforce that in git hooks…
-
rule:
```
if_031 | 518 | Add a blank line before the "if"
if_030 | 530 | Add a blank line after the "end if"
```
I like these rules. However, i…
m-kru updated
11 months ago
-
Changing the screen orientation like when using on android doesn't seem to work, sdl calls are ignored. Maybe it's vulkan specific?
Right now it can to portrait mode and flip 180, but not landscape…