Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / jfmengels/elm-review-simplify issues and pull requests

#114 - Bump semver from 5.7.1 to 5.7.2

Pull Request - State: open - Opened by dependabot[bot] about 1 year ago
Labels: dependencies

#113 - Report empty lists in the list for List.concat

Pull Request - State: closed - Opened by jfmengels about 1 year ago

#112 - Simplify to a more optimized mapping operations

Issue - State: open - Opened by jfmengels over 1 year ago

#111 - Simplify `x |> (\y -> f y)` into `f x`

Issue - State: open - Opened by lydell over 1 year ago

#110 - Simplify `List.any ((==) x)` into `List.member x`

Issue - State: open - Opened by lydell over 1 year ago

#109 - Add simplifications for elm/random

Issue - State: open - Opened by jfmengels over 1 year ago
Labels: enhancement, help wanted

#108 - Add simplifications for elm-explorations/test

Issue - State: open - Opened by jfmengels over 1 year ago - 2 comments
Labels: enhancement, help wanted

#107 - Add more tests for List.append

Pull Request - State: closed - Opened by jfmengels over 1 year ago

#106 - Add source code extractor to checkInfo

Pull Request - State: closed - Opened by lue-bird over 1 year ago - 1 comment
Labels: enhancement

#105 - Fix #104

Pull Request - State: closed - Opened by lue-bird over 1 year ago - 1 comment
Labels: bug

#104 - `List.append` bug – keeps adding more and more lines

Issue - State: closed - Opened by lydell over 1 year ago - 3 comments

#103 - WIP: Add case pattern catch simplifications

Pull Request - State: open - Opened by lue-bird over 1 year ago
Labels: enhancement

#102 - Add simplifications for Dict.toList, then List.map tuple part access

Pull Request - State: closed - Opened by lue-bird over 1 year ago
Labels: enhancement

#101 - Normalize >> and <<

Pull Request - State: closed - Opened by jfmengels over 1 year ago

#100 - Add ability to reduce lambdas

Pull Request - State: closed - Opened by lue-bird over 1 year ago
Labels: enhancement

#99 - Simplify wrappings and/or matching for case expressions

Issue - State: open - Opened by jfmengels over 1 year ago
Labels: enhancement, proposal

#98 - Add Result.mapError simplifications

Pull Request - State: closed - Opened by lue-bird over 1 year ago

#97 - Add Result.toMaybe simplifications

Pull Request - State: closed - Opened by lue-bird over 1 year ago
Labels: enhancement

#96 - Add Dict.partition simplifications

Pull Request - State: closed - Opened by lue-bird over 1 year ago

#95 - Add Set.fromList singleton simplifications

Pull Request - State: closed - Opened by lue-bird over 1 year ago - 1 comment

#94 - Add Set.fromList singleton simplifications

Pull Request - State: closed - Opened by lue-bird over 1 year ago

#93 - Various performance speedups

Pull Request - State: closed - Opened by jfmengels over 1 year ago - 2 comments

#92 - Extract a variable for tests that use the default settings

Pull Request - State: closed - Opened by jfmengels over 1 year ago

#91 - Add Html.Attributes.classList simplifications

Pull Request - State: closed - Opened by lue-bird over 1 year ago - 1 comment
Labels: enhancement

#90 - Track bindings in scope

Pull Request - State: closed - Opened by lue-bird over 1 year ago - 1 comment
Labels: enhancement

#89 - Compute import lookup once after imports have been visited

Pull Request - State: closed - Opened by jfmengels over 1 year ago

#88 - Cache ImportLookup

Pull Request - State: closed - Opened by lue-bird over 1 year ago - 1 comment
Labels: enhancement

#87 - Fix #86

Pull Request - State: closed - Opened by lue-bird over 1 year ago
Labels: bug

#86 - List.foldl to List.sum fix loses function input

Issue - State: closed - Opened by bdukes over 1 year ago - 2 comments
Labels: bug

#85 - Simplifying `String.fromList` produces invalid code

Issue - State: closed - Opened by tfausak over 1 year ago - 3 comments
Labels: bug, help wanted

#84 - Add ImportLookup

Pull Request - State: closed - Opened by lue-bird over 1 year ago - 3 comments
Labels: enhancement

#83 - Don't simplify `String.slice 0` to `left`

Pull Request - State: closed - Opened by lue-bird over 1 year ago

#82 - Add Html.Attributes.classList simplifications

Pull Request - State: closed - Opened by lue-bird over 1 year ago - 1 comment

#81 - Bump http-cache-semantics from 4.1.0 to 4.1.1

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies

#80 - Add List.member simplifications

Pull Request - State: closed - Opened by lue-bird over 1 year ago - 1 comment

#79 - Add List.tail simplifications

Pull Request - State: closed - Opened by lue-bird over 1 year ago - 1 comment

#78 - Add List.head simplifications

Pull Request - State: closed - Opened by lue-bird over 1 year ago

#77 - fix #58 (* 0.0)

Pull Request - State: closed - Opened by lue-bird over 1 year ago - 3 comments

#76 - Add Set fold via toList simplifications

Pull Request - State: closed - Opened by lue-bird over 1 year ago - 1 comment

#75 - Don't apply List.indexedMap's checks to List.intersperse

Pull Request - State: closed - Opened by jfmengels over 1 year ago - 1 comment

#74 - Bump minimatch from 3.0.4 to 3.0.8

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies

#73 - Spelling mistake in simplification summary of Maybe.andThen

Issue - State: closed - Opened by lue-bird over 1 year ago - 1 comment

#72 - List.intersperse only accidentally works

Issue - State: closed - Opened by lue-bird over 1 year ago

#71 - Add List.append simplifications

Pull Request - State: closed - Opened by lue-bird over 1 year ago

#70 - Add List.map2-5 simplifications

Pull Request - State: closed - Opened by lue-bird over 1 year ago - 1 comment

#69 - Add all arguments to CheckInfo

Pull Request - State: closed - Opened by lue-bird over 1 year ago - 1 comment

#68 - Add String.fromList simplifications

Pull Request - State: closed - Opened by lue-bird over 1 year ago - 1 comment

#67 - Add List.unzip simplification

Pull Request - State: closed - Opened by lue-bird over 1 year ago

#66 - Clean up simplification summary

Pull Request - State: closed - Opened by lue-bird over 1 year ago

#65 - Add List.maximum simplifications

Pull Request - State: closed - Opened by lue-bird over 1 year ago

#64 - Add List.minimum simplifications

Pull Request - State: closed - Opened by lue-bird over 1 year ago - 1 comment

#63 - Add List.product simplifications

Pull Request - State: closed - Opened by lue-bird over 1 year ago - 1 comment

#62 - Add List.sum simplifications

Pull Request - State: closed - Opened by lue-bird over 1 year ago

#61 - Add List.sortBy identity simplification

Pull Request - State: closed - Opened by lue-bird over 1 year ago - 1 comment

#60 - Add tests for String.length simplifications

Pull Request - State: closed - Opened by lue-bird over 1 year ago - 1 comment

#59 - Add simplifications for List.sort, List.sortBy and List.sortWith

Pull Request - State: closed - Opened by lue-bird over 1 year ago - 1 comment

#58 - `n * 0` isn't always `0`

Issue - State: closed - Opened by lue-bird over 1 year ago - 1 comment

#57 - `List.fold l,r` checks added

Pull Request - State: closed - Opened by lue-bird over 1 year ago - 4 comments

#56 - Avoid using always when we can replace directly by the value

Pull Request - State: closed - Opened by jfmengels over 1 year ago - 2 comments

#55 - `String` operation simplifications

Pull Request - State: closed - Opened by lue-bird over 1 year ago - 7 comments

#54 - Bump express from 4.17.1 to 4.18.2

Pull Request - State: closed - Opened by dependabot[bot] almost 2 years ago
Labels: dependencies

#53 - Bump qs and express

Pull Request - State: closed - Opened by dependabot[bot] almost 2 years ago
Labels: dependencies

#52 - Add parentheses when needed when simplifying '0 - f n'

Pull Request - State: closed - Opened by jfmengels almost 2 years ago

#51 - Bug in numeral simplification

Issue - State: closed - Opened by cyberglot almost 2 years ago - 1 comment

#49 - Fix bad link in README

Pull Request - State: closed - Opened by bdukes about 2 years ago - 1 comment

#48 - Simplify case expressions that can be simplified to let variables

Pull Request - State: closed - Opened by jfmengels about 2 years ago

#47 - Simplify record access simplifications

Pull Request - State: closed - Opened by jfmengels about 2 years ago - 2 comments

#46 - The fix removed a useful comment

Issue - State: open - Opened by lydell about 2 years ago - 1 comment

#45 - Don't simplify case expressions containing custom type constructors from the project

Pull Request - State: closed - Opened by jfmengels about 2 years ago - 1 comment

#44 - Take ranges into consideration when doing inference on numbers

Pull Request - State: closed - Opened by miniBill about 2 years ago - 3 comments

#43 - Remove case branches that are handled by a wildcard pattern

Issue - State: open - Opened by jfmengels about 2 years ago - 2 comments

#42 - Strip out unnecessary parentheses in fixes

Pull Request - State: closed - Opened by jfmengels about 2 years ago

#41 - Simplify `a - a` to `0`

Issue - State: open - Opened by miniBill about 2 years ago - 10 comments

#40 - Add field access simplification for if/then/else

Pull Request - State: closed - Opened by miniBill about 2 years ago - 7 comments

#39 - Any operation applied to a `let/in` can be applied to the expression

Issue - State: open - Opened by miniBill about 2 years ago - 2 comments
Labels: enhancement

#38 - Add simplification for field access outside let/in expressions

Pull Request - State: closed - Opened by miniBill about 2 years ago

#37 - Simplify record access to unrelated field update

Pull Request - State: closed - Opened by miniBill about 2 years ago - 1 comment

#36 - Add type path to unneccesary case error

Issue - State: closed - Opened by stefan-wullems about 2 years ago - 4 comments

#35 - Simplify field access for records and record updates

Pull Request - State: closed - Opened by miniBill about 2 years ago

#34 - Simplify field access to records and record updates

Issue - State: closed - Opened by miniBill about 2 years ago

#33 - Distribute field access across `ifThenElse`, `case` and `letIn`

Issue - State: closed - Opened by miniBill about 2 years ago

#32 - Simplify nested `if`s with identical bodies

Issue - State: open - Opened by miniBill about 2 years ago

#31 - Remove redundant if conditions

Pull Request - State: closed - Opened by jfmengels about 2 years ago

#30 - New rule: NoUnreachableCode/NoUnreachableNestedCode

Issue - State: open - Opened by jfmengels about 4 years ago - 1 comment
Labels: help wanted

#29 - Rule enhancement: Don't do unnecessary destructuring

Issue - State: open - Opened by jfmengels about 2 years ago - 3 comments
Labels: enhancement, help wanted

#28 - Reproduce the available simplifications we have for Set for Dict

Issue - State: open - Opened by jfmengels about 2 years ago
Labels: enhancement, help wanted

#27 - Add normalization patterns

Issue - State: open - Opened by jfmengels about 2 years ago
Labels: enhancement

#26 - Checking for simplifiable List.length calls (+ Dict/Set)

Issue - State: open - Opened by jfmengels about 2 years ago - 1 comment
Labels: enhancement, help wanted

#25 - Simplify record field accesses

Issue - State: open - Opened by jfmengels about 2 years ago - 2 comments
Labels: help wanted

#24 - Should Simplify change field access functions to field access syntax?

Issue - State: open - Opened by jfmengels about 2 years ago - 2 comments
Labels: question

#23 - Detect redundant conditions in an `if` chain

Issue - State: closed - Opened by jfmengels about 2 years ago

#22 - Detect redundant conditions in an `if` chain

Issue - State: closed - Opened by jfmengels about 2 years ago - 4 comments

#21 - Bump shell-quote from 1.7.2 to 1.7.3

Pull Request - State: closed - Opened by dependabot[bot] over 2 years ago
Labels: dependencies

#20 - Properly determine the size of sets

Pull Request - State: closed - Opened by jiegillet over 2 years ago - 2 comments

#19 - Incorrect suggestion for `Set.size (Set.fromList [ x, y, z ])`

Issue - State: closed - Opened by jiegillet over 2 years ago - 1 comment

#18 - Bump minimist from 1.2.5 to 1.2.6

Pull Request - State: closed - Opened by dependabot[bot] over 2 years ago
Labels: dependencies

#17 - Bump ansi-regex from 5.0.0 to 5.0.1

Pull Request - State: closed - Opened by dependabot[bot] over 2 years ago
Labels: dependencies

#16 - Bump ws from 5.2.2 to 5.2.3

Pull Request - State: closed - Opened by dependabot[bot] about 3 years ago - 1 comment
Labels: dependencies

#15 - Bump path-parse from 1.0.6 to 1.0.7

Pull Request - State: closed - Opened by dependabot[bot] about 3 years ago - 1 comment
Labels: dependencies

#14 - Simplify comparisons that will always evaluate to False

Issue - State: closed - Opened by jfmengels about 3 years ago - 1 comment
Labels: enhancement, help wanted