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

abs-lang / abs / 826

Builds Branch Commit Type Ran Committer Via Coverage
826 number-abbr Number abbreviations This PR adds the ability to abbreviate numbers by specifying `k`, `m`, `b` or `t` as a suffix to the number (the suffix is case-insensitive, so the uppercase counterparts work). ``` 1k / 1m # 0.001 1k + 2 # 1002 ``` push 17 Aug 2019 10:41AM UTC odino travis-ci-com
71.07
825 reverse-search Reverse search through Ctrl+R, closes #206 This PR adds the ability to do reverse search in the ABS shell. It works a little bit differently than the regular bash reverse search as it's not multi-line. Start typing the string you want to search ... Pull #265 17 Aug 2019 10:38AM UTC web-flow travis-ci-com pending completion   set done
824 reverse-search Reverse search through Ctrl+R, closes #206 This PR adds the ability to do reverse search in the ABS shell. It works a little bit differently than the regular bash reverse search as it's not multi-line. Start typing the string you want to search ... push 17 Aug 2019 10:35AM UTC odino travis-ci-com pending completion   set done
823 1.7.x exit() should support a dying message, closes #261 ``` exit(99) exit(99, "I'm gone...") ``` Pull #256 17 Aug 2019 10:32AM UTC web-flow travis-ci-com
70.93
822 1.7.x exit() should support a dying message, closes #261 ``` exit(99) exit(99, "I'm gone...") ``` push 17 Aug 2019 10:28AM UTC odino travis-ci-com
70.93
821 replace-array str.replace supports a short form that doesn't require the n argument, closes #262 ``` "aaaa".replace("a", "x") # "xxxx" ``` Pull #267 17 Aug 2019 10:25AM UTC web-flow travis-ci-com
71.08
820 replace-array str.replace supports a short form that doesn't require the n argument, closes #262 ``` "aaaa".replace("a", "x") # "xxxx" ``` push 17 Aug 2019 10:21AM UTC odino travis-ci-com
71.29
819 number-abbr Number abbreviations This PR adds the ability to abbreviate numbers by specifying `k`, `m`, `b` or `t` as a suffix to the number (the suffix is case-insensitive, so the uppercase counterparts work). ``` 1k / 1m # 0.001 1k + 2 # 1002 ``` Pull #269 17 Aug 2019 10:18AM UTC web-flow travis-ci-com
74.35
818 number-abbr Number abbreviations This PR adds the ability to abbreviate numbers by specifying `k`, `m`, `b` or `t` as a suffix to the number (the suffix is case-insensitive, so the uppercase counterparts work). ``` 1k / 1m # 0.001 1k + 2 # 1002 ``` push 17 Aug 2019 10:15AM UTC odino travis-ci-com
71.28
817 master Merge branch 'playground' cron 17 Aug 2019 07:05AM UTC odino travis-ci-com
71.14
816 replace-short-form str.replace supports a short form that doesn't require the n argument, closes #262 ``` "aaaa".replace("a", "x") # "xxxx" ``` Pull #268 16 Aug 2019 01:07PM UTC web-flow travis-ci-com
71.29
815 replace-short-form str.replace supports a short form that doesn't require the n argument, closes #262 ``` "aaaa".replace("a", "x") # "xxxx" ``` push 16 Aug 2019 01:04PM UTC odino travis-ci-com
71.29
814 replace-array str.replace accepts an array or replacements, closes #263 ``` "string".replace(["i", "g"], "o", -1) # "strono" ``` Pull #267 16 Aug 2019 01:02PM UTC web-flow travis-ci-com
70.63
813 replace-array str.replace accepts an array or replacements, closes #263 ``` "string".replace(["i", "g"], "o", -1) # "strono" ``` push 16 Aug 2019 12:55PM UTC odino travis-ci-com
71.21
812 reverse-search Reverse search through Ctrl+R, closes #206 This PR adds the ability to do reverse search in the ABS shell. It works a little bit differently than the regular bash reverse search as it's not multi-line. Start typing the string you want to search ... Pull #265 16 Aug 2019 12:43PM UTC web-flow travis-ci-com pending completion   set done
  • ← Previous
  • 1
  • 2
  • …
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • …
  • 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