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

avnomad / dop-parser / 22

Builds Branch Commit Type Ran Committer Via Coverage
22 default Updated dockerfile to account for bugs in `dmd` and `dub`. I've been spending most of my time writing and running unit tests lately and I had not run the application for a while. When I finally tried, I realised I couldn't build it any more! The ... push 25 Jul 2020 01:16AM UTC avnomad travis-ci pending completion   set done
21 default First take on using D's safety attributes. Annotated all modules with the `@safe` attribute although I had to use the `@trusted` and `@system` attributes on some functions for the program to compile. Intuitively all code written so far in this p... push 18 Jul 2020 04:29AM UTC avnomad travis-ci pending completion   set done
20 default Made a number of improvements to the runUnitTests function. 1. Added additional logging to include the file and line number of the test suite that is starting, when a test suite starts as well as the time when this happens. 2. Modified ... push 20 Jun 2020 01:09AM UTC avnomad travis-ci pending completion   set done
18 default Added 155 new unit tests for the parseInfixExpression function. Those covered negative tests with distfix and confix operators but without juxtaposition, prefix, infix or postfix operators and no operands. Cases with 1-3 tokens were covered. --H... push 20 Jun 2020 12:44AM UTC avnomad travis-ci pending completion   set done
19 v0.5.3 Addressed an issue where the expected error message wouldn't be produced. Before the fix, invalid expressions where a separator would appear just before a terminator or end-of-input produced either an assertion error (if enabled) or empty output.... push 20 Jun 2020 12:44AM UTC avnomad travis-ci pending completion   set done
17 default Rounded up a number of small changes. Mostly documentation and formatting. A number of those changes were suggested by the linter. - Removed a redundant semicolon. - Added comments and notes. - Wrapped lines longer than 120 characters. - Added u... push 08 Jun 2020 07:41PM UTC avnomad travis-ci pending completion   set done
16 default Modified runUnitTests to accept an input range instead of an array. That should make it more general and reusable and obviate the need to convert standard algorithm outputs to arrays (allocating memory in the process) before passing them as argum... push 08 Jun 2020 12:54AM UTC avnomad travis-ci pending completion   set done
15 default Added negative unit tests involving juxtaposition for the dop-parser. All operator definitions used in the sans-juxtaposition test cases were left intact and the juxtaposition operator was added to them. In addition all the test inputs remained t... push 06 Jun 2020 02:08AM UTC avnomad travis-ci pending completion   set done
13 v0.5.2 Addressed an issue where a missleading error message could be produced. Before the fix, invalid expressions where multiple infix operators appeared between two operands and/or operators appeared in a non-sensical order, the same message as for th... push 30 May 2020 01:01AM UTC avnomad travis-ci pending completion   set done
14 default Added ~300 new negative unit tests for the dop-parser. Those covered cases with 4 tokens where 1 or 2 of them were operators. What remains is to add tests with 4 tokens where 3 of them are operators and also cases where juxtaposition is defined. ... push 30 May 2020 01:01AM UTC avnomad travis-ci pending completion   set done
12 default Removed gdc from build matrix in TravisCI configuration. `apt-get install gdc-8` resulted in `E: Unable to locate package gdc-8` in TravisCI environment even after `apt-get update`. In `docker` bionic container I have no trouble installing this v... push 23 May 2020 02:34AM UTC avnomad travis-ci pending completion   set done
11 default Attempting to specify a specific gdc package version in travis.yml. `apt-get update` was executed, but `gdc-5` still got installed. In the bionic `docker` containers I spin up locally specifying `gdc-8` isn't required (that version is selected au... push 23 May 2020 02:16AM UTC avnomad travis-ci pending completion   set done
10 default Changed the way package manager index update is initiated in travis.yml. Not sure why the `update` option in the `apt` section wasn't respected, but I'll be trying to update manually before installing `gdc` this time. That's because with previous... push 23 May 2020 02:01AM UTC avnomad travis-ci pending completion   set done
9 default Fixed issue with workaround to make gdc work on continuous integration server. Since I'm using `deactivate` to reset the environment variables set by `install.sh` the `dub` version installed by the latter isn't available any more and I need to in... push 23 May 2020 01:42AM UTC avnomad travis-ci pending completion   set done
8 default Further updated TravisCI configuration to account for recent developments. - Changed build matrix to target the minimum required versions of compilers (as specified in package desciption) instead of the most recent ones. This should help keep... push 23 May 2020 01:32AM UTC avnomad travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • 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