kind | type |
---|---|
Punctuation | None |
Keyword | None |
Literal | Integer |
Literal | Floating |
Literal | Imaginary |
Literal | String |
Literal | Character |
Literal | Macro |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import json | |
import os | |
import ycm_core | |
# These are the compilation flags that will be used in case there's no | |
# compilation database set (by default, one is not set). | |
# CHANGE THIS LIST OF FLAGS. YES, THIS IS THE DROID YOU HAVE BEEN LOOKING FOR. | |
flags = [ | |
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
libdl.so.2 | |
librt.so.1 | |
libpthread.so.0 | |
libm.so.6 | |
libstdc++.so.6 | |
libgcc_s.so.1 | |
libc.so.6 | |
ld-linux-x86-64.so.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import os.path as p | |
import subprocess | |
import sys | |
DIR_OF_THIS_SCRIPT = p.dirname( p.abspath( __file__ ) ) | |
DIR_OF_YCMD = p.join( DIR_OF_THIS_SCRIPT, 'third_party', 'ycmd' ) | |
sys.path.insert( 1, DIR_OF_YCMD ) |
kind |
---|
Punctuation |
Keyword |
Integer |
Floating |
Imaginary |
String |
Character |
Macro |
- too many errors emitted, stopping now
- module '%0' not found
- could not build module '%0'
- module '%0' is needed but has not been provided, and implicit use of module files is disabled
- could not acquire lock file for module '%0': %1
- timed out waiting to acquire lock file for module '%0'
- cyclic dependency in module '%0': %1
- cannot open file '%0': %1"
- file '%0' modified since it was first processed
- %0 byte order mark detected in '%1', but encoding is not supported
MSVC | Number of warnings | |
---|---|---|
Before | After |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
failures: | |
---- http::list_path_completions_std_library stdout ---- | |
url: http://127.0.0.1:61597/list_completions | |
thread 'http::list_path_completions_std_library' panicked at 'called `Result::unwrap()` on an `Err` value: SyntaxError("EOF While parsing value", 1, 1)', C:\bot\slave\stable-dist-rustc-win-msvc-32\build\src\libcore\result.rs:837 | |
stack backtrace: | |
0: 0x16ca8c3 - std::panicking::default_hook | |
at C:\bot\slave\stable-dist-rustc-win-msvc-32\build\src\libstd\panicking.rs:359 | |
1: 0x16cd4fa - std::panicking::rust_panic_with_hook | |
at C:\bot\slave\stable-dist-rustc-win-msvc-32\build\src\libstd\panicking.rs:553 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(gdb) next | |
Single stepping until exit from function main, | |
which has no line number information. | |
running 9 tests | |
test http::find_definition ... [New Thread 0x7ffff69ff700 (LWP 3375)] | |
[New Thread 0x7ffff67fe700 (LWP 3376)] | |
[New Thread 0x7ffff65fd700 (LWP 3377)] | |
POST http://127.0.0.1:0/find_definition -> 200 OK (0.460236 ms) | |
[New Thread 0x7ffff63fc700 (LWP 3378)] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MB | |
412.9^ # | |
| #:::::::::::::::::::::::::::::::::: | |
| # : | |
| :# : | |
| @# : | |
| @# : | |
| @# : | |
| @# : | |
| @# : |
OlderNewer