Luke Puchner-Hardman
Luke Puchner-Hardman
``` func foo(a int, a int) int { } ``` throws assertion failed exception with little info: ``` Exception in thread "main" Assertion failed! Assertion failed! at dev.vale.vfail$.apply(vassert.scala:100) at dev.vale.vassert$.apply(vassert.scala:44)...
``` interface A { func foo(virtual a &A) int; } struct B imm { val int; } impl A for B; func foo(b &B) int { return b.val; } ```...
# Compatibility Report - Name of the game with compatibility issues: Terra Invicta - Steam AppID of the game: 1176470 ## System Information - GPU: GTX 1070 - Driver/LLVM version:...
**Describe the bug** When using "Add Missing Protocol Requirements" the added functions are always indented with spaces, even if the file is set to indent with tabs. **To Reproduce** Steps...
My app only requires authentication in certain contexts, but if oidc configuration is omitted from the AuthProvider, I get the error "No authority or metadataUrl configured on settings". I can't...
### Tested versions Reproducible in 4.4.dev6 and 4.4.rc1, haven't tested other versions. ### System information Godot v4.4.rc1 - Linux Mint 22.1 (Xia) on X11 - X11 display driver, Multi-window, 2...