Skip to content
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.

Switch to xml2 #102

Merged
merged 20 commits into from Apr 29, 2015
Merged

Switch to xml2 #102

merged 20 commits into from Apr 29, 2015

Conversation

jzhaoo
Copy link
Contributor

@jzhaoo jzhaoo commented Apr 15, 2015

  • depend on xml2 for parsing and handling response of GET, big speed boost for consume functions

after_success:
git log -n 1 --format=%B | grep -iq "covr"; if [ $? -eq 0 ]; then echo "Checking test coverage with covr"; Rscript -e 'library(covr);coveralls()'; fi

after_success: git log -n 1 --format=%B | grep -iq "covr"; if [ $? -eq 0 ]; then echo
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you mean to introduce a line break here? The ugly long line was originally intentional but maybe you've verified it still works WITH the line break? If not, please put this back the way it was and make a commit including [covr] both to check this is in working order and to update the test coverage info.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The line break was introduced when the decryption command was added to .travis.yml and it doesn't seem to cause any trouble as shown by the passing build ... Change it back anyways?

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But we won't know if it causes trouble unless that gets executed, i.e. when the commit message includes [covr]. This is conditional on the commit msg.

jennybc pushed a commit that referenced this pull request Apr 29, 2015
switch to xml2 for *reading* XML
@jennybc jennybc merged commit e694357 into master Apr 29, 2015
@jennybc jennybc deleted the switch-to-xml2 branch April 29, 2015 04:48
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants