Skip to content

Commit

Permalink
Merge pull request #9 from finaldie/0.8
Browse files Browse the repository at this point in the history
Merge branch 0.8 into master
  • Loading branch information
finaldie committed Jan 2, 2019
2 parents 14dc9dd + b4feca9 commit 0216c7d
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 179 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,5 @@ cscope.*
# deployment directory
run/**
tests/run/**

compile_commands.json
4 changes: 2 additions & 2 deletions .ycm_extra_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ def PythonSysPath(**kwargs):
'-I',
'.',
'-I',
'./src/common/c/src',
'./src/common-cpp/src',
'-I',
'./src/common/c/tests',
'./src/common-cpp/tests',
'-isystem',
'/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/include',
'-isystem',
Expand Down
3 changes: 3 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* 2019-01-01 0.8.3
* Upgrade `skull` to 1.4.3
* Refine python style
* 2019-01-01 0.8.2
* Upgrade `skull` to 1.4.2
* Refine code structure
Expand Down
4 changes: 2 additions & 2 deletions src/modules/response/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ def module_pack(txn, txndata):
duration = (time.time() - sharedData.startTime) * 1000
logger.info(
'ModulePack',
'Peer: {}:{} {} ,Duration: {} ms ,filtered: {} ,Question: {} \
,type: {}, {} Answers: {}'
'Peer: {}:{} {} ,Duration: {:.3f} ms ,filtered: {} ,Question: {} '
',type: {}, {} Answers: {}'
.format(peerName, peerPort, peerType, duration, nFiltered,
question, qtype, nAnswers, ips))

Expand Down
2 changes: 1 addition & 1 deletion src/services/dns
Submodule dns updated 2 files
+0 −173 .ycm_extra_conf.py
+32 −39 src/cache.cpp
173 changes: 0 additions & 173 deletions src/services/ranking/.ycm_extra_conf.py

This file was deleted.

0 comments on commit 0216c7d

Please sign in to comment.