-
Both branches of the following `if-else` are identical
https://github.com/cockroachdb/cockroach/blob/23adad662adb2529620bd73d20b421fe61dabb6d/pkg/cmd/roachtest/tests/connection_latency.go#L51-L57
…
-
### New Issue Checklist
- [x] I've Updated SwiftLint to the latest version.
- [x] I've searched for [existing GitHub issues](https://github.com/realm/SwiftLint/issues).
### Bug Description
`…
-
We have IF ... ELSE ... THEN, and we can make their statements into blocks with BEGIN ... BEND. However, for some reason ELSE comes with syntax restrictions that prevents ELSE IF from working properly…
-
Hi,
Below is my schema, if then else is not working.I am trying to change the country but postalcode default value is not getting changed
```
{
"type": "object",
"properties": {
"str…
-
Needed to fully solve: https://github.com/tenstorrent/tt-mlir/issues/1017
-
https://github.com/hashicorp/boundary/blob/1f0bad4d482c66a75da7b407f56fd3437aec85a7/internal/iam/repository_principal_role_test.go#L144-L148
https://github.com/hashicorp/boundary/blob/1f0bad4d482c6…
-
### Description
> [!note]
> I'm unsure if this is a bug-report or feature-request
`cargo clippy --fix` should swap the 2 blocks
### Version
1.81.0
> I'm sorry, I'm not using the device that has t…
-
```cpp
#include
std::string replaceEscapeSequences(const std::string &source)
{
std::string result;
for (std::size_t i = 0; i < source.size(); ++i) {
if (source[i] != '\\' || …
-
### Prerequisites
- [X] I have searched the existing issues
- [X] I understand that providing a [SSCCE](http://sscce.org/) example is tremendously useful to the maintainers.
- [X] I have read the [do…
-
**Version Used**: Visual Studio 2015 Update 3
**Steps to Reproduce**:
1. Paste the following code:
```
void Test()
{
if (1 == 1)
Test();
else
if (2 == 2)
Test();
…