Skip to content

Issues: jfmengels/elm-review-simplify

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Dict.filter (\k _ -> k /= foo) => Dict.remove foo enhancement New feature or request
#327 opened Dec 18, 2024 by miniBill
Remove duplicate entries in Set.fromList/Dict.fromList enhancement New feature or request help wanted Extra attention is needed
#326 opened Dec 13, 2024 by jfmengels
Simplify Dict.get comparison with Maybe to Dict.member enhancement New feature or request help wanted Extra attention is needed
#324 opened Dec 2, 2024 by jfmengels
Removes thunk in decoder, causes infinite loop bug Something isn't working help wanted Extra attention is needed
#318 opened Aug 24, 2024 by agj
List.foldr (++) "" enhancement New feature or request help wanted Extra attention is needed
#317 opened Aug 24, 2024 by miniBill
Simplify Task.perform/Task.attempt when used with identity and Cmd enhancement New feature or request help wanted Extra attention is needed
#316 opened Aug 1, 2024 by jfmengels
Merging of let..in can lead to naming collisions bug Something isn't working help wanted Extra attention is needed
#313 opened Jun 26, 2024 by jfmengels
Simplify Dict.keys/values >> List.fold enhancement New feature or request help wanted Extra attention is needed
#308 opened Apr 30, 2024 by jfmengels
eta-reduce lambdas in pipelines and function calls enhancement New feature or request help wanted Extra attention is needed
#307 opened Apr 30, 2024 by jfmengels
More List.minimum/maximum simplifications enhancement New feature or request help wanted Extra attention is needed
#306 opened Apr 16, 2024 by jfmengels
many more repeat simplifications enhancement New feature or request
#304 opened Apr 7, 2024 by lue-bird
filter, then isEmpty is equivalent to not any enhancement New feature or request
#297 opened Mar 7, 2024 by lue-bird
element count >= 0 is always true enhancement New feature or request
#295 opened Mar 6, 2024 by lue-bird
Simplify case if all branches are the same bug Something isn't working help wanted Extra attention is needed
#292 opened Mar 4, 2024 by miniBill
List.member on Dict.keys/Set.toList -> Dict/Set.member enhancement New feature or request help wanted Extra attention is needed
#290 opened Feb 24, 2024 by morteako
Simplifications for Parser enhancement New feature or request help wanted Extra attention is needed
#288 opened Feb 20, 2024 by jfmengels
11 tasks
Result.toMaybe,Maybe.map,Maybe.withDefault -> Result.map,Result.withDefault enhancement New feature or request help wanted Extra attention is needed
#287 opened Feb 9, 2024 by Janiczek
combine map, then map(N)
#284 opened Oct 23, 2023 by miniBill
More simplifications for List.take and List.drop enhancement New feature or request help wanted Extra attention is needed
#268 opened Oct 9, 2023 by morteako
operations with NaN enhancement New feature or request
#258 opened Oct 7, 2023 by lue-bird
Merge record updates enhancement New feature or request
#235 opened Oct 2, 2023 by jfmengels
if inside case enhancement New feature or request
#229 opened Oct 2, 2023 by miniBill
Suggestion: Remove n * 1 simplification question Further information is requested
#198 opened Sep 24, 2023 by jfmengels
ProTip! Add no:assignee to see everything that’s not assigned.