Skip to content

Commit

Permalink
Update D-Scanner to fix some parse failures
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackerpilot committed May 12, 2016
1 parent e378f3e commit a7fa05b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .dscanner.ini
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,5 @@ auto_ref_assignment_check="false" ; FIXME
incorrect_infinite_range_check="true"
; Checks for asserts that are always true
useless_assert_check="false"; FIXME
; Check for unclear lambda syntax
lambda_return_check="false"
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ d: dmd-2.071.0
install:
- wget "https://raw.githubusercontent.com/dlang/dmd/master/src/checkwhitespace.d" -O ../checkwhitespace.d
- git clone https://github.com/Hackerpilot/Dscanner
- (cd Dscanner && git checkout tags/v0.4.0-alpha4)
- (cd Dscanner && git checkout tags/v0.4.0-alpha5)
- (cd Dscanner && git submodule update --init --recursive)
# debug build is faster, but disable 'missing import' messages (missing core from druntime)
- (cd Dscanner && sed 's/dparse_verbose/StdLoggerDisableWarning/' -i makefile && make githash debug)
Expand Down

0 comments on commit a7fa05b

Please sign in to comment.