• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

abs-lang / abs / 1317

Builds Branch Commit Type Ran Committer Via Coverage
1317 1.12.0 Merge branch '1.12.x' push 30 Mar 2020 07:36PM UTC odino travis-ci-com
75.9
1316 master Merge branch '1.12.x' push 30 Mar 2020 07:36PM UTC odino travis-ci-com
75.9
1315 master Merge branch '1.11.x' cron 30 Mar 2020 08:58AM UTC odino travis-ci-com
73.57
1314 master Merge branch '1.11.x' cron 29 Mar 2020 08:57AM UTC odino travis-ci-com
73.57
1313 1.12.x updated wasm distribution Pull #336 28 Mar 2020 01:44PM UTC web-flow travis-ci-com
75.9
1312 1.12.x updated wasm distribution push 28 Mar 2020 01:43PM UTC odino travis-ci-com
75.9
1308 array-flatten array.partition(fn) Partitions the array by applying `fn` to all of its elements: ```py f odd(n) { return !!(n % 2) } [0, 1, 2, 3, 4, 5].partition(odd) # [[0, 2, 4], [1, 3, 5]] [1, "1", {}].partition(str) # [[1, "1"], [{}]] ``` push 28 Mar 2020 01:41PM UTC odino travis-ci-com
75.9
1306 array-flatten-deep array.partition(fn) Partitions the array by applying `fn` to all of its elements: ```py f odd(n) { return !!(n % 2) } [0, 1, 2, 3, 4, 5].partition(odd) # [[0, 2, 4], [1, 3, 5]] [1, "1", {}].partition(str) # [[1, "1"], [{}]] ``` push 28 Mar 2020 01:39PM UTC odino travis-ci-com
75.9
1303 array-max array.partition(fn) Partitions the array by applying `fn` to all of its elements: ```py f odd(n) { return !!(n % 2) } [0, 1, 2, 3, 4, 5].partition(odd) # [[0, 2, 4], [1, 3, 5]] [1, "1", {}].partition(str) # [[1, "1"], [{}]] ``` push 28 Mar 2020 01:37PM UTC odino travis-ci-com
75.9
1301 array-min array.partition(fn) Partitions the array by applying `fn` to all of its elements: ```py f odd(n) { return !!(n % 2) } [0, 1, 2, 3, 4, 5].partition(odd) # [[0, 2, 4], [1, 3, 5]] [1, "1", {}].partition(str) # [[1, "1"], [{}]] ``` push 28 Mar 2020 01:35PM UTC odino travis-ci-com
75.9
1300 array-reduce array.partition(fn) Partitions the array by applying `fn` to all of its elements: ```py f odd(n) { return !!(n % 2) } [0, 1, 2, 3, 4, 5].partition(odd) # [[0, 2, 4], [1, 3, 5]] [1, "1", {}].partition(str) # [[1, "1"], [{}]] ``` push 28 Mar 2020 01:35PM UTC odino travis-ci-com
75.9
1299 array-partition array.partition(fn) Partitions the array by applying `fn` to all of its elements: ```py f odd(n) { return !!(n % 2) } [0, 1, 2, 3, 4, 5].partition(odd) # [[0, 2, 4], [1, 3, 5]] [1, "1", {}].partition(str) # [[1, "1"], [{}]] ``` Pull #353 28 Mar 2020 01:32PM UTC web-flow travis-ci-com
75.9
1298 array-partition array.partition(fn) Partitions the array by applying `fn` to all of its elements: ```py f odd(n) { return !!(n % 2) } [0, 1, 2, 3, 4, 5].partition(odd) # [[0, 2, 4], [1, 3, 5]] [1, "1", {}].partition(str) # [[1, "1"], [{}]] ``` push 28 Mar 2020 01:31PM UTC odino travis-ci-com
75.9
1297 array-reduce array.reduce(fn, acc) Reduces the array to a value by iterating through its elements and applying `fn` to them: ```py [1, 2, 3, 4].reduce(f(value, element) { return value + element }, 0) # 10 [1, 2, 3, 4].reduce(f(value, element) { return value ... Pull #352 28 Mar 2020 12:54PM UTC web-flow travis-ci-com
75.73
1296 array-reduce array.reduce(fn, acc) Reduces the array to a value by iterating through its elements and applying `fn` to them: ```py [1, 2, 3, 4].reduce(f(value, element) { return value + element }, 0) # 10 [1, 2, 3, 4].reduce(f(value, element) { return value ... push 28 Mar 2020 12:54PM UTC odino travis-ci-com
75.73
  • ← Previous
  • 1
  • 2
  • …
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • …
  • 108
  • 109
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc