Andrew Summers

Results 22 issues of Andrew Summers

Relates to https://github.com/edgurgel/tentacat/issues/112 These work for me locally and I need them for something I'm doing, so I figured I'd shoot the PR up with the additions. I have not...

In tables with partitions, the `Changes` code does not seem to support filtering e.g. `indexes`, `constraints`, `tables` where the associated table is a partition. For tables that support time based...

undecided

See https://github.com/jeremyjh/dialyxir/issues/182

So inside a `mix.exs` file, you can read files from `priv`, and in order to play nicely with different tools that interact with version files, it might be nice to...

See changes in #30 The semver tags get filtered in 3-4 places currently and can be filtered on ingress. This requires perhaps opening the `GitOps.Version.parse` code up but I think...

Due to the way `--initial` works currently, it forces a script writer to check for the existence of `CHANGELOG.md` or similar to know to call with this flag or not....

Various other tools require knowledge of the git repo, e.g. `ex_doc` in `mix.exs` and also allow configuration via the `mix.exs` file. [You have](https://github.com/zachdaniel/git_ops/blob/master/mix.exs#L16) it [twice](https://github.com/zachdaniel/git_ops/blob/master/mix.exs#L42) (see also the typo in...

enhancement
good first issue

Because of the history of Erlex being inside Dialyxir, we throw on errors because it was used as a sort of control flow. This is gross and nonidiomatic for cross...

### Current behavior Dialyxir rc6 When using `:ignore_warnings`, it does not show the `Total errors: 1, Skipped: 0, Unnecessary Skips: 0` count like it does when not ignoring warnings. ###...

bug

- [ ] `Dialyxir.Warnings.AppCall` - [x] `Dialyxir.Warnings.Apply` - [ ] `Dialyxir.Warnings.BinaryConstruction` - [x] `Dialyxir.Warnings.Call` - [x] `Dialyxir.Warnings.CallToMissingFunction` - [ ] `Dialyxir.Warnings.CallWithOpaque` - [ ] `Dialyxir.Warnings.CallWithoutOpaque` - [x] `Dialyxir.Warnings.CallbackArgumentTypeMismatch` - [x]...

help wanted