-
I'm creating an issue corresponding to https://github.com/ocaml/ocaml/issues/10520 in the upstream compiler.
Flambda would be allowed to do the same optimisations that Deadcode does, removing the ini…
lthls updated
3 years ago
-
Currently we run only `golint` and `gofmt`. We should at least enable linters which are enabled by default in `golangci-lint`:
```
$ golangci-lint help linters
Enabled by default linters:
deadcod…
oxddr updated
3 years ago
-
### Welcome
- [X] Yes, I'm using a binary release within 2 latest major releases. Only such installations are supported.
- [X] Yes, I've searched similar issues on GitHub and didn't find any.
- […
-
Currently the Ignite consumer app is a sort of `fake` app. It exists only for not importing ICS in ignite/cli.
However, the templates are still in ignite cli.
We should totally movec the templating …
-
### Describe the bug
if a query contains UDFs with large bodies, the result of explain includes the whole UDF source code in a single line, which is truncated after some length. While this is ok, aft…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR23425](https://bugs.llvm.org/show_bug.cgi?id=23425) |
| Status | NEW |
| Importance | P normal |
|…
-
### Issue details
I realized there are a few warnings in the [run-clang-tidy job on the main branch](https://github.com/NOAA-FIMS/FIMS/actions/runs/5683723130/job/15404871188) that suggest cleaning u…
-
In the following program, you get an incorrect dead code waring for the code after the ternary expression:
```dart
void main() {
const position = (x: 4, y: 4);
true ? position.x : position.y…
-
I know it's a bit early to create an issue on github, but did you consider using a pre-made ui framework for the deadcode editor?
I'm thinking about something like [dlangui](https://github.com/bugg…
-
Closing this issue should be done when all existing issues are fixed and we remove `--new-from-rev` from the CI job.
**TODO:**
- [x] #211
- [x] Reenable the new-from-rev option: #220
- [x] Set…