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

abs-lang / abs / 1239

Builds Branch Commit Type Ran Committer Via Coverage
1239 fn-clamp number.clamp(min, max) Clamps the number between min and max: ``` bash 10.clamp(0, 100) # 10 10.clamp(0, 5) # 5 10.clamp(50, 100) # 50 1.5.clamp(2.5, 3) # 2.5 ``` Pull #339 23 Mar 2020 11:30PM UTC web-flow travis-ci-com
73.68
1238 fn-clamp number.clamp(min, max) Clamps the number between min and max: ``` bash 10.clamp(0, 100) # 10 10.clamp(0, 5) # 5 10.clamp(50, 100) # 50 1.5.clamp(2.5, 3) # 2.5 ``` push 23 Mar 2020 11:29PM UTC odino travis-ci-com
73.68
1237 fn-chunk array.chunk(x) Splits the array into chunks of the given size: ```bash [1, 2, 3].chunk(2) # [[1, 2], [3]] [1, 2, 3].chunk(10) # [[1,2,3]] [1, 2, 3].chunk(1.2) # argument to chunk must be a positive integer, got '1.2' ``` Pull #338 23 Mar 2020 11:18PM UTC web-flow travis-ci-com
73.68
1236 fn-chunk array.chunk(x) Splits the array into chunks of the given size: ```bash [1, 2, 3].chunk(2) # [[1, 2], [3]] [1, 2, 3].chunk(10) # [[1,2,3]] [1, 2, 3].chunk(1.2) # argument to chunk must be a positive integer, got '1.2' ``` push 23 Mar 2020 11:17PM UTC odino travis-ci-com
73.68
1235 1.12.x Split tests for builtin functions Everything in its own module, and every function has its own test. Should be much easier to locate / navigate stuff. Pull #336 23 Mar 2020 11:16PM UTC web-flow travis-ci-com
73.57
1234 1.12.x Split tests for builtin functions Everything in its own module, and every function has its own test. Should be much easier to locate / navigate stuff. push 23 Mar 2020 11:15PM UTC odino travis-ci-com
73.57
1233 fn-chunk array.chunk(x) Splits the array into chunks of the given size: ```bash [1, 2, 3].chunk(2) # [[1, 2], [3]] [1, 2, 3].chunk(10) # [[1,2,3]] [1, 2, 3].chunk(1.2) # argument to chunk must be a positive integer, got '1.2' ``` Pull #338 23 Mar 2020 11:13PM UTC web-flow travis-ci-com
73.68
1232 fn-chunk array.chunk(x) Splits the array into chunks of the given size: ```bash [1, 2, 3].chunk(2) # [[1, 2], [3]] [1, 2, 3].chunk(10) # [[1,2,3]] [1, 2, 3].chunk(1.2) # argument to chunk must be a positive integer, got '1.2' ``` push 23 Mar 2020 11:13PM UTC odino travis-ci-com
73.68
1231 builtin-functions-tests Split tests for builtin functions Everything in its own module, and every function has its own test. Should be much easier to locate / navigate stuff. Pull #337 23 Mar 2020 10:33PM UTC web-flow travis-ci-com
73.57
1230 builtin-functions-tests Split tests for builtin functions Everything in its own module, and every function has its own test. Should be much easier to locate / navigate stuff. push 23 Mar 2020 10:31PM UTC odino travis-ci-com
73.57
1229 1.12.x Simplified documentation and build process Now we're using build flags and removed references to the version in the docs. Releasing is just a matter of updating the `VERSION` file and `make release`. Pull #336 23 Mar 2020 10:26PM UTC web-flow travis-ci-com
73.57
1228 1.12.x Simplified documentation and build process Now we're using build flags and removed references to the version in the docs. Releasing is just a matter of updating the `VERSION` file and `make release`. push 23 Mar 2020 10:26PM UTC odino travis-ci-com
73.57
1227 simplified-installer Simplified documentation and build process Now we're using build flags and removed references to the version in the docs. Releasing is just a matter of updating the `VERSION` file and `make release`. Pull #335 23 Mar 2020 09:53PM UTC web-flow travis-ci-com
73.57
1226 1.12.x Merge branch '1.11.x' push 23 Mar 2020 09:52PM UTC odino travis-ci-com
73.57
1225 simplified-installer Simplified documentation and build process Now we're using build flags and removed references to the version in the docs. Releasing is just a matter of updating the `VERSION` file and `make release`. push 23 Mar 2020 09:03PM UTC odino travis-ci-com
73.57
  • ← Previous
  • 1
  • 2
  • …
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • …
  • 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