-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Label
Projects
Milestones
Assignee
Sort
Issues list
Transform applied composition to application
enhancement
New feature or request
#339
opened Feb 5, 2025 by
jfmengels
Simplify "x |> List.map f |> Json.Encode.list g" to "x |> Json.Encode.list (f >> g)"
#338
opened Feb 5, 2025 by
jfmengels
Merge composition with lambdas
enhancement
New feature or request
#337
opened Feb 5, 2025 by
jfmengels
String.join / String.concat with a single element
enhancement
New feature or request
help wanted
Extra attention is needed
#336
opened Jan 18, 2025 by
miniBill
Further Tuple.mapFirst / Tuple.mapSecond simplification
enhancement
New feature or request
help wanted
Extra attention is needed
#335
opened Jan 14, 2025 by
jfmengels
Dict.filter (\k _ -> k /= foo)
=> Dict.remove foo
enhancement
#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
#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
repeat a value, then map is equivalent to repeat the mapped value
enhancement
New feature or request
#298
opened Mar 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
Reassembling all parts of a whole can be replaced by the original whole
enhancement
New feature or request
#294
opened Mar 6, 2024 by
lue-bird
Simplify Something isn't working
help wanted
Extra attention is needed
case
if all branches are the same
bug
#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
Previous Next
ProTip!
Type g p on any issue or pull request to go back to the pull request listing page.