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

abs-lang / abs / 528

Builds Branch Commit Type Ran Committer Via Coverage
528 1.4.x hash.str() should convert to a valid JSON string, closes #197 The main issue here is that when we convert to a string, we use the raw value of the AST object. The raw value for a string is `string`, but that is not valid json (should be `"string"... push 10 May 2019 09:57PM UTC odino travis-ci-com
70.78
527 implicit-return-value Implicit return values (`null`), closes #217 This PR makes it possible to skip specifying a return value, a common scenario when we want to exit, for example, an IF statement: ``` if something { return; } ``` Note that a value-less return sta... Pull #219 10 May 2019 07:27PM UTC web-flow travis-ci-com
70.32
526 implicit-return-value Implicit return values (`null`), closes #217 This PR makes it possible to skip specifying a return value, a common scenario when we want to exit, for example, an IF statement: ``` if something { return; } ``` Note that a value-less return sta... push 10 May 2019 07:24PM UTC odino travis-ci-com
70.93
525 hash-str-should-convert-to-valid-json hash.str() should convert to a valid JSON string, closes #197 The main issue here is that when we convert to a string, we use the raw value of the AST object. The raw value for a string is `string`, but that is not valid json (should be `"string"... Pull #218 10 May 2019 06:47PM UTC web-flow travis-ci-com
70.78
524 hash-str-should-convert-to-valid-json hash.str() should convert to a valid JSON string, closes #197 The main issue here is that when we convert to a string, we use the raw value of the AST object. The raw value for a string is `string`, but that is not valid json (should be `"string"... push 10 May 2019 06:44PM UTC odino travis-ci-com
70.78
521 underscores-in-numeric-literals upgrade go version on travis Pull #215 10 May 2019 01:48PM UTC web-flow travis-ci-com
70.98
520 underscores-in-numeric-literals upgrade go version on travis push 10 May 2019 01:44PM UTC odino travis-ci-com
70.98
519 go-mod Go modules Last week @mingwho introduced me to `go mod` and, even though this is the 20th attempt at implementing vendoring/modules in Golang, it looks like this one might be it. Mandatory XKCD: ![http://imgs.xkcd.com/comics/standards.png](http... Pull #216 10 May 2019 01:41PM UTC web-flow travis-ci-com
70.99
518 go-mod Go modules Last week @mingwho introduced me to `go mod` and, even though this is the 20th attempt at implementing vendoring/modules in Golang, it looks like this one might be it. Mandatory XKCD: ![http://imgs.xkcd.com/comics/standards.png](http... push 10 May 2019 01:40PM UTC odino travis-ci-com
70.99
517 underscores-in-numeric-literals Numeric separators: 1_000_000 This PR adds support to underscores in numeric literals, following the footsteps of [Python 3](https://www.python.org/dev/peps/pep-0515/#implementation) and [JS](https://github.com/tc39/proposal-numeric-separator). ... Pull #215 10 May 2019 12:59PM UTC web-flow travis-ci-com
5.38
516 underscores-in-numeric-literals Numeric separators: 1_000_000 This PR adds support to underscores in numeric literals, following the footsteps of [Python 3](https://www.python.org/dev/peps/pep-0515/#implementation) and [JS](https://github.com/tc39/proposal-numeric-separator). ... push 10 May 2019 12:57PM UTC odino travis-ci-com
5.38
514 underscores-in-numeric-literals Numeric separators: 1_000_000 This PR adds support to underscores in numeric literals, following the footsteps of [Python 3](https://www.python.org/dev/peps/pep-0515/#implementation) and [JS](https://github.com/tc39/proposal-numeric-separator). ... push 10 May 2019 12:54PM UTC odino travis-ci-com
5.38
513 master Merge branch '1.3.x' cron 09 May 2019 06:14AM UTC odino travis-ci-com
70.99
512 master Merge branch '1.3.x' cron 07 May 2019 06:14AM UTC odino travis-ci-com
70.99
511 1.4.x Tracking PR for version 1.4.x Pull #213 05 May 2019 06:56AM UTC web-flow travis-ci-com
70.99
  • ← Previous
  • 1
  • 2
  • …
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • …
  • 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