-
**Bug description**
**Versions**
Spoofax version: Spoofax 3 (local branch at https://github.com/RvanBaarle/spoofax-pie/develop), using nabl repository at commit [36b9fad6](https://github.com…
-
Consider the following fake module:
```nix
{
config,
lib,
...
}: let
cfg = config.foo;
in {
options.foo.start = lib.mkOption {
type = with lib.types; either bool (enum ["grap…
-
When running statix on [this file](https://github.com/josqu4red/nix-config/blob/main/lib/default.nix) - which is otherwise valid and working - I get this output:
```
[bin/src/config.rs:79] [self.ign…
-
## Summary
Changing the start symbol causes an error in the Statix pre/post-analyze strategy, because it refers to the start symbol.
## What you did
Change the start symbol.
## What you expect…
Gohla updated
3 years ago
-
There's at least few useful CI/pre-commit checks we could add:
- deadnix, statix
- check if compiled-scripts are up to date
- spaces at eol/newlines at eof
- purescript/spago/js formatters
…
-
As titled:
```
$ deadnix --exclude packages/shells/cod/default.nix -- \
| grep packages --context=3
70 │ (final: prev: {
│ ╰─── Unused lambda argum…
-
There are cases where we may want to test a value that may or may not be a boolean like so `if v == true`. Statix currently suggests I reduce this to `if v`.
If I do the reduction, and `v` is not a…
-
From the meeting notes where this action item was created:
- Lower level Telemetry.Metrics interface in Erlang
- Currently using Structs and Protocols, so hard to convert to Erlang
- Docs mig…
-
### Describe the bug
When using `gitignoreSource` in a flake with a very recent nix built from `master` it fails with an error:
> error: the path '~/.gitconfig' can not be resolved in pure mode
…
-
Dear Alboukadel Kassambara and others
I am creating a correlogram using rstatix and cor_plot within r_statix package. The variable I used to created correlegram was 10 in number. My correlogram sho…