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

abs-lang / abs / 1163

Builds Branch Commit Type Ran Committer Via Coverage
1163 fn-call Ability to call a function with dynamic arguments: fn.call(args) `call` calls a function with the arguments passed: ``` bash multiplier = f(x, y) { x * y } multiplier.call([10, 2]) # 20 ``` Pull #323 15 Feb 2020 12:07PM UTC web-flow travis-ci-com
72.37
1162 fn-call Ability to call a function with dynamic arguments: fn.call(args) `call` calls a function with the arguments passed: ``` bash multiplier = f(x, y) { x * y } multiplier.call([10, 2]) # 20 ``` push 15 Feb 2020 12:06PM UTC odino travis-ci-com
72.37
1161 master updated js distribution cron 15 Feb 2020 08:38AM UTC odino travis-ci-com
72.35
1160 decorators Decorators & dynamic function arguments Pull #321 14 Feb 2020 12:51PM UTC web-flow travis-ci-com
72.96
1159 decorators Decorators & dynamic function arguments push 14 Feb 2020 12:49PM UTC odino travis-ci-com
72.96
1158 decorators Decorators & dynamic function arguments push 14 Feb 2020 12:46PM UTC odino travis-ci-com
72.96
1157 named-functions Named functions Functions can now be "named": ``` f my_func(x) { return x**2 } ``` Earlier, you would have had to assign the function to a variable: ``` my_func = f(x) { return x**2 } ``` while right now function names are first-class cit... Pull #319 14 Feb 2020 11:32AM UTC web-flow travis-ci-com
72.34
1156 named-functions Named functions Functions can now be "named": ``` f my_func(x) { return x**2 } ``` Earlier, you would have had to assign the function to a variable: ``` my_func = f(x) { return x**2 } ``` while right now function names are first-class cit... push 14 Feb 2020 11:30AM UTC odino travis-ci-com
72.34
1155 master updated js distribution cron 14 Feb 2020 08:37AM UTC odino travis-ci-com
72.35
1154 master updated js distribution cron 13 Feb 2020 08:37AM UTC odino travis-ci-com
72.35
1153 1.11.x Tracking PR for 1.11.x Pull #311 11 Feb 2020 06:02PM UTC web-flow travis-ci-com
72.35
1152 1.11.x Tracking PR for 1.11.x push 11 Feb 2020 06:00PM UTC odino travis-ci-com
72.35
1151 1.10.1 updated js distribution push 11 Feb 2020 05:58PM UTC odino travis-ci-com
72.35
1150 master updated js distribution push 11 Feb 2020 05:56PM UTC odino travis-ci-com
72.35
1149 1.10.x updated js distribution Pull #318 11 Feb 2020 05:54PM UTC web-flow travis-ci-com
72.3
  • ← Previous
  • 1
  • 2
  • …
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • …
  • 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