-
Due to the error-tolerant nature of annotation processing, it's unclear when and how to warn about invalid source inputs. A verbose mode to dump all findings by KSP can be useful when debugging proces…
-
If the config references a non-existing branch then you get an error like:
```
cloning silverstripe/silverstripe-userforms/4
warning: Could not find remote branch 4 to clone.
fatal: Remote branc…
-
When error occurs in a source code, then it's not parsable and no CC items can be suggested. We should be able to at least somehow "sanitize" such an errored code (e.g. try to add missing semicolon, b…
-
Right now a class decorated with `@json` containing fields which might not have types whose declaration have `@json` decorator panics at the runtime. Is there any way to have this check at compile tim…
-
Consider:
```go
type _[a (b + 3),] struct{}
```
This is parsed successfully by `go/parser` and it gets formatted into:
```go
type _[a b + 3] struct{}
```
This is not valid go syntax. N…
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar issues.
### What happened
DB Migration Failing w…
-
-
Hello,
I am trying to install FileX + LevelX in an stm32h7 microcontroller using a nor custom driver. I do have in my hardware an AT45DB641 NOR memory.
I am working it as an stand alone and als…
-
Hello,
I am trying to install FileX + LevelX in an stm32h7 microcontroller using a nor custom driver. I do have in my hardware an AT45DB641 NOR memory.
I am working it as an stand alone and als…
-
I created a structure in a book and really like the overlay feature, especially since my structure is very complicated. However, many of it's complications come from it's use of stairs. Because stairs…