· 7 years ago · Jan 03, 2019, 06:52 PM
12019-01-03T18:46:59.738:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
22019-01-03T18:46:59.857:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
32019-01-03T18:46:59.857:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
42019-01-03T18:46:59.965:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
52019-01-03T18:46:59.965:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
62019-01-03T18:46:59.977:source\app.d:processRequest:77 Calling provideComplete
7Server: 2019-01-03T18:47:00.013:src\dcd\server\main.d:main:273 Getting completions
8
9
10Server: 2019-01-03T18:47:00.016:src\dcd\server\main.d:main:289 Request processed in 2 milliseconds
11
12
13DCD Client: identifiers
14
15
16DCD Client: AARange s G:/None-Game/D/tools/dmd2/src/druntime/import\\object.d 77250
17
18
19DCD Client: Alias l G:/None-Game/D/tools/dmd2/src/phobos\\std\\meta.d 4773 Allows `alias`ing of any single symbol, type or compile-time expression.\n\nNot everything can be directly aliased. An alias cannot be declared\nof - for example - a literal:\n---\nalias a = 4; //Error\n---\nWith this template any single entity can be aliased:\n---\nalias b = Alias!4; //OK\n---\nSee_Also:\nTo alias more than one thing at once, use $(LREF AliasSeq).
20
21
22DCD Client: Alias l G:/None-Game/D/tools/dmd2/src/phobos\\std\\meta.d 4810 Allows `alias`ing of any single symbol, type or compile-time expression.\n\nNot everything can be directly aliased. An alias cannot be declared\nof - for example - a literal:\n---\nalias a = 4; //Error\n---\nWith this template any single entity can be aliased:\n---\nalias b = Alias!4; //OK\n---\nSee_Also:\nTo alias more than one thing at once, use $(LREF AliasSeq).
23
24
25DCD Client: AliasSeq l G:/None-Game/D/tools/dmd2/src/phobos\\std\\meta.d 2794
26
27
28DCD Client: AliasSeq t G:/None-Game/D/tools/dmd2/src/phobos\\std\\meta.d 2763 Creates a sequence of zero or more aliases. This is most commonly\nused as template parameters or arguments.\n\nIn previous versions of Phobos, this was known as `TypeTuple`.
29
30
31DCD Client: AliasThisTypeOf t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 178255
32
33
34DCD Client: ApplyLeft t G:/None-Game/D/tools/dmd2/src/phobos\\std\\meta.d 30587 $(LINK2 http://en.wikipedia.org/wiki/Partial_application, Partially applies)\n$(D_PARAM Template) by binding its first (left) or last (right) arguments\nto $(D_PARAM args).\n\nBehaves like the identity function when $(D_PARAM args) is empty.\nParams:\n Template = template to partially apply\n args = arguments to bind\nReturns:\n _Template with arity smaller than or equal to $(D_PARAM Template)
35
36
37DCD Client: ApplyRight t G:/None-Game/D/tools/dmd2/src/phobos\\std\\meta.d 30715 $(LINK2 http://en.wikipedia.org/wiki/Partial_application, Partially applies)\n$(D_PARAM Template) by binding its first (left) or last (right) arguments\nto $(D_PARAM args).\n\nBehaves like the identity function when $(D_PARAM args) is empty.\nParams:\n Template = template to partially apply\n args = arguments to bind\nReturns:\n _Template with arity smaller than or equal to $(D_PARAM Template)
38
39
40DCD Client: ArrayTypeOf t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 186840
41
42
43DCD Client: AssocArrayTypeOf t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 188569
44
45
46DCD Client: AssociativeArray l G:/None-Game/D/tools/dmd2/src/druntime/import\\object.d 78383
47
48
49DCD Client: aaLiteral f void* aaLiteral(Key, Value)(Key[] keys, Value[] values) G:/None-Game/D/tools/dmd2/src/druntime/import\\object.d 78209
50
51
52DCD Client: absolutePath f string absolutePath(string path, lazy string base = getcwd()) G:/None-Game/D/tools/dmd2/src/phobos\\std\\path.d 86882 Transforms `path` into an absolute path.\n\n The following algorithm is used:\n $(OL\n $(LI If `path` is empty, return `null`.)\n $(LI If `path` is already absolute, return it.)\n $(LI Otherwise, append `path` to `base` and return\n the result. If `base` is not specified, the current\n working directory is used.)\n )\n The function allocates memory if and only if it gets to the third stage\n of this algorithm.\n\n Params:\n path = the relative path to transform\n base = the base directory of the relative path\n\n Returns:\n string of transformed path\n\n Throws:\n `Exception` if the specified _base directory is not absolute.\n\n See_Also:\n $(LREF asAbsolutePath) which does not allocate
53
54
55DCD Client: add f DateTime add(string units)(long value, AllowDayOverflow allowOverflow = AllowDayOverflow.yes) G:/None-Game/D/tools/dmd2/src/phobos\\std\\datetime\\date.d 39342 Adds the given number of years or months to this $(LREF DateTime). A\nnegative number will subtract.\n\nNote that if day overflow is allowed, and the date with the adjusted\nyear/month overflows the number of days in the new month, then the month\nwill be incremented by one, and the day set to the number of days\noverflowed. (e.g. if the day were 31 and the new month were June, then\nthe month would be incremented to July, and the new day would be 1). If\nday overflow is not allowed, then the day will be set to the last valid\nday in the month (e.g. June 31st would become June 30th).\n\nParams:\n units = The type of units to add ("years" or "months").\n value = The number of months or years to add to this\n $(LREF DateTime).\n allowOverflow = Whether the days should be allowed to overflow,\n causing the month to increment.
56
57
58DCD Client: addAlias f Variable addAlias(CodeBuilder builder, dstring name, CodeFunc valueFunc) d:\\Coding\\D\\DLL\\jastbind\\source\\jaster\\binding\\builder.d 16666 A helper function for `addVariable` which creates an alias.
59
60
61DCD Client: addEnumValue f Variable addEnumValue(CodeBuilder builder, dstring name, CodeFunc valueFunc) d:\\Coding\\D\\DLL\\jastbind\\source\\jaster\\binding\\builder.d 17070 A helper function for `addVariable` which creates an enum value.
62
63
64DCD Client: addFuncCall f CodeBuilder addFuncCall(Flag!"semicolon" semicolon = Yes.semicolon, Params...)(CodeBuilder builder, dstring funcName, Params params) d:\\Coding\\D\\DLL\\jastbind\\source\\jaster\\binding\\builder.d 19149 Creates a call to a function.\n\nNotes:\n `params` can be made up of any combination of values supported by `putExtended`.\n\n Strings $(B won't) be automatically enclosed between speech marks('"').\n\nParams:\n semicolon = If `Yes.semicolon`, then a ';' is inserted at the end of the function call.\n\n builder = The `CodeBuilder` to use.\n funcName = The name of the function to call.\n params = The parameters to pass to the function.\n\nReturns:\n `builder`
65
66
67DCD Client: addFuncDeclaration f CodeBuilder addFuncDeclaration(CodeBuilder builder, dstring returnType, dstring name, Variable[] params, CodeFunc body_) d:\\Coding\\D\\DLL\\jastbind\\source\\jaster\\binding\\builder.d 11680 Creates a function using the given data.\n\nParams:\n builder = The `CodeBuilder` to use.\n returnType = The name of the type that the function returns.\n name = The name of the function.\n params = The function's parameters.\n body_ = The `CodeFunc` which generates the code for the function's body.\n\nReturns:\n `builder`
68
69
70DCD Client: addFuncDeclaration f CodeBuilder addFuncDeclaration(returnType)(CodeBuilder builder, dstring name, Variable[] params, CodeFunc body_) d:\\Coding\\D\\DLL\\jastbind\\source\\jaster\\binding\\builder.d 12830 Creates a function using the given data.\n\nParams:\n returnType = The type that the function return.\n\n builder = The `CodeBuilder` to use.\n name = The name of the function.\n params = The function's parameters.\n body_ = The `CodeFunc` which generates the code for the function's body.\n\nReturns:\n `builder`
71
72
73DCD Client: addImport f CodeBuilder addImport(CodeBuilder builder, dstring moduleName, dstring[] selection = null) d:\\Coding\\D\\DLL\\jastbind\\source\\jaster\\binding\\builder.d 13693 Creates an import statement.\n\nNotes:\n If `selection` is `null`, then the entire module is imported.\n Otherwise, only the specified symbols are imported.\n\nParams:\n builder = The `CodeBuilder` to use.\n moduleName = The name of the module to import.\n selection = An array of which symbols to import from the module.\n\nReturns:\n `builder`
74
75
76DCD Client: addReturn f CodeBuilder addReturn(T)(CodeBuilder builder, T code) d:\\Coding\\D\\DLL\\jastbind\\source\\jaster\\binding\\builder.d 17657 Creates a return statement.\n\nNotes:\n `T` can be any type supported by `putExtended`.\n\nParams:\n builder = The `CodeBuilder` to use.\n code = The code to use in the return statement.\n\nReturns:\n `builder`
77
78
79DCD Client: addVariable f Variable addVariable(CodeBuilder builder, dstring type, dstring name, CodeFunc valueFunc = null) d:\\Coding\\D\\DLL\\jastbind\\source\\jaster\\binding\\builder.d 15125 Declares a variable, and returns a `Variable` which can be used to easily reference the variable.\n\nNotes:\n `valueFunc` may be `null`.\n\nParams:\n builder = The `CodeBuilder` to use.\n type = The name of the variable's type.\n name = The name of the variable.\n valueFunc = The `CodeFunc` which generates the code to set the variable's intial value.\n\nReturns:\n A `Variable` describing the variable declared by this function.
80
81
82DCD Client: addVariable f Variable addVariable(T)(CodeBuilder builder, dstring name, CodeFunc valueFunc = null) d:\\Coding\\D\\DLL\\jastbind\\source\\jaster\\binding\\builder.d 16204 A helper function to more easily specify the variable's type.
83
84
85DCD Client: aliasSeqOf t G:/None-Game/D/tools/dmd2/src/phobos\\std\\meta.d 28055 Converts an $(REF_ALTTEXT input range, isInputRange, std,range,primitives)\n`range` to an alias sequence.
86
87
88DCD Client: alignof k
89
90
91DCD Client: allSameType t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 262308 Returns: `true` iff all types `T` are the same.
92
93
94DCD Client: allSatisfy t G:/None-Game/D/tools/dmd2/src/phobos\\std\\meta.d 20399 Tests whether all given items satisfy a template predicate, i.e. evaluates to\n$(D F!(T[0]) && F!(T[1]) && ... && F!(T[$ - 1])).\nEvaluation is $(I not) short-circuited if a false result is encountered; the\ntemplate predicate must be instantiable with all the given items.
95
96
97DCD Client: allSatisfy v G:/None-Game/D/tools/dmd2/src/phobos\\std\\meta.d 20555
98
99
100DCD Client: allSatisfy v G:/None-Game/D/tools/dmd2/src/phobos\\std\\meta.d 20612
101
102
103DCD Client: allSatisfy v bool allSatisfy G:/None-Game/D/tools/dmd2/src/phobos\\std\\meta.d 20476
104
105
106DCD Client: anySatisfy t G:/None-Game/D/tools/dmd2/src/phobos\\std\\meta.d 21179 Tests whether any given items satisfy a template predicate, i.e. evaluates to\n$(D F!(T[0]) || F!(T[1]) || ... || F!(T[$ - 1])).\nEvaluation is short-circuited if a true result is encountered; the\ntemplate predicate must be instantiable with one of the given items.
107
108
109DCD Client: append f void append(R)(R name, const void[] buffer) G:/None-Game/D/tools/dmd2/src/phobos\\std\\file.d 23284 Appends `buffer` to file `name`.\nCreates the file if it does not already exist.\nParams:\nname = string or range of characters representing the file _name\nbuffer = data to be appended to file\n\nThrows: $(LREF FileException) on error.
110
111
112DCD Client: append f void append(R)(auto ref R name, const void[] buffer) G:/None-Game/D/tools/dmd2/src/phobos\\std\\file.d 24002 Appends `buffer` to file `name`.\nCreates the file if it does not already exist.\nParams:\nname = string or range of characters representing the file _name\nbuffer = data to be appended to file\n\nThrows: $(LREF FileException) on error.
113
114
115DCD Client: arity t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 36880 Returns the number of arguments of function `func`.\narity is undefined for variadic functions.
116
117
118DCD Client: asAbsolutePath f asAbsolutePath(R)(R path) G:/None-Game/D/tools/dmd2/src/phobos\\std\\path.d 88779 Transforms `path` into an absolute path.\n\n The following algorithm is used:\n $(OL\n $(LI If `path` is empty, return `null`.)\n $(LI If `path` is already absolute, return it.)\n $(LI Otherwise, append `path` to the current working directory,\n which allocates memory.)\n )\n\n Params:\n path = the relative path to transform\n\n Returns:\n the transformed path as a lazy range\n\n See_Also:\n $(LREF absolutePath) which returns an allocated string
119
120
121DCD Client: asAbsolutePath f asAbsolutePath(R)(auto ref R path) G:/None-Game/D/tools/dmd2/src/phobos\\std\\path.d 89401
122
123
124DCD Client: asNormalizedPath f asNormalizedPath(R)(R path) G:/None-Game/D/tools/dmd2/src/phobos\\std\\path.d 60271 Normalize a path by resolving current/parent directory\n symbols (`"."` and `".."`) and removing superfluous\n directory separators.\n It will return "." if the path leads to the starting directory.\n On Windows, slashes are replaced with backslashes.\n\n Using asNormalizedPath on empty paths will always return an empty path.\n\n Does not resolve symbolic links.\n\n This function always allocates memory to hold the resulting path.\n Use $(LREF buildNormalizedPath) to allocate memory and return a string.\n\n Params:\n path = string or random access range representing the path to normalize\n\n Returns:\n normalized path as a forward range
125
126
127DCD Client: asNormalizedPath f asNormalizedPath(R)(auto ref R path) G:/None-Game/D/tools/dmd2/src/phobos\\std\\path.d 65005
128
129
130DCD Client: asRelativePath f asRelativePath(CaseSensitive cs = CaseSensitive.osDefault, R1, R2)(R1 path, R2 base) G:/None-Game/D/tools/dmd2/src/phobos\\std\\path.d 94204 Transforms `path` into a path relative to `base`.\n\n The returned path is relative to `base`, which is usually\n the current working directory.\n `base` must be an absolute path, and it is always assumed\n to refer to a directory. If `path` and `base` refer to\n the same directory, the function returns `'.'`.\n\n The following algorithm is used:\n $(OL\n $(LI If `path` is a relative directory, return it unaltered.)\n $(LI Find a common root between `path` and `base`.\n If there is no common root, return `path` unaltered.)\n $(LI Prepare a string with as many `../` or `..\\` as\n necessary to reach the common root from base path.)\n $(LI Append the remaining segments of `path` to the string\n and return.)\n )\n\n In the second step, path components are compared using `filenameCmp!cs`,\n where `cs` is an optional template parameter determining whether\n the comparison is case sensitive or not. See the\n $(LREF filenameCmp) documentation for details.\n\n Params:\n path = path to transform\n base = absolute path\n cs = whether filespec comparisons are sensitive or not; defaults to\n `CaseSensitive.osDefault`\n\n Returns:\n a random access range of the transformed path\n\n See_Also:\n $(LREF relativePath)
131
132
133DCD Client: asRelativePath f asRelativePath(CaseSensitive cs = CaseSensitive.osDefault, R1, R2)(auto ref R1 path, auto ref R2 base) G:/None-Game/D/tools/dmd2/src/phobos\\std\\path.d 97021
134
135
136DCD Client: assumeSafeAppend f inout(T[]) assumeSafeAppend(T)(auto ref inout(T[]) arr) G:/None-Game/D/tools/dmd2/src/druntime/import\\object.d 108050 Assume that it is safe to append to this array. Appends made to this array\nafter calling this function may append in place, even if the array was a\nslice of a larger array to begin with.\n\nUse this only when it is certain there are no elements in use beyond the\narray in the memory block. If there are, those elements will be\noverwritten by appending to this array.\n\nWarning: Calling this function, and then using references to data located after the\ngiven array results in undefined behavior.\n\nReturns:\n The input is returned.
137
138
139DCD Client: attrIsDir f bool attrIsDir(uint attributes) G:/None-Game/D/tools/dmd2/src/phobos\\std\\file.d 68307 Returns whether the given file _attributes are for a directory.\n\nParams:\n attributes = The file _attributes.\n\nReturns:\n true if attributes specifies a directory
140
141
142DCD Client: attrIsFile f bool attrIsFile(uint attributes) G:/None-Game/D/tools/dmd2/src/phobos\\std\\file.d 73107 Returns whether the given file _attributes are for a file.\n\nOn Windows, if a file is not a directory, it's a file. So, either\n`attrIsFile` or `attrIsDir` will return `true` for the\n_attributes of any given file.\n\nOn Posix systems, if `attrIsFile` is `true`, that indicates that the\nfile is a regular file (e.g. not a block not device). So, on Posix systems,\nit's possible for both `attrIsFile` and `attrIsDir` to be `false`\nfor a particular file (in which case, it's a special file). If a file is a\nspecial file, you can use the _attributes to check what type of special file\nit is (see the man page for `stat` for more information).\n\nParams:\n attributes = The file _attributes.\n\nReturns:\n true if the given file _attributes are for a file\n\nExample:\n--------------------\nassert(attrIsFile(getAttributes("/etc/fonts/fonts.conf")));\nassert(attrIsFile(getLinkAttributes("/etc/fonts/fonts.conf")));\n--------------------
143
144
145DCD Client: attrIsSymlink f bool attrIsSymlink(uint attributes) G:/None-Game/D/tools/dmd2/src/phobos\\std\\file.d 79062 Returns whether the given file attributes are for a symbolic link.\n\nOn Windows, return `true` when the file is either a symbolic link or a\njunction point.\n\nParams:\n attributes = The file attributes.\n\nReturns:\n true if attributes are for a symbolic link\n\nExample:\n--------------------\ncore.sys.posix.unistd.symlink("/etc/fonts/fonts.conf", "/tmp/alink");\n\nassert(!getAttributes("/tmp/alink").isSymlink);\nassert(getLinkAttributes("/tmp/alink").isSymlink);\n--------------------
146
147
148DCD Client:
1492019-01-03T18:47:00.044:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
1502019-01-03T18:47:00.044:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
1512019-01-03T18:47:00.132:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
1522019-01-03T18:47:00.132:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
1532019-01-03T18:47:00.229:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
1542019-01-03T18:47:00.229:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
1552019-01-03T18:47:00.315:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
1562019-01-03T18:47:00.315:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
1572019-01-03T18:47:00.442:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
1582019-01-03T18:47:00.442:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
1592019-01-03T18:47:00.453:source\app.d:processRequest:77 Calling provideComplete
1602019-01-03T18:47:00.486:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
1612019-01-03T18:47:00.486:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
162Server: 2019-01-03T18:47:00.490:src\dcd\server\main.d:main:273 Getting completions
163
164
165Server: 2019-01-03T18:47:00.493:src\dcd\server\main.d:main:289 Request processed in 2 milliseconds
166
167
168DCD Client: identifiers
169
170
171DCD Client: FSChar l G:/None-Game/D/tools/dmd2/src/phobos\\std\\file.d 3052
172
173
174DCD Client: FSChar l G:/None-Game/D/tools/dmd2/src/phobos\\std\\file.d 3111
175
176
177DCD Client: FieldNameTuple t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 88626 Get as an expression tuple the names of the fields of a struct, class, or\nunion. This consists of the fields that take up memory space, excluding the\nhidden fields like the virtual function table pointer or a context pointer\nfor nested types.\nInherited fields (for classes) are not included.\nIf `T` isn't a struct, class, or union, an\nexpression tuple with an empty string is returned.
178
179
180DCD Client: FieldTypeTuple l G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 87423 Alternate name for $(LREF Fields), kept for legacy compatibility.
181
182
183DCD Client: Fields t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 86943 Get as a tuple the types of the fields of a struct, class, or union.\nThis consists of the fields that take up memory space,\nexcluding the hidden fields like the virtual function\ntable pointer or a context pointer for nested types.\nIf `T` isn't a struct, class, or union returns a tuple\nwith one element `T`.
184
185
186DCD Client: FileException c G:/None-Game/D/tools/dmd2/src/phobos\\std\\file.d 4079 Exception thrown for file I/O errors.
187
188
189DCD Client: Filter t G:/None-Game/D/tools/dmd2/src/phobos\\std\\meta.d 21824 Filters an `AliasSeq` using a template predicate. Returns an\n`AliasSeq` of the elements which satisfy the predicate.
190
191
192DCD Client: Flag g G:/None-Game/D/tools/dmd2/src/phobos\\std\\typecons.d 221634
193
194
195DCD Client: FloatingPointTypeList l G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 9262
196
197
198DCD Client: FloatingPointTypeOf t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 180831
199
200
201DCD Client: ForeachType t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 236091 Returns the inferred type of the loop variable when a variable of type T\nis iterated over using a `foreach` loop with a single loop variable and\nautomatically inferred return type. Note that this may not be the same as\n`std.range.ElementType!Range` in the case of narrow strings, or if T\nhas both opApply and a range interface.
202
203
204DCD Client: FunctionAttribute g G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 49327 Returns the FunctionAttribute mask for function `func`.\nSee_Also:\n$(LREF hasFunctionAttributes)
205
206
207DCD Client: FunctionTypeOf t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 73310 Get the function type from a callable object `func`.\nUsing builtin `typeof` on a property function yields the types of the\nproperty value, not of the property function itself. Still,\n`FunctionTypeOf` is able to obtain function types of properties.\nNote:\nDo not confuse function types with function pointer types; function types are\nusually used for compile-time reflection purposes.
208
209
210DCD Client: filenameCharCmp f int filenameCharCmp(CaseSensitive cs = CaseSensitive.osDefault)(dchar a, dchar b) G:/None-Game/D/tools/dmd2/src/phobos\\std\\path.d 99237 Compares filename characters.\n\n This function can perform a case-sensitive or a case-insensitive\n comparison. This is controlled through the `cs` template parameter\n which, if not specified, is given by $(LREF CaseSensitive)`.osDefault`.\n\n On Windows, the backslash and slash characters ($(D `\\`) and $(D `/`))\n are considered equal.\n\n Params:\n cs = Case-sensitivity of the comparison.\n a = A filename character.\n b = A filename character.\n\n Returns:\n $(D < 0) if $(D a < b),\n `0` if $(D a == b), and\n $(D > 0) if $(D a > b).
211
212
213DCD Client: filenameCmp f int filenameCmp(CaseSensitive cs = CaseSensitive.osDefault, Range1, Range2)(Range1 filename1, Range2 filename2) G:/None-Game/D/tools/dmd2/src/phobos\\std\\path.d 101606 Compares file names and returns\n\n Individual characters are compared using `filenameCharCmp!cs`,\n where `cs` is an optional template parameter determining whether\n the comparison is case sensitive or not.\n\n Treatment of invalid UTF encodings is implementation defined.\n\n Params:\n cs = case sensitivity\n filename1 = range for first file name\n filename2 = range for second file name\n\n Returns:\n $(D < 0) if $(D filename1 < filename2),\n `0` if $(D filename1 == filename2) and\n $(D > 0) if $(D filename1 > filename2).\n\n See_Also:\n $(LREF filenameCharCmp)
214
215
216DCD Client: filenameCmp f int filenameCmp(CaseSensitive cs = CaseSensitive.osDefault, Range1, Range2)(auto ref Range1 filename1, auto ref Range2 filename2) G:/None-Game/D/tools/dmd2/src/phobos\\std\\path.d 103809
217
218
219DCD Client: float k
220
221
222DCD Client: fqnSym t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 21446
223
224
225DCD Client: fqnSym t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 22048
226
227
228DCD Client: fqnType t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 23902
229
230
231DCD Client: fracSecs f Duration fracSecs() G:/None-Game/D/tools/dmd2/src/phobos\\std\\datetime\\systime.d 63287 Fractional seconds past the second (i.e. the portion of a\n$(LREF SysTime) which is less than a second).
232
233
234DCD Client: fracSecs f void fracSecs(Duration fracSecs) G:/None-Game/D/tools/dmd2/src/phobos\\std\\datetime\\systime.d 66003 Fractional seconds past the second (i.e. the portion of a\n$(LREF SysTime) which is less than a second).\n\nParams:\n fracSecs = The duration to set this $(LREF SysTime)'s fractional\n seconds to.\n\nThrows:\n $(REF DateTimeException,std,datetime,date) if the given duration\n is negative or if it's greater than or equal to one second.
235
236
237DCD Client: freeFunc f void freeFunc(string) G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 245709
238
239
240DCD Client: fromISOExtString f DateTime fromISOExtString(S)(scope const S isoExtString) G:/None-Game/D/tools/dmd2/src/phobos\\std\\datetime\\date.d 147123 Creates a $(LREF DateTime) from a string with the format\nYYYY-MM-DDTHH:MM:SS. Whitespace is stripped from the given string.\n\nParams:\n isoExtString = A string formatted in the ISO Extended format for dates\n and times.\n\nThrows:\n $(REF DateTimeException,std,datetime,date) if the given string is\n not in the ISO Extended format or if the resulting $(LREF DateTime)\n would not be valid.
241
242
243DCD Client: fromISOString f DateTime fromISOString(S)(scope const S isoString) G:/None-Game/D/tools/dmd2/src/phobos\\std\\datetime\\date.d 142355 Creates a $(LREF DateTime) from a string with the format YYYYMMDDTHHMMSS.\nWhitespace is stripped from the given string.\n\nParams:\n isoString = A string formatted in the ISO format for dates and times.\n\nThrows:\n $(REF DateTimeException,std,datetime,date) if the given string is\n not in the ISO format or if the resulting $(LREF DateTime) would not\n be valid.
244
245
246DCD Client: fromSimpleString f DateTime fromSimpleString(S)(scope const S simpleString) G:/None-Game/D/tools/dmd2/src/phobos\\std\\datetime\\date.d 151990 Creates a $(LREF DateTime) from a string with the format\nYYYY-Mon-DD HH:MM:SS. Whitespace is stripped from the given string.\n\nParams:\n simpleString = A string formatted in the way that toSimpleString\n formats dates and times.\n\nThrows:\n $(REF DateTimeException,std,datetime,date) if the given string is\n not in the correct format or if the resulting $(LREF DateTime)\n would not be valid.
247
248
249DCD Client: fromUnixTime f SysTime fromUnixTime(long unixTime, immutable TimeZone tz = LocalTime()) G:/None-Game/D/tools/dmd2/src/phobos\\std\\datetime\\systime.d 80880 Converts from unix time (i.e. seconds from midnight, January 1st, 1970\nin UTC) to a $(LREF SysTime).\n\nThe C standard does not specify the representation of time_t, so it is\nimplementation defined. On POSIX systems, unix time is equivalent to\ntime_t, but that's not necessarily true on other systems (e.g. it is\nnot true for the Digital Mars C runtime). So, be careful when using unix\ntime with C functions on non-POSIX systems.\n\nParams:\n unixTime = Seconds from midnight, January 1st, 1970 in UTC.\n tz = The time zone for the SysTime that's returned.
250
251
252DCD Client: fullyQualifiedName t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 19844 Get the fully qualified name of a type or a symbol. Can act as an intelligent type/symbol to string converter.\nExample:\n-----------------\nmodule myModule;\nstruct MyStruct {}\nstatic assert(fullyQualifiedName!(const MyStruct[]) == "const(myModule.MyStruct[])");\n-----------------
253
254
255DCD Client: functionAttributes t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 49999 Returns the FunctionAttribute mask for function `func`.\nSee_Also:\n$(LREF hasFunctionAttributes)
256
257
258DCD Client: functionLinkage t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 70447 Determine the linkage attribute of the function.\nParams:\nfunc = the function symbol, or the type of a function, delegate, or pointer to function\nReturns:\none of the strings "D", "C", "Windows", "Pascal", or "Objective-C"
259
260
261DCD Client:
2622019-01-03T18:47:00.551:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
2632019-01-03T18:47:00.551:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
2642019-01-03T18:47:00.606:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
2652019-01-03T18:47:00.606:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
2662019-01-03T18:47:00.722:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
2672019-01-03T18:47:00.722:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
2682019-01-03T18:47:00.830:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
2692019-01-03T18:47:00.830:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
2702019-01-03T18:47:00.841:source\app.d:processRequest:77 Calling provideComplete
271Server: 2019-01-03T18:47:00.876:src\dcd\server\main.d:main:273 Getting completions
272
273
274Server: 2019-01-03T18:47:00.876:src\dcd\server\main.d:main:289 Request processed in 0 milliseconds
275
276
277DCD Client:
2782019-01-03T18:47:00.907:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
2792019-01-03T18:47:00.907:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
2802019-01-03T18:47:01.075:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
2812019-01-03T18:47:01.075:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
2822019-01-03T18:47:01.086:source\app.d:processRequest:77 Calling provideComplete
283Server: 2019-01-03T18:47:01.127:src\dcd\server\main.d:main:273 Getting completions
284
285
286Server: 2019-01-03T18:47:01.130:src\dcd\server\main.d:main:289 Request processed in 2 milliseconds
287
288
289DCD Client: identifiers
290
291
292DCD Client: NoDuplicates t G:/None-Game/D/tools/dmd2/src/phobos\\std\\meta.d 12160 Returns an `AliasSeq` created from TList with the all duplicate\ntypes removed.
293
294
295DCD Client: NumericTypeList l G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 9466
296
297
298DCD Client: NumericTypeOf t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 181880
299
300
301DCD Client: novar f int novar() G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 80325
302
303
304DCD Client:
3052019-01-03T18:47:01.251:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
3062019-01-03T18:47:01.251:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
3072019-01-03T18:47:01.306:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
3082019-01-03T18:47:01.306:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
3092019-01-03T18:47:01.404:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
3102019-01-03T18:47:01.404:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
3112019-01-03T18:47:01.591:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
3122019-01-03T18:47:01.591:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
3132019-01-03T18:47:01.602:source\app.d:processRequest:77 Calling provideComplete
314Server: 2019-01-03T18:47:01.639:src\dcd\server\main.d:main:273 Getting completions
315
316
317Server: 2019-01-03T18:47:01.641:src\dcd\server\main.d:main:289 Request processed in 2 milliseconds
318
319
320DCD Client: identifiers
321
322
323DCD Client: CPPBinder c stdin 872
324
325
326DCD Client: CPPFile c stdin 656
327
328
329DCD Client: CaseSensitive g G:/None-Game/D/tools/dmd2/src/phobos\\std\\path.d 9711 This `enum` is used as a template argument to functions which\n compare file names, and determines whether the comparison is\n case sensitive or not.
330
331
332DCD Client: CentTypeList l G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 8623
333
334
335DCD Client: CentTypeList l G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 8814
336
337
338DCD Client: CharTypeList l G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 9552
339
340
341DCD Client: CharTypeOf t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 183339
342
343
344DCD Client: ClassDefinition c stdin 474
345
346
347DCD Client: ClassInfo l G:/None-Game/D/tools/dmd2/src/druntime/import\\object.d 49059
348
349
350DCD Client: CodeBuilder c d:\\Coding\\D\\DLL\\jastbind\\source\\jaster\\binding\\builder.d 933 A glorified wrapper around an `Appender` which supports automatic tabbing and new lines.\n\nOn it's own, `CodeBuilder` may already be more desirable than manually formatting, tabbing new lining,\na code string manually.\n\nUFCS can also be used to create functions that can ease the generation of code, such as `addFuncCall`,\n`addFuncDeclaration`, `addReturn`, etc.
351
352
353DCD Client: CodeFunc l d:\\Coding\\D\\DLL\\jastbind\\source\\jaster\\binding\\builder.d 491 A delegate that can be passed to functions such as `addFuncDeclaration` to allow flexible\ngeneration of code.
354
355
356DCD Client: CommonType t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 154207 Get the type that all types can be implicitly converted to. Useful\ne.g. in figuring out an array type from a bunch of initializing\nvalues. Returns $(D_PARAM void) if passed an empty list, or if the\ntypes have no common type.
357
358
359DCD Client: ComplexTypeList l G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 9397
360
361
362DCD Client: ConstOf t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 10289 Params:\n T = The type to qualify\nReturns:\n `T` with the `const` qualifier added.
363
364
365DCD Client: CopyConstness t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 233501 Returns the type of `Target` with the "constness" of `Source`. A type's $(B constness)\nrefers to whether it is `const`, `immutable`, or `inout`. If `source` has no constness, the\nreturned type will be the same as `Target`.
366
367
368DCD Client: CopyTypeQualifiers t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 232096 Copies type qualifiers from `FromType` to `ToType`.\n\nSupported type qualifiers:\n$(UL\n $(LI `const`)\n $(LI `inout`)\n $(LI `immutable`)\n $(LI `shared`)\n)
369
370
371DCD Client: capacity f size_t capacity(T)(T[] arr) G:/None-Game/D/tools/dmd2/src/druntime/import\\object.d 105564 (Property) Gets the current _capacity of a slice. The _capacity is the size\nthat the slice can grow to before the underlying array must be\nreallocated or extended.\n\nIf an append must reallocate a slice with no possibility of extension, then\n`0` is returned. This happens when the slice references a static array, or\nif another slice references elements past the end of the current slice.\n\nNote: The _capacity of a slice may be impacted by operations on other slices.
372
373
374DCD Client: cdouble k
375
376
377DCD Client: cenforce f T cenforce(T)(T condition, lazy scope const(char)[] name, string file = __FILE__, size_t line = __LINE__) G:/None-Game/D/tools/dmd2/src/phobos\\std\\file.d 6190
378
379
380DCD Client: cenforce f T cenforce(T)(T condition, scope const(char)[] name, scope const(FSChar)* namez, string file = __FILE__, size_t line = __LINE__) G:/None-Game/D/tools/dmd2/src/phobos\\std\\file.d 6579
381
382
383DCD Client: cenforce f T cenforce(T)(T condition, scope const(char)[] name, scope const(FSChar)* namez, string file = __FILE__, size_t line = __LINE__) G:/None-Game/D/tools/dmd2/src/phobos\\std\\file.d 7048
384
385
386DCD Client: cent k
387
388
389DCD Client: cfloat k
390
391
392DCD Client: chainPath f chainPath(R1, R2, Ranges...)(R1 r1, R2 r2, Ranges ranges) G:/None-Game/D/tools/dmd2/src/phobos\\std\\path.d 48810 Concatenate path segments together to form one path.\n\nParams:\n r1 = first segment\n r2 = second segment\n ranges = 0 or more segments\nReturns:\n Lazy range which is the concatenation of r1, r2 and ranges with path separators.\n The resulting element type is that of r1.\nSee_Also:\n $(LREF buildPath)
393
394
395DCD Client: chainPath f chainPath(Ranges...)(auto ref Ranges ranges) G:/None-Game/D/tools/dmd2/src/phobos\\std\\path.d 51785
396
397
398DCD Client: char k
399
400
401DCD Client: chdir f void chdir(R)(R pathname) G:/None-Game/D/tools/dmd2/src/phobos\\std\\file.d 80032 Change directory to `pathname`. Equivalent to `cd` on\nWindows and Posix.\nParams:\npathname = the directory to step into\n\nThrows: $(LREF FileException) on error.
402
403
404DCD Client: chdir f void chdir(R)(auto ref R pathname) G:/None-Game/D/tools/dmd2/src/phobos\\std\\file.d 80817 Change directory to `pathname`. Equivalent to `cd` on\nWindows and Posix.\nParams:\npathname = the directory to step into\n\nThrows: $(LREF FileException) on error.
405
406
407DCD Client: classInstanceAlignment t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 153406 Returns class instance alignment.
408
409
410DCD Client: classinfo v
411
412
413DCD Client: clear f void clear(T : Value[Key], Value, Key)(T aa) G:/None-Game/D/tools/dmd2/src/druntime/import\\object.d 78592 Removes all remaining keys and values from an associative array.\nParams:\n aa = The associative array.
414
415
416DCD Client: clear f void clear(T : Value[Key], Value, Key)(T* aa) G:/None-Game/D/tools/dmd2/src/druntime/import\\object.d 78688
417
418
419DCD Client: convertToString t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 207310
420
421
422DCD Client: copy f void copy(RF, RT)(RF from, RT to, PreserveAttributes preserve = preserveAttributesDefault) G:/None-Game/D/tools/dmd2/src/phobos\\std\\file.d 116480 Copy file `from` _to file `to`. File timestamps are preserved.\nFile attributes are preserved, if `preserve` equals `Yes.preserveAttributes`.\nOn Windows only `Yes.preserveAttributes` (the default on Windows) is supported.\nIf the target file exists, it is overwritten.\nParams:\nfrom = string or range of characters representing the existing file name\nto = string or range of characters representing the target file name\npreserve = whether to _preserve the file attributes\n\nThrows: $(LREF FileException) on error.
423
424
425DCD Client: copy f void copy(RF, RT)(auto ref RF from, auto ref RT to, PreserveAttributes preserve = preserveAttributesDefault) G:/None-Game/D/tools/dmd2/src/phobos\\std\\file.d 117256 Copy file `from` _to file `to`. File timestamps are preserved.\nFile attributes are preserved, if `preserve` equals `Yes.preserveAttributes`.\nOn Windows only `Yes.preserveAttributes` (the default on Windows) is supported.\nIf the target file exists, it is overwritten.\nParams:\nfrom = string or range of characters representing the existing file name\nto = string or range of characters representing the target file name\npreserve = whether to _preserve the file attributes\n\nThrows: $(LREF FileException) on error.
426
427
428DCD Client: copyImpl f void copyImpl(scope const(char)[] f, scope const(char)[] t, scope const(FSChar)* fromz, scope const(FSChar)* toz, PreserveAttributes preserve) G:/None-Game/D/tools/dmd2/src/phobos\\std\\file.d 118136
429
430
431DCD Client: creal k
432
433
434DCD Client: cstyle f int cstyle(int, ...) G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 80352
435
436
437DCD Client: currStdTime f long currStdTime(ClockType clockType = ClockType.normal)() G:/None-Game/D/tools/dmd2/src/phobos\\std\\datetime\\systime.d 5667 Returns the number of hnsecs since midnight, January 1st, 1 A.D. for the\ncurrent time.\n\nParams:\n clockType = The $(REF ClockType, core,time) indicates which system\n clock to use to get the current time. Very few programs\n need to use anything other than the default.\n\nThrows:\n $(REF DateTimeException,std,datetime,date) if it fails to get the\n time.
438
439
440DCD Client: currTime f SysTime currTime(ClockType clockType = ClockType.normal)(immutable TimeZone tz = LocalTime()) G:/None-Game/D/tools/dmd2/src/phobos\\std\\datetime\\systime.d 3569 Returns the current time in the given time zone.\n\nParams:\n clockType = The $(REF ClockType, core,time) indicates which system\n clock to use to get the current time. Very few programs\n need to use anything other than the default.\n tz = The time zone for the SysTime that's returned.\n\nThrows:\n $(REF DateTimeException,std,datetime,date) if it fails to get the\n time.
441
442
443DCD Client:
4442019-01-03T18:47:01.790:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
4452019-01-03T18:47:01.790:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
4462019-01-03T18:47:01.921:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
4472019-01-03T18:47:01.921:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
4482019-01-03T18:47:02.030:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
4492019-01-03T18:47:02.030:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
4502019-01-03T18:47:02.225:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
4512019-01-03T18:47:02.225:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
4522019-01-03T18:47:02.416:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
4532019-01-03T18:47:02.416:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
4542019-01-03T18:47:02.427:source\app.d:processRequest:77 Calling provideComplete
455Server: 2019-01-03T18:47:02.462:src\dcd\server\main.d:main:273 Getting completions
456
457
458Server: 2019-01-03T18:47:02.464:src\dcd\server\main.d:main:289 Request processed in 1 milliseconds
459
460
461DCD Client:
4622019-01-03T18:47:02.492:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
4632019-01-03T18:47:02.492:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
4642019-01-03T18:47:02.608:source\app.d:processRequest:77 Calling provideSignatureHelp
465Server: 2019-01-03T18:47:02.643:src\dcd\server\main.d:main:273 Getting completions
466
467
468Server: 2019-01-03T18:47:02.643:src\dcd\server\main.d:main:289 Request processed in 0 milliseconds
469
470
471DCD Client:
4722019-01-03T18:47:02.696:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
4732019-01-03T18:47:02.707:source\served\extension.d:parallelMain:945 Calling timeout
4742019-01-03T18:47:02.707:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
4752019-01-03T18:47:02.707:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
4762019-01-03T18:47:02.891:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
4772019-01-03T18:47:02.891:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
4782019-01-03T18:47:03.087:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
4792019-01-03T18:47:03.087:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
480Running dub build
4812019-01-03T18:47:03.098:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
4822019-01-03T18:47:03.109:source\served\extension.d:parallelMain:945 Calling timeout
483
484[Info - 6:47:03 PM] Connection to server got closed. Server will restart.
485[Error - 6:47:03 PM] Request textDocument/codeLens failed.
486Error: Connection got disposed.
487 at Object.dispose (C:\Users\Sealab\.vscode\extensions\webfreak.code-d-0.20.2\node_modules\vscode-jsonrpc\lib\main.js:876:25)
488 at Object.dispose (C:\Users\Sealab\.vscode\extensions\webfreak.code-d-0.20.2\node_modules\vscode-languageclient\lib\client.js:71:35)
489 at LanguageClient.handleConnectionClosed (C:\Users\Sealab\.vscode\extensions\webfreak.code-d-0.20.2\node_modules\vscode-languageclient\lib\client.js:2143:42)
490 at LanguageClient.handleConnectionClosed (C:\Users\Sealab\.vscode\extensions\webfreak.code-d-0.20.2\node_modules\vscode-languageclient\lib\main.js:150:15)
491 at closeHandler (C:\Users\Sealab\.vscode\extensions\webfreak.code-d-0.20.2\node_modules\vscode-languageclient\lib\client.js:2130:18)
492 at CallbackList.invoke (C:\Users\Sealab\.vscode\extensions\webfreak.code-d-0.20.2\node_modules\vscode-jsonrpc\lib\events.js:62:39)
493 at Emitter.fire (C:\Users\Sealab\.vscode\extensions\webfreak.code-d-0.20.2\node_modules\vscode-jsonrpc\lib\events.js:120:36)
494 at closeHandler (C:\Users\Sealab\.vscode\extensions\webfreak.code-d-0.20.2\node_modules\vscode-jsonrpc\lib\main.js:226:26)
495 at CallbackList.invoke (C:\Users\Sealab\.vscode\extensions\webfreak.code-d-0.20.2\node_modules\vscode-jsonrpc\lib\events.js:62:39)
496 at Emitter.fire (C:\Users\Sealab\.vscode\extensions\webfreak.code-d-0.20.2\node_modules\vscode-jsonrpc\lib\events.js:120:36)
497 at StreamMessageWriter.fireClose (C:\Users\Sealab\.vscode\extensions\webfreak.code-d-0.20.2\node_modules\vscode-jsonrpc\lib\messageWriter.js:39:27)
498 at Socket.AbstractMessageWriter.constructor.encoding.writable.on (C:\Users\Sealab\.vscode\extensions\webfreak.code-d-0.20.2\node_modules\vscode-jsonrpc\lib\messageWriter.js:58:46)
499 at emitOne (events.js:116:13)
500 at Socket.emit (events.js:211:7)
501 at Pipe.Socket._destroy.cb._handle.close [as _onclose] (net.js:554:12)
5022019-01-03T18:47:03.284:source\app.d:main:211 Features fulfilled
5032019-01-03T18:47:03.284:source\app.d:main:217 Started reading from stdin
5042019-01-03T18:47:03.284:source\app.d:main:221 RPC started
5052019-01-03T18:47:03.306:source\app.d:processRequest:50 Initializing
5062019-01-03T18:47:03.306:source\served\extension.d:initialize:299 Set capabilities to InitializeParams(14416, "d:\\Coding\\D\\DLL\\jastbind", "file:///d%3A/Coding/D/DLL/jastbind", null, ClientCapabilities(const(WorkspaceClientCapabilities)(true, const(WorkspaceEditClientCapabilities)(true, ["create", "rename", "delete"], "textOnlyTransactional"), const(DynamicRegistration)(true), const(DynamicRegistration)(true), const(DynamicRegistration)(true), const(DynamicRegistration)(true), true, true), const(TextDocumentClientCapabilities)(const(SyncInfo)(true, true, true, true), const(CompletionInfo)(true, const(CompletionItem)(true, true, true, true), const(CompletionItemKindSet)([1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25]), true), const(DynamicRegistration)(true), const(DynamicRegistration)(true), const(DynamicRegistration)(true), const(DynamicRegistration)(true), const(DocumentSymbolInfo)(true, const(SymbolKindSet)([1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26]), true), const(DynamicRegistration)(true), const(DynamicRegistration)(true), const(DynamicRegistration)(true), const(DynamicRegistration)(true), const(DynamicRegistration)(true), const(DynamicRegistration)(true), const(DynamicRegistration)(true), const(DynamicRegistration)(true), const(DynamicRegistration)(true), const(DynamicRegistration)(true), const(DynamicRegistration)(true), const(PublishDiagnosticsCap)(true)), null), "off", [WorkspaceFolder("file:///d%3A/Coding/D/DLL/jastbind", "jastbind")])
5072019-01-03T18:47:03.306:source\served\extension.d:setTimeout:886 Setting timeout for 1 sec
5082019-01-03T18:47:03.306:source\app.d:processRequest:52 Initialized
5092019-01-03T18:47:03.339:source\served\extension.d:doGlobalStartup:343 Initializing serve-d for global access
5102019-01-03T18:47:03.339:source\served\extension.d:doGlobalStartup:350 Setup global configuration as {"dcd":{"clientPath":"C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe","port":9166,"serverPath":"C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe"},"dmd":{"path":"dmd"}}
5112019-01-03T18:47:03.339:source\served\extension.d:doGlobalStartup:352 Registering dub
5122019-01-03T18:47:03.339:source\served\extension.d:doGlobalStartup:354 Registering fsworkspace
5132019-01-03T18:47:03.339:source\served\extension.d:doGlobalStartup:356 Registering dcd
514Detected dcd-client (C:\Users\Sealab\AppData\Roaming\code-d\bin\dcd-client.exe) v0.10.2
515
516
517Detected dcd-server (C:\Users\Sealab\AppData\Roaming\code-d\bin\dcd-server.exe) v0.10.2
518
519
5202019-01-03T18:47:03.445:source\served\extension.d:doGlobalStartup:358 Registering dcdext
5212019-01-03T18:47:03.445:source\served\extension.d:doGlobalStartup:360 Registering dmd
5222019-01-03T18:47:03.445:source\served\extension.d:doGlobalStartup:362 Starting dscanner
5232019-01-03T18:47:03.445:source\served\extension.d:doGlobalStartup:364 Starting dfmt
5242019-01-03T18:47:03.445:source\served\extension.d:doGlobalStartup:366 Starting dlangui
5252019-01-03T18:47:03.445:source\served\extension.d:doGlobalStartup:368 Starting importer
5262019-01-03T18:47:03.445:source\served\extension.d:doGlobalStartup:370 Starting moduleman
5272019-01-03T18:47:03.445:source\served\extension.d:doStartup:489 Initializing serve-d for file:///d%3A/Coding/D/DLL/jastbind
5282019-01-03T18:47:03.446:source\served\extension.d:rootsForProject:477 Root Suggestions: [RootSuggestion("d:\\Coding\\D\\DLL\\jastbind", true)]
5292019-01-03T18:47:03.446:source\served\extension.d:doStartup:508 Starting dub...
5302019-01-03T18:47:03.658:source\served\extension.d:setTimeout:886 Setting timeout for 50 ms
5312019-01-03T18:47:03.658:source\served\extension.d:startDCD:594 Starting dcd
532Detected dcd-client (C:\Users\Sealab\AppData\Roaming\code-d\bin\dcd-client.exe) v0.10.2
533
534
535Detected dcd-server (C:\Users\Sealab\AppData\Roaming\code-d\bin\dcd-server.exe) v0.10.2
536
537
5382019-01-03T18:47:03.763:source\served\extension.d:startDCD:603 Starting dcdext
5392019-01-03T18:47:03.764:source\served\extension.d:startDCD:609 Running DCD setup
5402019-01-03T18:47:03.764:source\served\extension.d:startDCD:612 findAndSelectPort 9166
5412019-01-03T18:47:03.775:source\served\extension.d:parallelMain:945 Calling timeout
5422019-01-03T18:47:03.775:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
5432019-01-03T18:47:03.775:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
5442019-01-03T18:47:03.786:source\app.d:processRequest:77 Calling provideDocumentSymbols
5452019-01-03T18:47:03.929:source\app.d:processRequest:77 Calling provideCodeLens
5462019-01-03T18:47:03.984:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
5472019-01-03T18:47:03.995:source\served\extension.d:parallelMain:945 Calling timeout
5482019-01-03T18:47:04.314:source\served\extension.d:parallelMain:945 Calling timeout
5492019-01-03T18:47:05.530:source\served\extension.d:startDCD:615 Setting port to 9180
5502019-01-03T18:47:05.530:source\served\extension.d:startDCD:617 startServer ["G:/None-Game/D/tools/dmd2/src/phobos", "G:/None-Game/D/tools/dmd2/src/druntime/import"]
551Server: 2019-01-03T18:47:07.616:src\dcd\server\main.d:main:117 Starting up...
552
553
554Server: 2019-01-03T18:47:07.617:src\dcd\server\main.d:main:130 Listening on port 9180
555
556
557Server: 2019-01-03T18:47:08.234:dsymbol\src\dsymbol\conversion\first.d:visit:428 Could not resolve location of module 'ldc\intrinsics'
558
559
560Server: 2019-01-03T18:47:08.767:dsymbol\src\dsymbol\conversion\first.d:visit:428 Could not resolve location of module 'gcc\builtins'
561
562
563Server: 2019-01-03T18:47:10.233:src\dcd\server\main.d:main:168 Import directories:
564
565
566Server: G:/None-Game/D/tools/dmd2/src/phobos
567
568
569Server: G:/None-Game/D/tools/dmd2/src/druntime/import
570
571
572Server: 2019-01-03T18:47:10.233:src\dcd\server\main.d:main:174 112348 symbols cached.
573
574
575Server: 2019-01-03T18:47:10.233:src\dcd\server\main.d:main:175 Startup completed in 2616 milliseconds.
576
577
5782019-01-03T18:47:10.233:source\served\extension.d:startDCD:619 refreshImports
579Server: 2019-01-03T18:47:10.269:dsymbol\src\dsymbol\conversion\first.d:visit:428 Could not resolve location of module 'fluent\asserts'
580
581
5822019-01-03T18:47:10.271:source\served\extension.d:startDCD:629 Imports for d:\Coding\D\DLL\jastbind: ["d:\\Coding\\D\\DLL\\jastbind\\source\\"]
583Server: 2019-01-03T18:47:10.274:src\dcd\server\main.d:main:289 Request processed in 6 milliseconds
584
585
5862019-01-03T18:47:10.316:source\served\extension.d:doStartup:551 Loaded Components for d:\Coding\D\DLL\jastbind: ["dscanner", "dfmt", "dlangui", "importer", "moduleman", "dub", "dmd", "dcd", "dcdext"]
587Server: 2019-01-03T18:47:10.352:src\dcd\server\main.d:main:289 Request processed in 0 milliseconds
588
589
5902019-01-03T18:47:10.355:source\served\extension.d:changedConfig:192 Finished config change of file:///d%3A/Coding/D/DLL/jastbind with 4 changes in 7 secs, 15 ms, 796 μs, and 9 hnsecs.
5912019-01-03T18:47:10.377:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
5922019-01-03T18:47:10.377:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
5932019-01-03T18:47:10.388:source\app.d:processRequest:77 Calling provideComplete
5942019-01-03T18:47:10.399:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
5952019-01-03T18:47:10.399:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
5962019-01-03T18:47:10.410:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
5972019-01-03T18:47:10.410:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
5982019-01-03T18:47:10.421:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
5992019-01-03T18:47:10.421:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
600Server: 2019-01-03T18:47:10.427:src\dcd\server\main.d:main:273 Getting completions
601
602
603Server: 2019-01-03T18:47:10.430:src\dcd\server\main.d:main:289 Request processed in 2 milliseconds
604
605
606DCD Client: identifiers
607
608
609DCD Client: FSChar l G:/None-Game/D/tools/dmd2/src/phobos\\std\\file.d 3052
610
611
612DCD Client: FSChar l G:/None-Game/D/tools/dmd2/src/phobos\\std\\file.d 3111
613
614
615DCD Client: FieldNameTuple t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 88626 Get as an expression tuple the names of the fields of a struct, class, or\nunion. This consists of the fields that take up memory space, excluding the\nhidden fields like the virtual function table pointer or a context pointer\nfor nested types.\nInherited fields (for classes) are not included.\nIf `T` isn't a struct, class, or union, an\nexpression tuple with an empty string is returned.
616
617
618DCD Client: FieldTypeTuple l G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 87423 Alternate name for $(LREF Fields), kept for legacy compatibility.
619
620
621DCD Client: Fields t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 86943 Get as a tuple the types of the fields of a struct, class, or union.\nThis consists of the fields that take up memory space,\nexcluding the hidden fields like the virtual function\ntable pointer or a context pointer for nested types.\nIf `T` isn't a struct, class, or union returns a tuple\nwith one element `T`.
622
623
624DCD Client: FileException c G:/None-Game/D/tools/dmd2/src/phobos\\std\\file.d 4079 Exception thrown for file I/O errors.
625
626
627DCD Client: Filter t G:/None-Game/D/tools/dmd2/src/phobos\\std\\meta.d 21824 Filters an `AliasSeq` using a template predicate. Returns an\n`AliasSeq` of the elements which satisfy the predicate.
628
629
630DCD Client: Flag g G:/None-Game/D/tools/dmd2/src/phobos\\std\\typecons.d 221634
631
632
633DCD Client: FloatingPointTypeList l G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 9262
634
635
636DCD Client: FloatingPointTypeOf t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 180831
637
638
639DCD Client: ForeachType t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 236091 Returns the inferred type of the loop variable when a variable of type T\nis iterated over using a `foreach` loop with a single loop variable and\nautomatically inferred return type. Note that this may not be the same as\n`std.range.ElementType!Range` in the case of narrow strings, or if T\nhas both opApply and a range interface.
640
641
642DCD Client: FunctionAttribute g G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 49327 Returns the FunctionAttribute mask for function `func`.\nSee_Also:\n$(LREF hasFunctionAttributes)
643
644
645DCD Client: FunctionTypeOf t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 73310 Get the function type from a callable object `func`.\nUsing builtin `typeof` on a property function yields the types of the\nproperty value, not of the property function itself. Still,\n`FunctionTypeOf` is able to obtain function types of properties.\nNote:\nDo not confuse function types with function pointer types; function types are\nusually used for compile-time reflection purposes.
646
647
648DCD Client: file v CPPFile file stdin 2221
649
650
651DCD Client: filenameCharCmp f int filenameCharCmp(CaseSensitive cs = CaseSensitive.osDefault)(dchar a, dchar b) G:/None-Game/D/tools/dmd2/src/phobos\\std\\path.d 99237 Compares filename characters.\n\n This function can perform a case-sensitive or a case-insensitive\n comparison. This is controlled through the `cs` template parameter\n which, if not specified, is given by $(LREF CaseSensitive)`.osDefault`.\n\n On Windows, the backslash and slash characters ($(D `\\`) and $(D `/`))\n are considered equal.\n\n Params:\n cs = Case-sensitivity of the comparison.\n a = A filename character.\n b = A filename character.\n\n Returns:\n $(D < 0) if $(D a < b),\n `0` if $(D a == b), and\n $(D > 0) if $(D a > b).
652
653
654DCD Client: filenameCmp f int filenameCmp(CaseSensitive cs = CaseSensitive.osDefault, Range1, Range2)(Range1 filename1, Range2 filename2) G:/None-Game/D/tools/dmd2/src/phobos\\std\\path.d 101606 Compares file names and returns\n\n Individual characters are compared using `filenameCharCmp!cs`,\n where `cs` is an optional template parameter determining whether\n the comparison is case sensitive or not.\n\n Treatment of invalid UTF encodings is implementation defined.\n\n Params:\n cs = case sensitivity\n filename1 = range for first file name\n filename2 = range for second file name\n\n Returns:\n $(D < 0) if $(D filename1 < filename2),\n `0` if $(D filename1 == filename2) and\n $(D > 0) if $(D filename1 > filename2).\n\n See_Also:\n $(LREF filenameCharCmp)
655
656
657DCD Client: filenameCmp f int filenameCmp(CaseSensitive cs = CaseSensitive.osDefault, Range1, Range2)(auto ref Range1 filename1, auto ref Range2 filename2) G:/None-Game/D/tools/dmd2/src/phobos\\std\\path.d 103809
658
659
660DCD Client: float k
661
662
663DCD Client: fqnSym t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 21446
664
665
666DCD Client: fqnSym t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 22048
667
668
669DCD Client: fqnType t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 23902
670
671
672DCD Client: fracSecs f Duration fracSecs() G:/None-Game/D/tools/dmd2/src/phobos\\std\\datetime\\systime.d 63287 Fractional seconds past the second (i.e. the portion of a\n$(LREF SysTime) which is less than a second).
673
674
675DCD Client: fracSecs f void fracSecs(Duration fracSecs) G:/None-Game/D/tools/dmd2/src/phobos\\std\\datetime\\systime.d 66003 Fractional seconds past the second (i.e. the portion of a\n$(LREF SysTime) which is less than a second).\n\nParams:\n fracSecs = The duration to set this $(LREF SysTime)'s fractional\n seconds to.\n\nThrows:\n $(REF DateTimeException,std,datetime,date) if the given duration\n is negative or if it's greater than or equal to one second.
676
677
678DCD Client: freeFunc f void freeFunc(string) G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 245709
679
680
681DCD Client: fromISOExtString f DateTime fromISOExtString(S)(scope const S isoExtString) G:/None-Game/D/tools/dmd2/src/phobos\\std\\datetime\\date.d 147123 Creates a $(LREF DateTime) from a string with the format\nYYYY-MM-DDTHH:MM:SS. Whitespace is stripped from the given string.\n\nParams:\n isoExtString = A string formatted in the ISO Extended format for dates\n and times.\n\nThrows:\n $(REF DateTimeException,std,datetime,date) if the given string is\n not in the ISO Extended format or if the resulting $(LREF DateTime)\n would not be valid.
682
683
684DCD Client: fromISOString f DateTime fromISOString(S)(scope const S isoString) G:/None-Game/D/tools/dmd2/src/phobos\\std\\datetime\\date.d 142355 Creates a $(LREF DateTime) from a string with the format YYYYMMDDTHHMMSS.\nWhitespace is stripped from the given string.\n\nParams:\n isoString = A string formatted in the ISO format for dates and times.\n\nThrows:\n $(REF DateTimeException,std,datetime,date) if the given string is\n not in the ISO format or if the resulting $(LREF DateTime) would not\n be valid.
685
686
687DCD Client: fromSimpleString f DateTime fromSimpleString(S)(scope const S simpleString) G:/None-Game/D/tools/dmd2/src/phobos\\std\\datetime\\date.d 151990 Creates a $(LREF DateTime) from a string with the format\nYYYY-Mon-DD HH:MM:SS. Whitespace is stripped from the given string.\n\nParams:\n simpleString = A string formatted in the way that toSimpleString\n formats dates and times.\n\nThrows:\n $(REF DateTimeException,std,datetime,date) if the given string is\n not in the correct format or if the resulting $(LREF DateTime)\n would not be valid.
688
689
690DCD Client: fromUnixTime f SysTime fromUnixTime(long unixTime, immutable TimeZone tz = LocalTime()) G:/None-Game/D/tools/dmd2/src/phobos\\std\\datetime\\systime.d 80880 Converts from unix time (i.e. seconds from midnight, January 1st, 1970\nin UTC) to a $(LREF SysTime).\n\nThe C standard does not specify the representation of time_t, so it is\nimplementation defined. On POSIX systems, unix time is equivalent to\ntime_t, but that's not necessarily true on other systems (e.g. it is\nnot true for the Digital Mars C runtime). So, be careful when using unix\ntime with C functions on non-POSIX systems.\n\nParams:\n unixTime = Seconds from midnight, January 1st, 1970 in UTC.\n tz = The time zone for the SysTime that's returned.
691
692
693DCD Client: fullyQualifiedName t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 19844 Get the fully qualified name of a type or a symbol. Can act as an intelligent type/symbol to string converter.\nExample:\n-----------------\nmodule myModule;\nstruct MyStruct {}\nstatic assert(fullyQualifiedName!(const MyStruct[]) == "const(myModule.MyStruct[])");\n-----------------
694
695
696DCD Client: functionAttributes t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 49999 Returns the FunctionAttribute mask for function `func`.\nSee_Also:\n$(LREF hasFunctionAttributes)
697
698
699DCD Client: functionLinkage t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 70447 Determine the linkage attribute of the function.\nParams:\nfunc = the function symbol, or the type of a function, delegate, or pointer to function\nReturns:\none of the strings "D", "C", "Windows", "Pascal", or "Objective-C"
700
701
702DCD Client:
7032019-01-03T18:47:10.432:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
7042019-01-03T18:47:10.432:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
7052019-01-03T18:47:10.455:source\app.d:processRequest:77 Calling provideComplete
7062019-01-03T18:47:10.466:source\app.d:processRequest:77 Calling provideCodeLens
7072019-01-03T18:47:10.477:source\app.d:processRequest:77 Calling provideCodeActions
7082019-01-03T18:47:10.488:source\app.d:processRequest:77 Calling provideDocumentSymbols
709d:\Coding\D\DLL\jastbind\source\jaster\binding\generator.d(112:13)[error]: Expected `identifier` instead of `auto`
710Server: 2019-01-03T18:47:10.490:src\dcd\server\main.d:main:273 Getting completions
711
712
713Server: 2019-01-03T18:47:10.492:src\dcd\server\main.d:main:289 Request processed in 1 milliseconds
714
715
716DCD Client: identifiers
717
718
719DCD Client: __monitor v
720
721
722DCD Client: __vptr v
723
724
725DCD Client: alignof k
726
727
728DCD Client: classinfo v
729
730
731DCD Client: definitions v *arr* definitions stdin 705
732
733
734DCD Client: imports v *arr* imports stdin 679
735
736
737DCD Client: init k
738
739
740DCD Client: mangleof k
741
742
743DCD Client: sizeof k
744
745
746DCD Client: stringof k
747
748
749DCD Client: toCode f string toCode() stdin 730
750
751
752DCD Client: tupleof k
753
754
755DCD Client:
7562019-01-03T18:47:10.640:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
7572019-01-03T18:47:10.651:source\served\extension.d:parallelMain:945 Calling timeout
7582019-01-03T18:47:10.918:source\app.d:processRequest:77 Calling provideCodeActions
7592019-01-03T18:47:11.025:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
7602019-01-03T18:47:11.025:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
7612019-01-03T18:47:11.101:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
7622019-01-03T18:47:11.101:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
7632019-01-03T18:47:11.154:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
7642019-01-03T18:47:11.154:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
7652019-01-03T18:47:11.218:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
7662019-01-03T18:47:11.218:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
7672019-01-03T18:47:11.240:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
7682019-01-03T18:47:11.240:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
7692019-01-03T18:47:11.432:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
7702019-01-03T18:47:11.432:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
7712019-01-03T18:47:11.498:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
7722019-01-03T18:47:11.498:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
7732019-01-03T18:47:11.615:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
7742019-01-03T18:47:11.615:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
7752019-01-03T18:47:11.745:source\app.d:processRequest:77 Calling provideCodeActions
7762019-01-03T18:47:11.819:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
7772019-01-03T18:47:11.819:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
7782019-01-03T18:47:11.819:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
7792019-01-03T18:47:11.830:source\served\extension.d:parallelMain:945 Calling timeout
7802019-01-03T18:47:11.935:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
7812019-01-03T18:47:11.935:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
7822019-01-03T18:47:12.132:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
7832019-01-03T18:47:12.132:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
7842019-01-03T18:47:12.143:source\app.d:processRequest:77 Calling provideComplete
785Server: 2019-01-03T18:47:12.180:src\dcd\server\main.d:main:273 Getting completions
786
787
788Server: 2019-01-03T18:47:12.180:src\dcd\server\main.d:main:289 Request processed in 0 milliseconds
789
790
791DCD Client:
7922019-01-03T18:47:12.209:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
7932019-01-03T18:47:12.209:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
7942019-01-03T18:47:12.414:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
7952019-01-03T18:47:12.425:source\served\extension.d:parallelMain:945 Calling timeout
7962019-01-03T18:47:12.458:source\app.d:processRequest:77 Calling provideCodeLens
7972019-01-03T18:47:12.555:source\app.d:processRequest:77 Calling provideDocumentSymbols
798d:\Coding\D\DLL\jastbind\source\jaster\binding\generator.d(112:13)[error]: Primary expression expected
799d:\Coding\D\DLL\jastbind\source\jaster\binding\generator.d(112:44)[warn]: Empty declaration
8002019-01-03T18:47:12.738:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
8012019-01-03T18:47:12.738:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
8022019-01-03T18:47:12.749:source\app.d:processRequest:77 Calling provideComplete
803Server: 2019-01-03T18:47:12.787:src\dcd\server\main.d:main:273 Getting completions
804
805
806Server: 2019-01-03T18:47:12.789:src\dcd\server\main.d:main:289 Request processed in 2 milliseconds
807
808
809DCD Client: identifiers
810
811
812DCD Client: FSChar l G:/None-Game/D/tools/dmd2/src/phobos\\std\\file.d 3052
813
814
815DCD Client: FSChar l G:/None-Game/D/tools/dmd2/src/phobos\\std\\file.d 3111
816
817
818DCD Client: FieldNameTuple t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 88626 Get as an expression tuple the names of the fields of a struct, class, or\nunion. This consists of the fields that take up memory space, excluding the\nhidden fields like the virtual function table pointer or a context pointer\nfor nested types.\nInherited fields (for classes) are not included.\nIf `T` isn't a struct, class, or union, an\nexpression tuple with an empty string is returned.
819
820
821DCD Client: FieldTypeTuple l G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 87423 Alternate name for $(LREF Fields), kept for legacy compatibility.
822
823
824DCD Client: Fields t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 86943 Get as a tuple the types of the fields of a struct, class, or union.\nThis consists of the fields that take up memory space,\nexcluding the hidden fields like the virtual function\ntable pointer or a context pointer for nested types.\nIf `T` isn't a struct, class, or union returns a tuple\nwith one element `T`.
825
826
827DCD Client: FileException c G:/None-Game/D/tools/dmd2/src/phobos\\std\\file.d 4079 Exception thrown for file I/O errors.
828
829
830DCD Client: Filter t G:/None-Game/D/tools/dmd2/src/phobos\\std\\meta.d 21824 Filters an `AliasSeq` using a template predicate. Returns an\n`AliasSeq` of the elements which satisfy the predicate.
831
832
833DCD Client: Flag g G:/None-Game/D/tools/dmd2/src/phobos\\std\\typecons.d 221634
834
835
836DCD Client: FloatingPointTypeList l G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 9262
837
838
839DCD Client: FloatingPointTypeOf t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 180831
840
841
842DCD Client: ForeachType t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 236091 Returns the inferred type of the loop variable when a variable of type T\nis iterated over using a `foreach` loop with a single loop variable and\nautomatically inferred return type. Note that this may not be the same as\n`std.range.ElementType!Range` in the case of narrow strings, or if T\nhas both opApply and a range interface.
843
844
845DCD Client: FunctionAttribute g G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 49327 Returns the FunctionAttribute mask for function `func`.\nSee_Also:\n$(LREF hasFunctionAttributes)
846
847
848DCD Client: FunctionTypeOf t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 73310 Get the function type from a callable object `func`.\nUsing builtin `typeof` on a property function yields the types of the\nproperty value, not of the property function itself. Still,\n`FunctionTypeOf` is able to obtain function types of properties.\nNote:\nDo not confuse function types with function pointer types; function types are\nusually used for compile-time reflection purposes.
849
850
851DCD Client: file v CPPFile file stdin 2221
852
853
854DCD Client: filenameCharCmp f int filenameCharCmp(CaseSensitive cs = CaseSensitive.osDefault)(dchar a, dchar b) G:/None-Game/D/tools/dmd2/src/phobos\\std\\path.d 99237 Compares filename characters.\n\n This function can perform a case-sensitive or a case-insensitive\n comparison. This is controlled through the `cs` template parameter\n which, if not specified, is given by $(LREF CaseSensitive)`.osDefault`.\n\n On Windows, the backslash and slash characters ($(D `\\`) and $(D `/`))\n are considered equal.\n\n Params:\n cs = Case-sensitivity of the comparison.\n a = A filename character.\n b = A filename character.\n\n Returns:\n $(D < 0) if $(D a < b),\n `0` if $(D a == b), and\n $(D > 0) if $(D a > b).
855
856
857DCD Client: filenameCmp f int filenameCmp(CaseSensitive cs = CaseSensitive.osDefault, Range1, Range2)(Range1 filename1, Range2 filename2) G:/None-Game/D/tools/dmd2/src/phobos\\std\\path.d 101606 Compares file names and returns\n\n Individual characters are compared using `filenameCharCmp!cs`,\n where `cs` is an optional template parameter determining whether\n the comparison is case sensitive or not.\n\n Treatment of invalid UTF encodings is implementation defined.\n\n Params:\n cs = case sensitivity\n filename1 = range for first file name\n filename2 = range for second file name\n\n Returns:\n $(D < 0) if $(D filename1 < filename2),\n `0` if $(D filename1 == filename2) and\n $(D > 0) if $(D filename1 > filename2).\n\n See_Also:\n $(LREF filenameCharCmp)
858
859
860DCD Client: filenameCmp f int filenameCmp(CaseSensitive cs = CaseSensitive.osDefault, Range1, Range2)(auto ref Range1 filename1, auto ref Range2 filename2) G:/None-Game/D/tools/dmd2/src/phobos\\std\\path.d 103809
861
862
863DCD Client: float k
864
865
866DCD Client: fqnSym t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 21446
867
868
869DCD Client: fqnSym t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 22048
870
871
872DCD Client: fqnType t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 23902
873
874
875DCD Client: fracSecs f Duration fracSecs() G:/None-Game/D/tools/dmd2/src/phobos\\std\\datetime\\systime.d 63287 Fractional seconds past the second (i.e. the portion of a\n$(LREF SysTime) which is less than a second).
876
877
878DCD Client: fracSecs f void fracSecs(Duration fracSecs) G:/None-Game/D/tools/dmd2/src/phobos\\std\\datetime\\systime.d 66003 Fractional seconds past the second (i.e. the portion of a\n$(LREF SysTime) which is less than a second).\n\nParams:\n fracSecs = The duration to set this $(LREF SysTime)'s fractional\n seconds to.\n\nThrows:\n $(REF DateTimeException,std,datetime,date) if the given duration\n is negative or if it's greater than or equal to one second.
879
880
881DCD Client: freeFunc f void freeFunc(string) G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 245709
882
883
884DCD Client: fromISOExtString f DateTime fromISOExtString(S)(scope const S isoExtString) G:/None-Game/D/tools/dmd2/src/phobos\\std\\datetime\\date.d 147123 Creates a $(LREF DateTime) from a string with the format\nYYYY-MM-DDTHH:MM:SS. Whitespace is stripped from the given string.\n\nParams:\n isoExtString = A string formatted in the ISO Extended format for dates\n and times.\n\nThrows:\n $(REF DateTimeException,std,datetime,date) if the given string is\n not in the ISO Extended format or if the resulting $(LREF DateTime)\n would not be valid.
885
886
887DCD Client: fromISOString f DateTime fromISOString(S)(scope const S isoString) G:/None-Game/D/tools/dmd2/src/phobos\\std\\datetime\\date.d 142355 Creates a $(LREF DateTime) from a string with the format YYYYMMDDTHHMMSS.\nWhitespace is stripped from the given string.\n\nParams:\n isoString = A string formatted in the ISO format for dates and times.\n\nThrows:\n $(REF DateTimeException,std,datetime,date) if the given string is\n not in the ISO format or if the resulting $(LREF DateTime) would not\n be valid.
888
889
890DCD Client: fromSimpleString f DateTime fromSimpleString(S)(scope const S simpleString) G:/None-Game/D/tools/dmd2/src/phobos\\std\\datetime\\date.d 151990 Creates a $(LREF DateTime) from a string with the format\nYYYY-Mon-DD HH:MM:SS. Whitespace is stripped from the given string.\n\nParams:\n simpleString = A string formatted in the way that toSimpleString\n formats dates and times.\n\nThrows:\n $(REF DateTimeException,std,datetime,date) if the given string is\n not in the correct format or if the resulting $(LREF DateTime)\n would not be valid.
891
892
893DCD Client: fromUnixTime f SysTime fromUnixTime(long unixTime, immutable TimeZone tz = LocalTime()) G:/None-Game/D/tools/dmd2/src/phobos\\std\\datetime\\systime.d 80880 Converts from unix time (i.e. seconds from midnight, January 1st, 1970\nin UTC) to a $(LREF SysTime).\n\nThe C standard does not specify the representation of time_t, so it is\nimplementation defined. On POSIX systems, unix time is equivalent to\ntime_t, but that's not necessarily true on other systems (e.g. it is\nnot true for the Digital Mars C runtime). So, be careful when using unix\ntime with C functions on non-POSIX systems.\n\nParams:\n unixTime = Seconds from midnight, January 1st, 1970 in UTC.\n tz = The time zone for the SysTime that's returned.
894
895
896DCD Client: fullyQualifiedName t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 19844 Get the fully qualified name of a type or a symbol. Can act as an intelligent type/symbol to string converter.\nExample:\n-----------------\nmodule myModule;\nstruct MyStruct {}\nstatic assert(fullyQualifiedName!(const MyStruct[]) == "const(myModule.MyStruct[])");\n-----------------
897
898
899DCD Client: functionAttributes t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 49999 Returns the FunctionAttribute mask for function `func`.\nSee_Also:\n$(LREF hasFunctionAttributes)
900
901
902DCD Client: functionLinkage t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 70447 Determine the linkage attribute of the function.\nParams:\nfunc = the function symbol, or the type of a function, delegate, or pointer to function\nReturns:\none of the strings "D", "C", "Windows", "Pascal", or "Objective-C"
903
904
905DCD Client:
9062019-01-03T18:47:12.793:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
9072019-01-03T18:47:12.793:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
9082019-01-03T18:47:13.003:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
9092019-01-03T18:47:13.014:source\served\extension.d:parallelMain:945 Calling timeout
9102019-01-03T18:47:13.014:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
9112019-01-03T18:47:13.014:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
9122019-01-03T18:47:13.142:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
9132019-01-03T18:47:13.142:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
9142019-01-03T18:47:13.261:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
9152019-01-03T18:47:13.261:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
9162019-01-03T18:47:13.272:source\app.d:processRequest:77 Calling provideComplete
917Server: 2019-01-03T18:47:13.310:src\dcd\server\main.d:main:273 Getting completions
918
919
920Server: 2019-01-03T18:47:13.312:src\dcd\server\main.d:main:289 Request processed in 2 milliseconds
921
922
923DCD Client: identifiers
924
925
926DCD Client: Identity l G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 126361
927
928
929DCD Client: ImaginaryTypeList l G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 9328
930
931
932DCD Client: ImmutableOf t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 12220 Params:\n T = The type to qualify\nReturns:\n `T` with the `immutable` qualifier added.
933
934
935DCD Client: ImplicitConversionTargets t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 155841 Params:\nT = The type to check\n\nReturns:\nAn $(REF AliasSeq,std,meta) with all possible target types of an implicit\nconversion `T`.\n\nIf `T` is a class derived from `Object`, the the result of\n$(LREF TransitiveBaseTypeTuple) is returned.\n\nIf the type is not a built-in value type or a class derived from\n`Object`, the an empty $(REF AliasSeq,std,meta) is returned.\n\nNote:\nThe possible targets are computed more conservatively than the\nlanguage allows, eliminating all dangerous conversions. For example,\n`ImplicitConversionTargets!double` does not include `float`.\n\nSee_Also:\n$(LREF isImplicitlyConvertible)
936
937
938DCD Client: Import s stdin 597
939
940
941DCD Client: InoutOf t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 9867 Params:\n T = The type to qualify\nReturns:\n `T` with the `inout` qualifier added.
942
943
944DCD Client: Instantiate l G:/None-Game/D/tools/dmd2/src/phobos\\std\\meta.d 40518 Instantiates the given template with the given parameters.\n\nUsed to work around syntactic limitations of D with regard to instantiating\na template from an alias sequence (e.g. `T[0]!(...)` is not valid) or a\ntemplate returning another template (e.g. `Foo!(Bar)!(Baz)` is not allowed).\n\nParams:\n Template = The template to instantiate.\n Params = The parameters with which to instantiate the template.\nReturns:\n The instantiated template.
945
946
947DCD Client: IntegralTypeList l G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 8967
948
949
950DCD Client: IntegralTypeOf t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 179811
951
952
953DCD Client: Interface s G:/None-Game/D/tools/dmd2/src/druntime/import\\object.d 26518 Information about an interface.\nWhen an object is accessed via an interface, an Interface* appears as the\nfirst entry in its vtbl.
954
955
956DCD Client: InterfacesTuple t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 141505 Params:\nT = The `class` or `interface` to search.\n\nReturns:\n$(REF AliasSeq,std,meta) of all interfaces directly or\nindirectly inherited by this class or interface. Interfaces\ndo not repeat if multiply implemented.\n\n`InterfacesTuple!Object` yields an empty `AliasSeq`.
957
958
959DCD Client: idouble k
960
961
962DCD Client: idup f immutable(T)[] idup(T : void)(const(T)[] a) G:/None-Game/D/tools/dmd2/src/druntime/import\\object.d 121091 Provide the .idup array property.
963
964
965DCD Client: idup f immutable(T)[] idup(T)(T[] a) G:/None-Game/D/tools/dmd2/src/druntime/import\\object.d 120680 Provide the .idup array property.
966
967
968DCD Client: ifloat k
969
970
971DCD Client: init k
972
973
974DCD Client: int k
975
976
977DCD Client: ireal k
978
979
980DCD Client: isAD f bool isAD() G:/None-Game/D/tools/dmd2/src/phobos\\std\\datetime\\date.d 127028 Whether the current year is a date in A.D.
981
982
983DCD Client: isAbsolute f bool isAbsolute(R)(R path) G:/None-Game/D/tools/dmd2/src/phobos\\std\\path.d 84875 Determines whether a path is absolute or not.\n\n Params: path = A path name.\n\n Returns: Whether a path is absolute or not.\n\n Example:\n On POSIX, an absolute path starts at the root directory.\n (In fact, `_isAbsolute` is just an alias for $(LREF isRooted).)\n ---\n version (Posix)\n {\n assert(isAbsolute("/"));\n assert(isAbsolute("/foo"));\n assert(!isAbsolute("foo"));\n assert(!isAbsolute("../foo"));\n }\n ---\n\n On Windows, an absolute path starts at the root directory of\n a specific drive. Hence, it must start with $(D `d:\\`) or $(D `d:/`),\n where `d` is the drive letter. Alternatively, it may be a\n network path, i.e. a path starting with a double (back)slash.\n ---\n version (Windows)\n {\n assert(isAbsolute(`d:\\`));\n assert(isAbsolute(`d:\\foo`));\n assert(isAbsolute(`\\\\foo\\bar`));\n assert(!isAbsolute(`\\`));\n assert(!isAbsolute(`\\foo`));\n assert(!isAbsolute("d:foo"));\n }\n ---
984
985
986DCD Client: isAbsolute f bool isAbsolute(R)(R path) G:/None-Game/D/tools/dmd2/src/phobos\\std\\path.d 85044
987
988
989DCD Client: isAbsolute l G:/None-Game/D/tools/dmd2/src/phobos\\std\\path.d 85275
990
991
992DCD Client: isAbstractClass t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 226442 Detect whether `T` is an abstract class.
993
994
995DCD Client: isAbstractFunction t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 224658 Detect whether `T` is an abstract function.\nParams:\nT = The type to check\nReturns:\nA `bool`
996
997
998DCD Client: isAggregateType v bool isAggregateType G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 213552 Detect whether type `T` is an aggregate type.
999
1000
1001DCD Client: isArray v bool isArray G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 210288 Detect whether type `T` is an array (static or dynamic; for associative\n arrays see $(LREF isAssociativeArray)).
1002
1003
1004DCD Client: isAssociativeArray v bool isAssociativeArray G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 210951 Detect whether `T` is an associative array type
1005
1006
1007DCD Client: isAutodecodableString v bool isAutodecodableString G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 207919 Detect whether type `T` is a string that will be autodecoded.\n\nAll arrays that use char, wchar, and their qualified versions are narrow\nstrings. (Those include string and wstring).\nAggregates that implicitly cast to narrow strings are included.\n\nParams:\n T = type to be tested\n\nReturns:\n true if T represents a string that is subject to autodecoding\n\nSee Also:\n $(LREF isNarrowString)
1008
1009
1010DCD Client: isBasicType v bool isBasicType G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 197023 Detect whether `T` is a basic type (scalar type or void).
1011
1012
1013DCD Client: isBlitAssignable t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 163763
1014
1015
1016DCD Client: isBoolean v bool isBoolean G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 191016 Detect whether `T` is a built-in boolean type.
1017
1018
1019DCD Client: isBuiltinType v bool isBuiltinType G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 211793 Detect whether type `T` is a builtin type.
1020
1021
1022DCD Client: isCallable t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 223673 Detect whether `T` is a callable object, which can be called with the\nfunction call operator `$(LPAREN)...$(RPAREN)`.
1023
1024
1025DCD Client: isConvertibleToString t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 206584 $(RED Warning: This trait will be deprecated as soon as it is no longer used\n in Phobos. For a function parameter to safely accept a type\n that implicitly converts to string as a string, the conversion\n needs to happen at the callsite; otherwise, the conversion is\n done inside the function, and in many cases, that means that\n local memory is sliced (e.g. if a static array is passed to\n the function, then it's copied, and the resulting dynamic\n array will be a slice of a local variable). So, if the\n resulting string escapes the function, the string refers to\n invalid memory, and accessing it would mean accessing invalid\n memory. As such, the only safe way for a function to accept\n types that implicitly convert to string is for the implicit\n conversion to be done at the callsite, and that can only occur\n if the parameter is explicitly typed as an array, whereas\n using isConvertibleToString in a template constraint would\n result in the conversion being done inside the function. As\n such, isConvertibleToString is inherently unsafe and is going\n to be deprecated.)\n\n Detect whether `T` is a struct, static array, or enum that is implicitly\n convertible to a string.
1026
1027
1028DCD Client: isCovariantWith t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 168883 Determines whether the function type `F` is covariant with `G`, i.e.,\nfunctions of the type `F` can override ones of the type `G`.
1029
1030
1031DCD Client: isCreateOperation t G:/None-Game/D/tools/dmd2/src/druntime/import\\object.d 88932
1032
1033
1034DCD Client: isDelegate t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 220807 Detect whether symbol or type `T` is a delegate.
1035
1036
1037DCD Client: isDesiredUDA t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 255341
1038
1039
1040DCD Client: isDir f bool isDir(R)(R name) G:/None-Game/D/tools/dmd2/src/phobos\\std\\file.d 66538 Returns whether the given file is a directory.\n\nParams:\n name = The path to the file.\n\nReturns:\n true if name specifies a directory\n\nThrows:\n $(LREF FileException) if the given file does not exist.
1041
1042
1043DCD Client: isDir f bool isDir(R)(auto ref R name) G:/None-Game/D/tools/dmd2/src/phobos\\std\\file.d 66889 Returns whether the given file is a directory.\n\nParams:\n name = The path to the file.\n\nReturns:\n true if name specifies a directory\n\nThrows:\n $(LREF FileException) if the given file does not exist.
1044
1045
1046DCD Client: isDirSeparator f bool isDirSeparator(dchar c) G:/None-Game/D/tools/dmd2/src/phobos\\std\\path.d 4717 Determines whether the given character is a directory separator.\n\n On Windows, this includes both $(D `\\`) and $(D `/`).\n On POSIX, it's just $(D `/`).
1047
1048
1049DCD Client: isDriveRoot f bool isDriveRoot(R)(R path) G:/None-Game/D/tools/dmd2/src/phobos\\std\\path.d 7238
1050
1051
1052DCD Client: isDriveSeparator f bool isDriveSeparator(dchar c) G:/None-Game/D/tools/dmd2/src/phobos\\std\\path.d 5360
1053
1054
1055DCD Client: isDynamicArray v bool isDynamicArray G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 209480 Detect whether type `T` is a dynamic array.
1056
1057
1058DCD Client: isEqualityComparable v bool isEqualityComparable G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 204473 Detects whether `T` is a comparable type. Basic types and structs and\nclasses that implement opCmp are ordering comparable.
1059
1060
1061DCD Client: isExpressionTuple l G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 218256 Alternate name for $(LREF isExpressions), kept for legacy compatibility.
1062
1063
1064DCD Client: isExpressions t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 217616 Check whether the tuple T is an expression tuple.\nAn expression tuple only contains expressions.\n\nSee_Also: $(LREF isTypeTuple).
1065
1066
1067DCD Client: isFile f bool isFile(R)(R name) G:/None-Game/D/tools/dmd2/src/phobos\\std\\file.d 70768 Returns whether the given file (or directory) is a file.\n\nOn Windows, if a file is not a directory, then it's a file. So,\neither `isFile` or `isDir` will return true for any given file.\n\nOn Posix systems, if `isFile` is `true`, that indicates that the file\nis a regular file (e.g. not a block not device). So, on Posix systems, it's\npossible for both `isFile` and `isDir` to be `false` for a\nparticular file (in which case, it's a special file). You can use\n`getAttributes` to get the attributes to figure out what type of special\nit is, or you can use `DirEntry` to get at its `statBuf`, which is the\nresult from `stat`. In either case, see the man page for `stat` for\nmore information.\n\nParams:\n name = The path to the file.\n\nReturns:\n true if name specifies a file\n\nThrows:\n $(LREF FileException) if the given file does not exist.
1068
1069
1070DCD Client: isFile f bool isFile(R)(auto ref R name) G:/None-Game/D/tools/dmd2/src/phobos\\std\\file.d 71054 Returns whether the given file (or directory) is a file.\n\nOn Windows, if a file is not a directory, then it's a file. So,\neither `isFile` or `isDir` will return true for any given file.\n\nOn Posix systems, if `isFile` is `true`, that indicates that the file\nis a regular file (e.g. not a block not device). So, on Posix systems, it's\npossible for both `isFile` and `isDir` to be `false` for a\nparticular file (in which case, it's a special file). You can use\n`getAttributes` to get the attributes to figure out what type of special\nit is, or you can use `DirEntry` to get at its `statBuf`, which is the\nresult from `stat`. In either case, see the man page for `stat` for\nmore information.\n\nParams:\n name = The path to the file.\n\nReturns:\n true if name specifies a file\n\nThrows:\n $(LREF FileException) if the given file does not exist.
1071
1072
1073DCD Client: isFinal t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 265406 Detect whether `X` is a final method or class.\n\nReturns:\n `true` if `X` is final, `false` otherwise
1074
1075
1076DCD Client: isFinalClass t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 226910 Detect whether `T` is a final class.
1077
1078
1079DCD Client: isFinalFunction t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 225154 Detect whether `T` is a final function.
1080
1081
1082DCD Client: isFloatingPoint v bool isFloatingPoint G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 192723 Detect whether `T` is a built-in floating point type.
1083
1084
1085DCD Client: isFunction t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 264672 Detect whether symbol or type `X` is a function. This is different that finding\nif a symbol is callable or satisfying `is(X == function)`, it finds\nspecifically if the symbol represents a normal function declaration, i.e.\nnot a delegate or a function pointer.\n\nReturns:\n `true` if `X` is a function, `false` otherwise\n\nSee_Also:\n Use $(LREF isFunctionPointer) or $(LREF isDelegate) for detecting those types\n respectively.
1086
1087
1088DCD Client: isFunctionPointer t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 219957 Detect whether symbol or type `T` is a function pointer.
1089
1090
1091DCD Client: isImplicitlyConvertible t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 160545 Is `From` implicitly convertible to `To`?
1092
1093
1094DCD Client: isInnerClass t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 82887 Determines whether `T` is a class nested inside another class\nand that `T.outer` is the implicit reference to the outer class\n(i.e. `outer` has not been used as a field or method name)\nParams:\nT = type to test\n\nReturns:\n`true` if `T` is a class nested inside another, with the conditions described above;\n`false` otherwise
1095
1096
1097DCD Client: isInstanceOf t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 215860 Returns true if T is an instance of the template S.
1098
1099
1100DCD Client: isInstanceOf v bool isInstanceOf G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 215788 Returns true if T is an instance of the template S.
1101
1102
1103DCD Client: isIntegral v bool isIntegral G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 191524 Detect whether `T` is a built-in integral type. Types `bool`,\n`char`, `wchar`, and `dchar` are not considered integral.
1104
1105
1106DCD Client: isIterable v bool isIterable G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 214508 Returns `true` if T can be iterated over using a `foreach` loop with\na single loop variable of automatically inferred type, regardless of how\nthe `foreach` loop is implemented. This includes ranges, structs/classes\nthat define `opApply` with a single loop variable, and builtin dynamic,\nstatic and associative arrays.
1107
1108
1109DCD Client: isLeapYear f bool isLeapYear() G:/None-Game/D/tools/dmd2/src/phobos\\std\\datetime\\date.d 116002 Whether this $(LREF DateTime) is in a leap year.
1110
1111
1112DCD Client: isLessEq t G:/None-Game/D/tools/dmd2/src/phobos\\std\\meta.d 36625
1113
1114
1115DCD Client: isMutable v bool isMutable G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 215207 Returns true if T is not const or immutable. Note that isMutable is true for\nstring, or immutable(char)[], because the 'head' is mutable.
1116
1117
1118DCD Client: isNarrowString v bool isNarrowString G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 202525 Detect whether type `T` is a narrow string.\n\nAll arrays that use char, wchar, and their qualified versions are narrow\nstrings. (Those include string and wstring).
1119
1120
1121DCD Client: isNegative f bool isNegative() G:/None-Game/D/tools/dmd2/src/druntime/import\\core\\time.d 65748 Returns whether this $(D Duration) is negative.
1122
1123
1124DCD Client: isNested t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 83810 Determines whether `T` has its own context pointer.\n`T` must be either `class`, `struct`, or `union`.
1125
1126
1127DCD Client: isNestedFunction t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 225790 Determines if `f` is a function that requires a context pointer.\nParams:\nf = The type to check\nReturns\nA `bool`
1128
1129
1130DCD Client: isNumeric v bool isNumeric G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 194749 Detect whether `T` is a built-in numeric type (integral or floating\npoint).
1131
1132
1133DCD Client: isOrderingComparable v bool isOrderingComparable G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 203959 Detects whether `T` is a comparable type. Basic types and structs and\nclasses that implement opCmp are ordering comparable.
1134
1135
1136DCD Client: isPointer v bool isPointer G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 212799 Detect whether type `T` is a pointer.
1137
1138
1139DCD Client: isRooted f bool isRooted(R)(R path) G:/None-Game/D/tools/dmd2/src/phobos\\std\\path.d 82578 Determines whether a path starts at a root directory.\n\nParams:\n path = A path name.\nReturns:\n Whether a path starts at a root directory.\n\n On POSIX, this function returns true if and only if the path starts\n with a slash (/).\n\n On Windows, this function returns true if the path starts at\n the root directory of the current drive, of some other drive,\n or of a network drive.
1140
1141
1142DCD Client: isSIMDVector v bool isSIMDVector G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 212382 Detect whether type `T` is a SIMD vector type.
1143
1144
1145DCD Client: isSafe t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 65812 `true` if `func` is `@safe` or `@trusted`.
1146
1147
1148DCD Client: isSame t G:/None-Game/D/tools/dmd2/src/phobos\\std\\meta.d 41678
1149
1150
1151DCD Client: isScalarType v bool isScalarType G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 196153 Detect whether `T` is a scalar type (a built-in numeric, character or\nboolean type).
1152
1153
1154DCD Client: isSeparator f bool isSeparator(dchar c) G:/None-Game/D/tools/dmd2/src/phobos\\std\\path.d 5572
1155
1156
1157DCD Client: isSeparator l G:/None-Game/D/tools/dmd2/src/phobos\\std\\path.d 5705
1158
1159
1160DCD Client: isSigned v bool isSigned G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 198869 Detect whether `T` is a built-in signed numeric type.
1161
1162
1163DCD Client: isSomeChar v bool isSomeChar G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 199938 Detect whether `T` is one of the built-in character types.\n\nThe built-in char types are any of `char`, `wchar` or `dchar`, with\nor without qualifiers.
1164
1165
1166DCD Client: isSomeFunction t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 221770 Detect whether symbol or type `T` is a function, a function pointer or a delegate.\nParams:\nT = The type to check\nReturns:\nA `bool`
1167
1168
1169DCD Client: isSomeString v bool isSomeString G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 201292 Detect whether `T` is one of the built-in string types.\nThe built-in string types are `Char[]`, where `Char` is any of `char`,\n`wchar` or `dchar`, with or without qualifiers.\nStatic arrays of characters (like `char[80]`) are not considered\nbuilt-in string types.
1170
1171
1172DCD Client: isStaticArray v bool isStaticArray G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 208316 Detect whether type `T` is a static array.
1173
1174
1175DCD Client: isStorageClassImplicitlyConvertible t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 167963
1176
1177
1178DCD Client: isSymlink f bool isSymlink(R)(R name) G:/None-Game/D/tools/dmd2/src/phobos\\std\\file.d 75002 Returns whether the given file is a symbolic link.\n\nOn Windows, returns `true` when the file is either a symbolic link or a\njunction point.\n\nParams:\n name = The path to the file.\n\nReturns:\n true if name is a symbolic link\n\nThrows:\n $(LREF FileException) if the given file does not exist.
1179
1180
1181DCD Client: isSymlink f bool isSymlink(R)(auto ref R name) G:/None-Game/D/tools/dmd2/src/phobos\\std\\file.d 75341 Returns whether the given file is a symbolic link.\n\nOn Windows, returns `true` when the file is either a symbolic link or a\njunction point.\n\nParams:\n name = The path to the file.\n\nReturns:\n true if name is a symbolic link\n\nThrows:\n $(LREF FileException) if the given file does not exist.
1182
1183
1184DCD Client: isType t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 263617 Detect whether `X` is a type. Analogous to `is(X)`. This is useful when used\nin conjunction with other templates, e.g. `allSatisfy!(isType, X)`.\n\nReturns:\n `true` if `X` is a type, `false` otherwise
1185
1186
1187DCD Client: isTypeTuple t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 218997 Check whether the tuple `T` is a type tuple.\nA type tuple only contains types.\n\nSee_Also: $(LREF isExpressions).
1188
1189
1190DCD Client: isUNC f bool isUNC(R)(R path) G:/None-Game/D/tools/dmd2/src/phobos\\std\\path.d 6156
1191
1192
1193DCD Client: isUnsafe t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 68080 `true` if `func` is `@system`.
1194
1195
1196DCD Client: isUnsigned v bool isUnsigned G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 197822 Detect whether `T` is a built-in unsigned numeric type.
1197
1198
1199DCD Client: isUpdateOperation t G:/None-Game/D/tools/dmd2/src/druntime/import\\object.d 89271
1200
1201
1202DCD Client: isValidFilename f bool isValidFilename(Range)(Range filename) G:/None-Game/D/tools/dmd2/src/phobos\\std\\path.d 116066 Checks that the given file or directory name is valid.\n\n The maximum length of `filename` is given by the constant\n `core.stdc.stdio.FILENAME_MAX`. (On Windows, this number is\n defined as the maximum number of UTF-16 code points, and the\n test will therefore only yield strictly correct results when\n `filename` is a string of `wchar`s.)\n\n On Windows, the following criteria must be satisfied\n ($(LINK2 http://msdn.microsoft.com/en-us/library/aa365247(v=vs.85).aspx,source)):\n $(UL\n $(LI `filename` must not contain any characters whose integer\n representation is in the range 0-31.)\n $(LI `filename` must not contain any of the following $(I reserved\n characters): <>:"/\\|?*)\n $(LI `filename` may not end with a space ($(D ' ')) or a period\n (`'.'`).)\n )\n\n On POSIX, `filename` may not contain a forward slash (`'/'`) or\n the null character (`'\\0'`).\n\n Params:\n filename = string to check\n\n Returns:\n `true` if and only if `filename` is not\n empty, not too long, and does not contain invalid characters.
1203
1204
1205DCD Client: isValidFilename f bool isValidFilename(Range)(auto ref Range filename) G:/None-Game/D/tools/dmd2/src/phobos\\std\\path.d 117384
1206
1207
1208DCD Client: isValidPath f bool isValidPath(Range)(Range path) G:/None-Game/D/tools/dmd2/src/phobos\\std\\path.d 120056 Checks whether `path` is a valid path.\n\n Generally, this function checks that `path` is not empty, and that\n each component of the path either satisfies $(LREF isValidFilename)\n or is equal to `"."` or `".."`.\n\n $(B It does $(I not) check whether the path points to an existing file\n or directory; use $(REF exists, std,file) for this purpose.)\n\n On Windows, some special rules apply:\n $(UL\n $(LI If the second character of `path` is a colon (`':'`),\n the first character is interpreted as a drive letter, and\n must be in the range A-Z (case insensitive).)\n $(LI If `path` is on the form $(D `\\\\$(I server)\\$(I share)\\...`)\n (UNC path), $(LREF isValidFilename) is applied to $(I server)\n and $(I share) as well.)\n $(LI If `path` starts with $(D `\\\\?\\`) (long UNC path), the\n only requirement for the rest of the string is that it does\n not contain the null character.)\n $(LI If `path` starts with $(D `\\\\.\\`) (Win32 device namespace)\n this function returns `false`; such paths are beyond the scope\n of this module.)\n )\n\n Params:\n path = string or Range of characters to check\n\n Returns:\n true if `path` is a valid path.
1209
1210
1211DCD Client: isValidPath f bool isValidPath(Range)(auto ref Range path) G:/None-Game/D/tools/dmd2/src/phobos\\std\\path.d 124220
1212
1213
1214DCD Client: isnan f bool isnan(float x) G:/None-Game/D/tools/dmd2/src/druntime/import\\object.d 104792
1215
1216
1217DCD Client: isoWeek f ubyte isoWeek() G:/None-Game/D/tools/dmd2/src/phobos\\std\\datetime\\date.d 121720 The ISO 8601 week of the year that this $(LREF DateTime) is in.\n\nSee_Also:\n $(HTTP en.wikipedia.org/wiki/ISO_week_date, ISO Week Date)
1218
1219
1220DCD Client:
12212019-01-03T18:47:13.374:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
12222019-01-03T18:47:13.374:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
12232019-01-03T18:47:13.472:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
12242019-01-03T18:47:13.472:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
12252019-01-03T18:47:13.538:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
12262019-01-03T18:47:13.538:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
12272019-01-03T18:47:13.592:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
12282019-01-03T18:47:13.592:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
12292019-01-03T18:47:13.741:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
12302019-01-03T18:47:13.741:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
12312019-01-03T18:47:13.894:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
12322019-01-03T18:47:13.894:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
12332019-01-03T18:47:13.904:source\app.d:processRequest:77 Calling provideComplete
1234Server: 2019-01-03T18:47:13.939:src\dcd\server\main.d:main:273 Getting completions
1235
1236
1237Server: 2019-01-03T18:47:13.941:src\dcd\server\main.d:main:289 Request processed in 1 milliseconds
1238
1239
1240DCD Client: calltips
1241
1242
1243DCD Client: *constructor* this(bool isLocal, string path) stdin 597
1244
1245
1246DCD Client:
12472019-01-03T18:47:14.002:source\app.d:processRequest:77 Calling provideSignatureHelp
1248Server: 2019-01-03T18:47:14.037:src\dcd\server\main.d:main:273 Getting completions
1249
1250
1251Server: 2019-01-03T18:47:14.039:src\dcd\server\main.d:main:289 Request processed in 1 milliseconds
1252
1253
1254DCD Client: calltips
1255
1256
1257DCD Client: *constructor* this(bool isLocal, string path) stdin 597
1258
1259
1260DCD Client:
12612019-01-03T18:47:14.098:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
12622019-01-03T18:47:14.109:source\served\extension.d:parallelMain:945 Calling timeout
12632019-01-03T18:47:14.131:source\app.d:processRequest:77 Calling provideCodeLens
12642019-01-03T18:47:14.229:source\app.d:processRequest:77 Calling provideDocumentSymbols
1265d:\Coding\D\DLL\jastbind\source\jaster\binding\generator.d(112:13)[error]: Primary expression expected
1266d:\Coding\D\DLL\jastbind\source\jaster\binding\generator.d(112:44)[warn]: Empty declaration
12672019-01-03T18:47:14.380:source\app.d:processRequest:77 Calling provideCodeActions
12682019-01-03T18:47:14.608:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
12692019-01-03T18:47:14.608:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
12702019-01-03T18:47:14.725:source\app.d:processRequest:77 Calling provideSignatureHelp
1271Server: 2019-01-03T18:47:14.760:src\dcd\server\main.d:main:273 Getting completions
1272
1273
1274Server: 2019-01-03T18:47:14.760:src\dcd\server\main.d:main:289 Request processed in 0 milliseconds
1275
1276
1277DCD Client:
12782019-01-03T18:47:14.800:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
12792019-01-03T18:47:14.800:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
12802019-01-03T18:47:15.011:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
12812019-01-03T18:47:15.023:source\served\extension.d:parallelMain:945 Calling timeout
12822019-01-03T18:47:15.044:source\app.d:processRequest:77 Calling provideCodeLens
12832019-01-03T18:47:15.142:source\app.d:processRequest:77 Calling provideDocumentSymbols
12842019-01-03T18:47:15.290:source\app.d:processRequest:77 Calling provideCodeActions
12852019-01-03T18:47:15.940:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
12862019-01-03T18:47:15.940:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
12872019-01-03T18:47:15.951:source\app.d:processRequest:77 Calling provideComplete
1288Server: 2019-01-03T18:47:15.990:src\dcd\server\main.d:main:273 Getting completions
1289
1290
1291Server: 2019-01-03T18:47:15.993:src\dcd\server\main.d:main:289 Request processed in 2 milliseconds
1292
1293
1294DCD Client: identifiers
1295
1296
1297DCD Client: FSChar l G:/None-Game/D/tools/dmd2/src/phobos\\std\\file.d 3052
1298
1299
1300DCD Client: FSChar l G:/None-Game/D/tools/dmd2/src/phobos\\std\\file.d 3111
1301
1302
1303DCD Client: FieldNameTuple t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 88626 Get as an expression tuple the names of the fields of a struct, class, or\nunion. This consists of the fields that take up memory space, excluding the\nhidden fields like the virtual function table pointer or a context pointer\nfor nested types.\nInherited fields (for classes) are not included.\nIf `T` isn't a struct, class, or union, an\nexpression tuple with an empty string is returned.
1304
1305
1306DCD Client: FieldTypeTuple l G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 87423 Alternate name for $(LREF Fields), kept for legacy compatibility.
1307
1308
1309DCD Client: Fields t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 86943 Get as a tuple the types of the fields of a struct, class, or union.\nThis consists of the fields that take up memory space,\nexcluding the hidden fields like the virtual function\ntable pointer or a context pointer for nested types.\nIf `T` isn't a struct, class, or union returns a tuple\nwith one element `T`.
1310
1311
1312DCD Client: FileException c G:/None-Game/D/tools/dmd2/src/phobos\\std\\file.d 4079 Exception thrown for file I/O errors.
1313
1314
1315DCD Client: Filter t G:/None-Game/D/tools/dmd2/src/phobos\\std\\meta.d 21824 Filters an `AliasSeq` using a template predicate. Returns an\n`AliasSeq` of the elements which satisfy the predicate.
1316
1317
1318DCD Client: Flag g G:/None-Game/D/tools/dmd2/src/phobos\\std\\typecons.d 221634
1319
1320
1321DCD Client: FloatingPointTypeList l G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 9262
1322
1323
1324DCD Client: FloatingPointTypeOf t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 180831
1325
1326
1327DCD Client: ForeachType t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 236091 Returns the inferred type of the loop variable when a variable of type T\nis iterated over using a `foreach` loop with a single loop variable and\nautomatically inferred return type. Note that this may not be the same as\n`std.range.ElementType!Range` in the case of narrow strings, or if T\nhas both opApply and a range interface.
1328
1329
1330DCD Client: FunctionAttribute g G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 49327 Returns the FunctionAttribute mask for function `func`.\nSee_Also:\n$(LREF hasFunctionAttributes)
1331
1332
1333DCD Client: FunctionTypeOf t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 73310 Get the function type from a callable object `func`.\nUsing builtin `typeof` on a property function yields the types of the\nproperty value, not of the property function itself. Still,\n`FunctionTypeOf` is able to obtain function types of properties.\nNote:\nDo not confuse function types with function pointer types; function types are\nusually used for compile-time reflection purposes.
1334
1335
1336DCD Client: file v CPPFile file stdin 2221
1337
1338
1339DCD Client: filenameCharCmp f int filenameCharCmp(CaseSensitive cs = CaseSensitive.osDefault)(dchar a, dchar b) G:/None-Game/D/tools/dmd2/src/phobos\\std\\path.d 99237 Compares filename characters.\n\n This function can perform a case-sensitive or a case-insensitive\n comparison. This is controlled through the `cs` template parameter\n which, if not specified, is given by $(LREF CaseSensitive)`.osDefault`.\n\n On Windows, the backslash and slash characters ($(D `\\`) and $(D `/`))\n are considered equal.\n\n Params:\n cs = Case-sensitivity of the comparison.\n a = A filename character.\n b = A filename character.\n\n Returns:\n $(D < 0) if $(D a < b),\n `0` if $(D a == b), and\n $(D > 0) if $(D a > b).
1340
1341
1342DCD Client: filenameCmp f int filenameCmp(CaseSensitive cs = CaseSensitive.osDefault, Range1, Range2)(Range1 filename1, Range2 filename2) G:/None-Game/D/tools/dmd2/src/phobos\\std\\path.d 101606 Compares file names and returns\n\n Individual characters are compared using `filenameCharCmp!cs`,\n where `cs` is an optional template parameter determining whether\n the comparison is case sensitive or not.\n\n Treatment of invalid UTF encodings is implementation defined.\n\n Params:\n cs = case sensitivity\n filename1 = range for first file name\n filename2 = range for second file name\n\n Returns:\n $(D < 0) if $(D filename1 < filename2),\n `0` if $(D filename1 == filename2) and\n $(D > 0) if $(D filename1 > filename2).\n\n See_Also:\n $(LREF filenameCharCmp)
1343
1344
1345DCD Client: filenameCmp f int filenameCmp(CaseSensitive cs = CaseSensitive.osDefault, Range1, Range2)(auto ref Range1 filename1, auto ref Range2 filename2) G:/None-Game/D/tools/dmd2/src/phobos\\std\\path.d 103809
1346
1347
1348DCD Client: float k
1349
1350
1351DCD Client: fqnSym t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 21446
1352
1353
1354DCD Client: fqnSym t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 22048
1355
1356
1357DCD Client: fqnType t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 23902
1358
1359
1360DCD Client: fracSecs f Duration fracSecs() G:/None-Game/D/tools/dmd2/src/phobos\\std\\datetime\\systime.d 63287 Fractional seconds past the second (i.e. the portion of a\n$(LREF SysTime) which is less than a second).
1361
1362
1363DCD Client: fracSecs f void fracSecs(Duration fracSecs) G:/None-Game/D/tools/dmd2/src/phobos\\std\\datetime\\systime.d 66003 Fractional seconds past the second (i.e. the portion of a\n$(LREF SysTime) which is less than a second).\n\nParams:\n fracSecs = The duration to set this $(LREF SysTime)'s fractional\n seconds to.\n\nThrows:\n $(REF DateTimeException,std,datetime,date) if the given duration\n is negative or if it's greater than or equal to one second.
1364
1365
1366DCD Client: freeFunc f void freeFunc(string) G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 245709
1367
1368
1369DCD Client: fromISOExtString f DateTime fromISOExtString(S)(scope const S isoExtString) G:/None-Game/D/tools/dmd2/src/phobos\\std\\datetime\\date.d 147123 Creates a $(LREF DateTime) from a string with the format\nYYYY-MM-DDTHH:MM:SS. Whitespace is stripped from the given string.\n\nParams:\n isoExtString = A string formatted in the ISO Extended format for dates\n and times.\n\nThrows:\n $(REF DateTimeException,std,datetime,date) if the given string is\n not in the ISO Extended format or if the resulting $(LREF DateTime)\n would not be valid.
1370
1371
1372DCD Client: fromISOString f DateTime fromISOString(S)(scope const S isoString) G:/None-Game/D/tools/dmd2/src/phobos\\std\\datetime\\date.d 142355 Creates a $(LREF DateTime) from a string with the format YYYYMMDDTHHMMSS.\nWhitespace is stripped from the given string.\n\nParams:\n isoString = A string formatted in the ISO format for dates and times.\n\nThrows:\n $(REF DateTimeException,std,datetime,date) if the given string is\n not in the ISO format or if the resulting $(LREF DateTime) would not\n be valid.
1373
1374
1375DCD Client: fromSimpleString f DateTime fromSimpleString(S)(scope const S simpleString) G:/None-Game/D/tools/dmd2/src/phobos\\std\\datetime\\date.d 151990 Creates a $(LREF DateTime) from a string with the format\nYYYY-Mon-DD HH:MM:SS. Whitespace is stripped from the given string.\n\nParams:\n simpleString = A string formatted in the way that toSimpleString\n formats dates and times.\n\nThrows:\n $(REF DateTimeException,std,datetime,date) if the given string is\n not in the correct format or if the resulting $(LREF DateTime)\n would not be valid.
1376
1377
1378DCD Client: fromUnixTime f SysTime fromUnixTime(long unixTime, immutable TimeZone tz = LocalTime()) G:/None-Game/D/tools/dmd2/src/phobos\\std\\datetime\\systime.d 80880 Converts from unix time (i.e. seconds from midnight, January 1st, 1970\nin UTC) to a $(LREF SysTime).\n\nThe C standard does not specify the representation of time_t, so it is\nimplementation defined. On POSIX systems, unix time is equivalent to\ntime_t, but that's not necessarily true on other systems (e.g. it is\nnot true for the Digital Mars C runtime). So, be careful when using unix\ntime with C functions on non-POSIX systems.\n\nParams:\n unixTime = Seconds from midnight, January 1st, 1970 in UTC.\n tz = The time zone for the SysTime that's returned.
1379
1380
1381DCD Client: fullyQualifiedName t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 19844 Get the fully qualified name of a type or a symbol. Can act as an intelligent type/symbol to string converter.\nExample:\n-----------------\nmodule myModule;\nstruct MyStruct {}\nstatic assert(fullyQualifiedName!(const MyStruct[]) == "const(myModule.MyStruct[])");\n-----------------
1382
1383
1384DCD Client: functionAttributes t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 49999 Returns the FunctionAttribute mask for function `func`.\nSee_Also:\n$(LREF hasFunctionAttributes)
1385
1386
1387DCD Client: functionLinkage t G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 70447 Determine the linkage attribute of the function.\nParams:\nfunc = the function symbol, or the type of a function, delegate, or pointer to function\nReturns:\none of the strings "D", "C", "Windows", "Pascal", or "Objective-C"
1388
1389
1390DCD Client:
13912019-01-03T18:47:16.006:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
13922019-01-03T18:47:16.006:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
13932019-01-03T18:47:16.029:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
13942019-01-03T18:47:16.029:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
13952019-01-03T18:47:16.158:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
13962019-01-03T18:47:16.158:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
13972019-01-03T18:47:16.235:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
13982019-01-03T18:47:16.235:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
13992019-01-03T18:47:16.247:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
14002019-01-03T18:47:16.247:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
14012019-01-03T18:47:16.332:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
14022019-01-03T18:47:16.332:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
14032019-01-03T18:47:16.461:source\app.d:processRequest:77 Calling provideSignatureHelp
1404Server: 2019-01-03T18:47:16.495:src\dcd\server\main.d:main:273 Getting completions
1405
1406
1407Server: 2019-01-03T18:47:16.495:src\dcd\server\main.d:main:289 Request processed in 0 milliseconds
1408
1409
1410DCD Client:
14112019-01-03T18:47:16.536:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
14122019-01-03T18:47:16.547:source\served\extension.d:parallelMain:945 Calling timeout
14132019-01-03T18:47:16.591:source\app.d:processRequest:77 Calling provideCodeLens
14142019-01-03T18:47:16.602:source\app.d:processRequest:77 Calling provideCodeActions
14152019-01-03T18:47:16.688:source\app.d:processRequest:77 Calling provideDocumentSymbols
14162019-01-03T18:47:18.172:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
14172019-01-03T18:47:18.172:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
1418Running dub build
14192019-01-03T18:47:20.265:source\app.d:processRequest:77 Calling provideCodeActions
14202019-01-03T18:47:20.703:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
14212019-01-03T18:47:20.703:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
14222019-01-03T18:47:20.780:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
14232019-01-03T18:47:20.780:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
14242019-01-03T18:47:20.845:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
14252019-01-03T18:47:20.845:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
14262019-01-03T18:47:20.857:source\app.d:processRequest:77 Calling provideComplete
14272019-01-03T18:47:20.890:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
14282019-01-03T18:47:20.890:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
1429Server: 2019-01-03T18:47:20.893:src\dcd\server\main.d:main:273 Getting completions
1430
1431
1432Server: 2019-01-03T18:47:20.895:src\dcd\server\main.d:main:289 Request processed in 1 milliseconds
1433
1434
1435DCD Client: identifiers
1436
1437
1438DCD Client: std P G:/None-Game/D/tools/dmd2/src/phobos\\std 0
1439
1440
1441DCD Client:
14422019-01-03T18:47:21.006:source\app.d:processRequest:77 Calling provideSignatureHelp
1443Server: 2019-01-03T18:47:21.041:src\dcd\server\main.d:main:273 Getting completions
1444
1445
1446Server: 2019-01-03T18:47:21.042:src\dcd\server\main.d:main:289 Request processed in 1 milliseconds
1447
1448
1449DCD Client: identifiers
1450
1451
1452DCD Client: std P G:/None-Game/D/tools/dmd2/src/phobos\\std 0
1453
1454
1455DCD Client:
14562019-01-03T18:47:21.061:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
14572019-01-03T18:47:21.061:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
14582019-01-03T18:47:21.103:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
14592019-01-03T18:47:21.103:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
14602019-01-03T18:47:21.114:source\app.d:processRequest:77 Calling provideComplete
1461Server: 2019-01-03T18:47:21.149:src\dcd\server\main.d:main:273 Getting completions
1462
1463
1464Server: 2019-01-03T18:47:21.150:src\dcd\server\main.d:main:289 Request processed in 1 milliseconds
1465
1466
1467DCD Client: identifiers
1468
1469
1470DCD Client: algorithm M G:/None-Game/D/tools/dmd2/src/phobos\\std\\algorithm\\package.d 0
1471
1472
1473DCD Client: array M G:/None-Game/D/tools/dmd2/src/phobos\\std\\array.d 0
1474
1475
1476DCD Client: ascii M G:/None-Game/D/tools/dmd2/src/phobos\\std\\ascii.d 0
1477
1478
1479DCD Client: base64 M G:/None-Game/D/tools/dmd2/src/phobos\\std\\base64.d 0
1480
1481
1482DCD Client: bigint M G:/None-Game/D/tools/dmd2/src/phobos\\std\\bigint.d 0
1483
1484
1485DCD Client: bitmanip M G:/None-Game/D/tools/dmd2/src/phobos\\std\\bitmanip.d 0
1486
1487
1488DCD Client: compiler M G:/None-Game/D/tools/dmd2/src/phobos\\std\\compiler.d 0
1489
1490
1491DCD Client: complex M G:/None-Game/D/tools/dmd2/src/phobos\\std\\complex.d 0
1492
1493
1494DCD Client: concurrency M G:/None-Game/D/tools/dmd2/src/phobos\\std\\concurrency.d 0
1495
1496
1497DCD Client: container M G:/None-Game/D/tools/dmd2/src/phobos\\std\\container\\package.d 0
1498
1499
1500DCD Client: conv M G:/None-Game/D/tools/dmd2/src/phobos\\std\\conv.d 0
1501
1502
1503DCD Client: csv M G:/None-Game/D/tools/dmd2/src/phobos\\std\\csv.d 0
1504
1505
1506DCD Client: datetime M G:/None-Game/D/tools/dmd2/src/phobos\\std\\datetime\\package.d 0
1507
1508
1509DCD Client: demangle M G:/None-Game/D/tools/dmd2/src/phobos\\std\\demangle.d 0
1510
1511
1512DCD Client: digest M G:/None-Game/D/tools/dmd2/src/phobos\\std\\digest\\package.d 0
1513
1514
1515DCD Client: encoding M G:/None-Game/D/tools/dmd2/src/phobos\\std\\encoding.d 0
1516
1517
1518DCD Client: exception M G:/None-Game/D/tools/dmd2/src/phobos\\std\\exception.d 0
1519
1520
1521DCD Client: experimental P G:/None-Game/D/tools/dmd2/src/phobos\\std\\experimental 0
1522
1523
1524DCD Client: file M G:/None-Game/D/tools/dmd2/src/phobos\\std\\file.d 0
1525
1526
1527DCD Client: format M G:/None-Game/D/tools/dmd2/src/phobos\\std\\format.d 0
1528
1529
1530DCD Client: functional M G:/None-Game/D/tools/dmd2/src/phobos\\std\\functional.d 0
1531
1532
1533DCD Client: getopt M G:/None-Game/D/tools/dmd2/src/phobos\\std\\getopt.d 0
1534
1535
1536DCD Client: internal P G:/None-Game/D/tools/dmd2/src/phobos\\std\\internal 0
1537
1538
1539DCD Client: json M G:/None-Game/D/tools/dmd2/src/phobos\\std\\json.d 0
1540
1541
1542DCD Client: math M G:/None-Game/D/tools/dmd2/src/phobos\\std\\math.d 0
1543
1544
1545DCD Client: mathspecial M G:/None-Game/D/tools/dmd2/src/phobos\\std\\mathspecial.d 0
1546
1547
1548DCD Client: meta M G:/None-Game/D/tools/dmd2/src/phobos\\std\\meta.d 0
1549
1550
1551DCD Client: mmfile M G:/None-Game/D/tools/dmd2/src/phobos\\std\\mmfile.d 0
1552
1553
1554DCD Client: net P G:/None-Game/D/tools/dmd2/src/phobos\\std\\net 0
1555
1556
1557DCD Client: numeric M G:/None-Game/D/tools/dmd2/src/phobos\\std\\numeric.d 0
1558
1559
1560DCD Client: outbuffer M G:/None-Game/D/tools/dmd2/src/phobos\\std\\outbuffer.d 0
1561
1562
1563DCD Client: parallelism M G:/None-Game/D/tools/dmd2/src/phobos\\std\\parallelism.d 0
1564
1565
1566DCD Client: path M G:/None-Game/D/tools/dmd2/src/phobos\\std\\path.d 0
1567
1568
1569DCD Client: process M G:/None-Game/D/tools/dmd2/src/phobos\\std\\process.d 0
1570
1571
1572DCD Client: random M G:/None-Game/D/tools/dmd2/src/phobos\\std\\random.d 0
1573
1574
1575DCD Client: range M G:/None-Game/D/tools/dmd2/src/phobos\\std\\range\\package.d 0
1576
1577
1578DCD Client: regex M G:/None-Game/D/tools/dmd2/src/phobos\\std\\regex\\package.d 0
1579
1580
1581DCD Client: signals M G:/None-Game/D/tools/dmd2/src/phobos\\std\\signals.d 0
1582
1583
1584DCD Client: socket M G:/None-Game/D/tools/dmd2/src/phobos\\std\\socket.d 0
1585
1586
1587DCD Client: stdint M G:/None-Game/D/tools/dmd2/src/phobos\\std\\stdint.d 0
1588
1589
1590DCD Client: stdio M G:/None-Game/D/tools/dmd2/src/phobos\\std\\stdio.d 0
1591
1592
1593DCD Client: string M G:/None-Game/D/tools/dmd2/src/phobos\\std\\string.d 0
1594
1595
1596DCD Client: system M G:/None-Game/D/tools/dmd2/src/phobos\\std\\system.d 0
1597
1598
1599DCD Client: traits M G:/None-Game/D/tools/dmd2/src/phobos\\std\\traits.d 0
1600
1601
1602DCD Client: typecons M G:/None-Game/D/tools/dmd2/src/phobos\\std\\typecons.d 0
1603
1604
1605DCD Client: typetuple M G:/None-Game/D/tools/dmd2/src/phobos\\std\\typetuple.d 0
1606
1607
1608DCD Client: uni M G:/None-Game/D/tools/dmd2/src/phobos\\std\\uni.d 0
1609
1610
1611DCD Client: uri M G:/None-Game/D/tools/dmd2/src/phobos\\std\\uri.d 0
1612
1613
1614DCD Client: utf M G:/None-Game/D/tools/dmd2/src/phobos\\std\\utf.d 0
1615
1616
1617DCD Client: uuid M G:/None-Game/D/tools/dmd2/src/phobos\\std\\uuid.d 0
1618
1619
1620DCD Client: variant M G:/None-Game/D/tools/dmd2/src/phobos\\std\\variant.d 0
1621
1622
1623DCD Client: windows P G:/None-Game/D/tools/dmd2/src/phobos\\std\\windows 0
1624
1625
1626DCD Client: xml M G:/None-Game/D/tools/dmd2/src/phobos\\std\\xml.d 0
1627
1628
1629DCD Client: zip M G:/None-Game/D/tools/dmd2/src/phobos\\std\\zip.d 0
1630
1631
1632DCD Client: zlib M G:/None-Game/D/tools/dmd2/src/phobos\\std\\zlib.d 0
1633
1634
1635DCD Client:
16362019-01-03T18:47:21.289:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
16372019-01-03T18:47:21.289:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
16382019-01-03T18:47:21.356:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
16392019-01-03T18:47:21.356:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
16402019-01-03T18:47:21.431:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
16412019-01-03T18:47:21.431:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
16422019-01-03T18:47:21.442:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
16432019-01-03T18:47:21.442:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
16442019-01-03T18:47:21.464:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
16452019-01-03T18:47:21.464:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
16462019-01-03T18:47:21.669:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
16472019-01-03T18:47:21.680:source\served\extension.d:parallelMain:945 Calling timeout
16482019-01-03T18:47:21.713:source\app.d:processRequest:77 Calling provideCodeLens
16492019-01-03T18:47:21.724:source\app.d:processRequest:77 Calling provideCodeActions
16502019-01-03T18:47:21.811:source\app.d:processRequest:77 Calling provideDocumentSymbols
16512019-01-03T18:47:21.844:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
16522019-01-03T18:47:21.844:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
16532019-01-03T18:47:21.970:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
16542019-01-03T18:47:21.970:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
16552019-01-03T18:47:22.118:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
16562019-01-03T18:47:22.118:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
16572019-01-03T18:47:22.235:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
16582019-01-03T18:47:22.235:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
16592019-01-03T18:47:22.246:source\app.d:processRequest:77 Calling provideComplete
1660Server: 2019-01-03T18:47:22.282:src\dcd\server\main.d:main:273 Getting completions
1661
1662
1663Server: 2019-01-03T18:47:22.283:src\dcd\server\main.d:main:289 Request processed in 1 milliseconds
1664
1665
1666DCD Client: identifiers
1667
1668
1669DCD Client: typecons M G:/None-Game/D/tools/dmd2/src/phobos\\std\\typecons.d 0
1670
1671
1672DCD Client: typetuple M G:/None-Game/D/tools/dmd2/src/phobos\\std\\typetuple.d 0
1673
1674
1675DCD Client:
16762019-01-03T18:47:22.301:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
16772019-01-03T18:47:22.301:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
16782019-01-03T18:47:22.504:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
16792019-01-03T18:47:22.515:source\served\extension.d:parallelMain:945 Calling timeout
16802019-01-03T18:47:22.537:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
16812019-01-03T18:47:22.537:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
16822019-01-03T18:47:22.740:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
16832019-01-03T18:47:22.751:source\served\extension.d:parallelMain:945 Calling timeout
16842019-01-03T18:47:22.784:source\app.d:processRequest:77 Calling provideCodeLens
16852019-01-03T18:47:22.794:source\app.d:processRequest:77 Calling provideCodeActions
16862019-01-03T18:47:22.806:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
16872019-01-03T18:47:22.806:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
16882019-01-03T18:47:23.000:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
16892019-01-03T18:47:23.000:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
1690Running dub build
16912019-01-03T18:47:23.011:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
16922019-01-03T18:47:23.022:source\served\extension.d:parallelMain:945 Calling timeout
1693
1694[Info - 6:47:23 PM] Connection to server got closed. Server will restart.
1695[Error - 6:47:23 PM] Request textDocument/codeLens failed.
1696Error: Connection got disposed.
1697 at Object.dispose (C:\Users\Sealab\.vscode\extensions\webfreak.code-d-0.20.2\node_modules\vscode-jsonrpc\lib\main.js:876:25)
1698 at Object.dispose (C:\Users\Sealab\.vscode\extensions\webfreak.code-d-0.20.2\node_modules\vscode-languageclient\lib\client.js:71:35)
1699 at LanguageClient.handleConnectionClosed (C:\Users\Sealab\.vscode\extensions\webfreak.code-d-0.20.2\node_modules\vscode-languageclient\lib\client.js:2143:42)
1700 at LanguageClient.handleConnectionClosed (C:\Users\Sealab\.vscode\extensions\webfreak.code-d-0.20.2\node_modules\vscode-languageclient\lib\main.js:150:15)
1701 at closeHandler (C:\Users\Sealab\.vscode\extensions\webfreak.code-d-0.20.2\node_modules\vscode-languageclient\lib\client.js:2130:18)
1702 at CallbackList.invoke (C:\Users\Sealab\.vscode\extensions\webfreak.code-d-0.20.2\node_modules\vscode-jsonrpc\lib\events.js:62:39)
1703 at Emitter.fire (C:\Users\Sealab\.vscode\extensions\webfreak.code-d-0.20.2\node_modules\vscode-jsonrpc\lib\events.js:120:36)
1704 at closeHandler (C:\Users\Sealab\.vscode\extensions\webfreak.code-d-0.20.2\node_modules\vscode-jsonrpc\lib\main.js:226:26)
1705 at CallbackList.invoke (C:\Users\Sealab\.vscode\extensions\webfreak.code-d-0.20.2\node_modules\vscode-jsonrpc\lib\events.js:62:39)
1706 at Emitter.fire (C:\Users\Sealab\.vscode\extensions\webfreak.code-d-0.20.2\node_modules\vscode-jsonrpc\lib\events.js:120:36)
1707 at StreamMessageWriter.fireClose (C:\Users\Sealab\.vscode\extensions\webfreak.code-d-0.20.2\node_modules\vscode-jsonrpc\lib\messageWriter.js:39:27)
1708 at Socket.AbstractMessageWriter.constructor.encoding.writable.on (C:\Users\Sealab\.vscode\extensions\webfreak.code-d-0.20.2\node_modules\vscode-jsonrpc\lib\messageWriter.js:58:46)
1709 at emitOne (events.js:116:13)
1710 at Socket.emit (events.js:211:7)
1711 at Pipe.Socket._destroy.cb._handle.close [as _onclose] (net.js:554:12)
1712[Error - 6:47:23 PM] Request textDocument/codeAction failed.
1713Error: Connection got disposed.
1714 at Object.dispose (C:\Users\Sealab\.vscode\extensions\webfreak.code-d-0.20.2\node_modules\vscode-jsonrpc\lib\main.js:876:25)
1715 at Object.dispose (C:\Users\Sealab\.vscode\extensions\webfreak.code-d-0.20.2\node_modules\vscode-languageclient\lib\client.js:71:35)
1716 at LanguageClient.handleConnectionClosed (C:\Users\Sealab\.vscode\extensions\webfreak.code-d-0.20.2\node_modules\vscode-languageclient\lib\client.js:2143:42)
1717 at LanguageClient.handleConnectionClosed (C:\Users\Sealab\.vscode\extensions\webfreak.code-d-0.20.2\node_modules\vscode-languageclient\lib\main.js:150:15)
1718 at closeHandler (C:\Users\Sealab\.vscode\extensions\webfreak.code-d-0.20.2\node_modules\vscode-languageclient\lib\client.js:2130:18)
1719 at CallbackList.invoke (C:\Users\Sealab\.vscode\extensions\webfreak.code-d-0.20.2\node_modules\vscode-jsonrpc\lib\events.js:62:39)
1720 at Emitter.fire (C:\Users\Sealab\.vscode\extensions\webfreak.code-d-0.20.2\node_modules\vscode-jsonrpc\lib\events.js:120:36)
1721 at closeHandler (C:\Users\Sealab\.vscode\extensions\webfreak.code-d-0.20.2\node_modules\vscode-jsonrpc\lib\main.js:226:26)
1722 at CallbackList.invoke (C:\Users\Sealab\.vscode\extensions\webfreak.code-d-0.20.2\node_modules\vscode-jsonrpc\lib\events.js:62:39)
1723 at Emitter.fire (C:\Users\Sealab\.vscode\extensions\webfreak.code-d-0.20.2\node_modules\vscode-jsonrpc\lib\events.js:120:36)
1724 at StreamMessageWriter.fireClose (C:\Users\Sealab\.vscode\extensions\webfreak.code-d-0.20.2\node_modules\vscode-jsonrpc\lib\messageWriter.js:39:27)
1725 at Socket.AbstractMessageWriter.constructor.encoding.writable.on (C:\Users\Sealab\.vscode\extensions\webfreak.code-d-0.20.2\node_modules\vscode-jsonrpc\lib\messageWriter.js:58:46)
1726 at emitOne (events.js:116:13)
1727 at Socket.emit (events.js:211:7)
1728 at Pipe.Socket._destroy.cb._handle.close [as _onclose] (net.js:554:12)
1729[Error - 6:47:23 PM] Request textDocument/documentSymbol failed.
1730Error: Connection got disposed.
1731 at Object.dispose (C:\Users\Sealab\.vscode\extensions\webfreak.code-d-0.20.2\node_modules\vscode-jsonrpc\lib\main.js:876:25)
1732 at Object.dispose (C:\Users\Sealab\.vscode\extensions\webfreak.code-d-0.20.2\node_modules\vscode-languageclient\lib\client.js:71:35)
1733 at LanguageClient.handleConnectionClosed (C:\Users\Sealab\.vscode\extensions\webfreak.code-d-0.20.2\node_modules\vscode-languageclient\lib\client.js:2143:42)
1734 at LanguageClient.handleConnectionClosed (C:\Users\Sealab\.vscode\extensions\webfreak.code-d-0.20.2\node_modules\vscode-languageclient\lib\main.js:150:15)
1735 at closeHandler (C:\Users\Sealab\.vscode\extensions\webfreak.code-d-0.20.2\node_modules\vscode-languageclient\lib\client.js:2130:18)
1736 at CallbackList.invoke (C:\Users\Sealab\.vscode\extensions\webfreak.code-d-0.20.2\node_modules\vscode-jsonrpc\lib\events.js:62:39)
1737 at Emitter.fire (C:\Users\Sealab\.vscode\extensions\webfreak.code-d-0.20.2\node_modules\vscode-jsonrpc\lib\events.js:120:36)
1738 at closeHandler (C:\Users\Sealab\.vscode\extensions\webfreak.code-d-0.20.2\node_modules\vscode-jsonrpc\lib\main.js:226:26)
1739 at CallbackList.invoke (C:\Users\Sealab\.vscode\extensions\webfreak.code-d-0.20.2\node_modules\vscode-jsonrpc\lib\events.js:62:39)
1740 at Emitter.fire (C:\Users\Sealab\.vscode\extensions\webfreak.code-d-0.20.2\node_modules\vscode-jsonrpc\lib\events.js:120:36)
1741 at StreamMessageWriter.fireClose (C:\Users\Sealab\.vscode\extensions\webfreak.code-d-0.20.2\node_modules\vscode-jsonrpc\lib\messageWriter.js:39:27)
1742 at Socket.AbstractMessageWriter.constructor.encoding.writable.on (C:\Users\Sealab\.vscode\extensions\webfreak.code-d-0.20.2\node_modules\vscode-jsonrpc\lib\messageWriter.js:58:46)
1743 at emitOne (events.js:116:13)
1744 at Socket.emit (events.js:211:7)
1745 at Pipe.Socket._destroy.cb._handle.close [as _onclose] (net.js:554:12)
17462019-01-03T18:47:23.238:source\app.d:main:211 Features fulfilled
17472019-01-03T18:47:23.239:source\app.d:main:217 Started reading from stdin
17482019-01-03T18:47:23.239:source\app.d:main:221 RPC started
17492019-01-03T18:47:23.261:source\app.d:processRequest:50 Initializing
17502019-01-03T18:47:23.261:source\served\extension.d:initialize:299 Set capabilities to InitializeParams(14416, "d:\\Coding\\D\\DLL\\jastbind", "file:///d%3A/Coding/D/DLL/jastbind", null, ClientCapabilities(const(WorkspaceClientCapabilities)(true, const(WorkspaceEditClientCapabilities)(true, ["create", "rename", "delete"], "textOnlyTransactional"), const(DynamicRegistration)(true), const(DynamicRegistration)(true), const(DynamicRegistration)(true), const(DynamicRegistration)(true), true, true), const(TextDocumentClientCapabilities)(const(SyncInfo)(true, true, true, true), const(CompletionInfo)(true, const(CompletionItem)(true, true, true, true), const(CompletionItemKindSet)([1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25]), true), const(DynamicRegistration)(true), const(DynamicRegistration)(true), const(DynamicRegistration)(true), const(DynamicRegistration)(true), const(DocumentSymbolInfo)(true, const(SymbolKindSet)([1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26]), true), const(DynamicRegistration)(true), const(DynamicRegistration)(true), const(DynamicRegistration)(true), const(DynamicRegistration)(true), const(DynamicRegistration)(true), const(DynamicRegistration)(true), const(DynamicRegistration)(true), const(DynamicRegistration)(true), const(DynamicRegistration)(true), const(DynamicRegistration)(true), const(DynamicRegistration)(true), const(PublishDiagnosticsCap)(true)), null), "off", [WorkspaceFolder("file:///d%3A/Coding/D/DLL/jastbind", "jastbind")])
17512019-01-03T18:47:23.261:source\served\extension.d:setTimeout:886 Setting timeout for 1 sec
17522019-01-03T18:47:23.261:source\app.d:processRequest:52 Initialized
17532019-01-03T18:47:23.294:source\served\extension.d:doGlobalStartup:343 Initializing serve-d for global access
17542019-01-03T18:47:23.294:source\served\extension.d:doGlobalStartup:350 Setup global configuration as {"dcd":{"clientPath":"C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe","port":9166,"serverPath":"C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe"},"dmd":{"path":"dmd"}}
17552019-01-03T18:47:23.294:source\served\extension.d:doGlobalStartup:352 Registering dub
17562019-01-03T18:47:23.294:source\served\extension.d:doGlobalStartup:354 Registering fsworkspace
17572019-01-03T18:47:23.294:source\served\extension.d:doGlobalStartup:356 Registering dcd
1758Detected dcd-client (C:\Users\Sealab\AppData\Roaming\code-d\bin\dcd-client.exe) v0.10.2
1759
1760
1761Detected dcd-server (C:\Users\Sealab\AppData\Roaming\code-d\bin\dcd-server.exe) v0.10.2
1762
1763
17642019-01-03T18:47:23.397:source\served\extension.d:doGlobalStartup:358 Registering dcdext
17652019-01-03T18:47:23.397:source\served\extension.d:doGlobalStartup:360 Registering dmd
17662019-01-03T18:47:23.397:source\served\extension.d:doGlobalStartup:362 Starting dscanner
17672019-01-03T18:47:23.397:source\served\extension.d:doGlobalStartup:364 Starting dfmt
17682019-01-03T18:47:23.397:source\served\extension.d:doGlobalStartup:366 Starting dlangui
17692019-01-03T18:47:23.397:source\served\extension.d:doGlobalStartup:368 Starting importer
17702019-01-03T18:47:23.397:source\served\extension.d:doGlobalStartup:370 Starting moduleman
17712019-01-03T18:47:23.397:source\served\extension.d:doStartup:489 Initializing serve-d for file:///d%3A/Coding/D/DLL/jastbind
17722019-01-03T18:47:23.398:source\served\extension.d:rootsForProject:477 Root Suggestions: [RootSuggestion("d:\\Coding\\D\\DLL\\jastbind", true)]
17732019-01-03T18:47:23.398:source\served\extension.d:doStartup:508 Starting dub...
17742019-01-03T18:47:23.593:source\served\extension.d:setTimeout:886 Setting timeout for 50 ms
17752019-01-03T18:47:23.593:source\served\extension.d:startDCD:594 Starting dcd
1776Detected dcd-client (C:\Users\Sealab\AppData\Roaming\code-d\bin\dcd-client.exe) v0.10.2
1777
1778
1779Detected dcd-server (C:\Users\Sealab\AppData\Roaming\code-d\bin\dcd-server.exe) v0.10.2
1780
1781
17822019-01-03T18:47:23.701:source\served\extension.d:startDCD:603 Starting dcdext
17832019-01-03T18:47:23.701:source\served\extension.d:startDCD:609 Running DCD setup
17842019-01-03T18:47:23.701:source\served\extension.d:startDCD:612 findAndSelectPort 9166
17852019-01-03T18:47:23.712:source\served\extension.d:parallelMain:945 Calling timeout
17862019-01-03T18:47:23.712:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
17872019-01-03T18:47:23.712:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
17882019-01-03T18:47:23.921:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
17892019-01-03T18:47:23.987:source\served\extension.d:parallelMain:945 Calling timeout
17902019-01-03T18:47:24.009:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
17912019-01-03T18:47:24.009:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
17922019-01-03T18:47:24.020:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
17932019-01-03T18:47:24.020:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
17942019-01-03T18:47:24.031:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
17952019-01-03T18:47:24.031:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
17962019-01-03T18:47:24.042:source\app.d:processRequest:77 Calling provideDocumentSymbols
1797d:\Coding\D\DLL\jastbind\source\jaster\binding\generator.d(11:1)[error]: no identifier for declarator
1798d:\Coding\D\DLL\jastbind\source\jaster\binding\generator.d(18:1)[error]: Declaration expected
17992019-01-03T18:47:24.053:source\app.d:processRequest:77 Calling provideCodeActions
18002019-01-03T18:47:24.064:source\app.d:processRequest:77 Calling provideComplete
1801DCD not running!
18022019-01-03T18:47:24.097:source\app.d:__lambda7:246 Failed processing request: object.Exception@source\served\commands\complete.d(469): Unexpected result from DCD:
1803
1804----------------
18050x0113B83F
18060x0113B5F2
18070x010F410D
1808{"code":-32603,"data":"object.Exception@source\\served\\commands\\complete.d(469): Unexpected result from DCD:\n\t\n----------------\n0x0113B83F\n0x0113B5F2\n0x010F410D","message":"Unexpected result from DCD:\n\t"}
18092019-01-03T18:47:24.218:source\app.d:processRequest:77 Calling provideCodeLens
18102019-01-03T18:47:24.240:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
18112019-01-03T18:47:24.251:source\served\extension.d:parallelMain:945 Calling timeout
18122019-01-03T18:47:24.262:source\served\extension.d:parallelMain:945 Calling timeout
18132019-01-03T18:47:24.295:source\app.d:processRequest:77 Calling provideDocumentSymbols
18142019-01-03T18:47:24.427:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
18152019-01-03T18:47:24.427:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
18162019-01-03T18:47:24.591:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
18172019-01-03T18:47:24.591:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
18182019-01-03T18:47:24.796:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
18192019-01-03T18:47:24.807:source\served\extension.d:parallelMain:945 Calling timeout
18202019-01-03T18:47:24.807:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
18212019-01-03T18:47:24.807:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
18222019-01-03T18:47:24.906:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
18232019-01-03T18:47:24.906:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
18242019-01-03T18:47:24.991:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
18252019-01-03T18:47:24.991:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
18262019-01-03T18:47:25.196:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
18272019-01-03T18:47:25.206:source\served\extension.d:parallelMain:945 Calling timeout
18282019-01-03T18:47:25.239:source\app.d:processRequest:77 Calling provideCodeLens
18292019-01-03T18:47:25.338:source\app.d:processRequest:77 Calling provideDocumentSymbols
1830d:\Coding\D\DLL\jastbind\source\jaster\binding\generator.d(11:10)[error]: Basic type, type constructor, symbol, or typeof expected
1831d:\Coding\D\DLL\jastbind\source\jaster\binding\generator.d(18:1)[error]: Declaration expected
18322019-01-03T18:47:25.500:source\served\extension.d:startDCD:615 Setting port to 9181
18332019-01-03T18:47:25.500:source\served\extension.d:startDCD:617 startServer ["G:/None-Game/D/tools/dmd2/src/phobos", "G:/None-Game/D/tools/dmd2/src/druntime/import"]
1834Server: 2019-01-03T18:47:27.590:src\dcd\server\main.d:main:117 Starting up...
1835
1836
1837Server: 2019-01-03T18:47:27.591:src\dcd\server\main.d:main:130 Listening on port 9181
1838
1839
1840Server: 2019-01-03T18:47:28.268:dsymbol\src\dsymbol\conversion\first.d:visit:428 Could not resolve location of module 'ldc\intrinsics'
1841
1842
1843Server: 2019-01-03T18:47:28.840:dsymbol\src\dsymbol\conversion\first.d:visit:428 Could not resolve location of module 'gcc\builtins'
1844
1845
1846Server: 2019-01-03T18:47:30.344:src\dcd\server\main.d:main:168 Import directories:
1847
1848
1849Server: G:/None-Game/D/tools/dmd2/src/phobos
1850
1851
1852Server: G:/None-Game/D/tools/dmd2/src/druntime/import
1853
1854
1855Server: 2019-01-03T18:47:30.344:src\dcd\server\main.d:main:174 112348 symbols cached.
1856
1857
1858Server: 2019-01-03T18:47:30.345:src\dcd\server\main.d:main:175 Startup completed in 2754 milliseconds.
1859
1860
18612019-01-03T18:47:30.345:source\served\extension.d:startDCD:619 refreshImports
1862Server: 2019-01-03T18:47:30.383:dsymbol\src\dsymbol\conversion\first.d:visit:428 Could not resolve location of module 'fluent\asserts'
1863
1864
18652019-01-03T18:47:30.385:source\served\extension.d:startDCD:629 Imports for d:\Coding\D\DLL\jastbind: ["d:\\Coding\\D\\DLL\\jastbind\\source\\"]
1866Server: 2019-01-03T18:47:30.388:src\dcd\server\main.d:main:289 Request processed in 6 milliseconds
1867
1868
18692019-01-03T18:47:30.425:source\served\extension.d:doStartup:551 Loaded Components for d:\Coding\D\DLL\jastbind: ["dscanner", "dfmt", "dlangui", "importer", "moduleman", "dub", "dmd", "dcd", "dcdext"]
1870Server: 2019-01-03T18:47:30.460:src\dcd\server\main.d:main:289 Request processed in 0 milliseconds
1871
1872
18732019-01-03T18:47:30.464:source\served\extension.d:changedConfig:192 Finished config change of file:///d%3A/Coding/D/DLL/jastbind with 4 changes in 7 secs, 170 ms, 367 μs, and 7 hnsecs.
18742019-01-03T18:47:30.486:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
18752019-01-03T18:47:30.486:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
18762019-01-03T18:47:30.497:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
18772019-01-03T18:47:30.497:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
18782019-01-03T18:47:30.508:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
18792019-01-03T18:47:30.508:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
18802019-01-03T18:47:30.519:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
18812019-01-03T18:47:30.519:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
18822019-01-03T18:47:30.530:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
18832019-01-03T18:47:30.530:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
18842019-01-03T18:47:30.541:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
18852019-01-03T18:47:30.541:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
18862019-01-03T18:47:30.552:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
18872019-01-03T18:47:30.552:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
18882019-01-03T18:47:30.564:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
18892019-01-03T18:47:30.564:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
18902019-01-03T18:47:30.575:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
18912019-01-03T18:47:30.575:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
18922019-01-03T18:47:30.596:source\app.d:processRequest:77 Calling provideComplete
18932019-01-03T18:47:30.607:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
18942019-01-03T18:47:30.607:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
18952019-01-03T18:47:30.618:source\app.d:processRequest:77 Calling provideCodeLens
18962019-01-03T18:47:30.629:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
18972019-01-03T18:47:30.629:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
1898Server: 2019-01-03T18:47:30.632:src\dcd\server\main.d:main:273 Getting completions
1899
1900
1901Server: 2019-01-03T18:47:30.632:src\dcd\server\main.d:main:289 Request processed in 0 milliseconds
1902
1903
1904DCD Client:
19052019-01-03T18:47:30.640:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
19062019-01-03T18:47:30.640:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
19072019-01-03T18:47:30.651:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
19082019-01-03T18:47:30.651:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
19092019-01-03T18:47:30.662:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
19102019-01-03T18:47:30.662:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
19112019-01-03T18:47:30.673:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
19122019-01-03T18:47:30.673:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
19132019-01-03T18:47:30.684:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
19142019-01-03T18:47:30.684:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
19152019-01-03T18:47:30.695:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
19162019-01-03T18:47:30.695:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
19172019-01-03T18:47:30.706:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
19182019-01-03T18:47:30.706:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
19192019-01-03T18:47:30.717:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
19202019-01-03T18:47:30.717:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
19212019-01-03T18:47:30.728:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
19222019-01-03T18:47:30.728:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
19232019-01-03T18:47:30.739:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
19242019-01-03T18:47:30.739:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
19252019-01-03T18:47:30.750:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
19262019-01-03T18:47:30.750:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
19272019-01-03T18:47:30.772:source\app.d:processRequest:77 Calling provideCodeLens
19282019-01-03T18:47:30.783:source\app.d:processRequest:77 Calling provideCodeActions
19292019-01-03T18:47:30.794:source\app.d:processRequest:77 Calling provideDocumentSymbols
1930d:\Coding\D\DLL\jastbind\source\jaster\binding\generator.d(9:22)[error]: Invalid template argument. (Try enclosing in parenthesis?)
1931d:\Coding\D\DLL\jastbind\source\jaster\binding\generator.d(18:1)[error]: Declaration expected
19322019-01-03T18:47:30.805:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
19332019-01-03T18:47:30.805:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
19342019-01-03T18:47:30.827:source\app.d:processRequest:77 Calling provideCodeLens
19352019-01-03T18:47:30.838:source\app.d:processRequest:77 Calling provideCodeActions
19362019-01-03T18:47:30.860:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
19372019-01-03T18:47:30.860:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
19382019-01-03T18:47:30.871:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
19392019-01-03T18:47:30.871:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
19402019-01-03T18:47:30.882:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
19412019-01-03T18:47:30.882:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
19422019-01-03T18:47:30.914:source\app.d:processRequest:77 Calling provideCodeLens
19432019-01-03T18:47:30.936:source\app.d:processRequest:77 Calling provideDocumentSymbols
1944d:\Coding\D\DLL\jastbind\source\jaster\binding\generator.d(9:22)[error]: Invalid template argument. (Try enclosing in parenthesis?)
19452019-01-03T18:47:30.947:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
19462019-01-03T18:47:30.947:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
19472019-01-03T18:47:30.958:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
19482019-01-03T18:47:30.958:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
19492019-01-03T18:47:30.980:source\app.d:processRequest:77 Calling provideCodeLens
19502019-01-03T18:47:30.991:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
19512019-01-03T18:47:30.991:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
19522019-01-03T18:47:31.002:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
19532019-01-03T18:47:31.002:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
19542019-01-03T18:47:31.013:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
19552019-01-03T18:47:31.013:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
19562019-01-03T18:47:31.024:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
19572019-01-03T18:47:31.024:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
19582019-01-03T18:47:31.035:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
19592019-01-03T18:47:31.035:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
19602019-01-03T18:47:31.046:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
19612019-01-03T18:47:31.046:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
19622019-01-03T18:47:31.057:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
19632019-01-03T18:47:31.057:source\served\extension.d:setTimeout:886 Setting timeout for 200 ms
19642019-01-03T18:47:31.068:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
19652019-01-03T18:47:31.068:source\served\types.d:config:368 Config for file:///d%3A/Coding/D/DLL/jastbind/source/jaster/binding/generator.d: const(Configuration)(const(D)(["G:\/None-Game\/D\/tools\/dmd2\/src\/phobos","G:\/None-Game\/D\/tools\/dmd2\/src\/druntime\/import"], "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-client.exe", "C:\\Users\\Sealab\\AppData\\Roaming\\code-d\\bin\\DCD\\bin\\dcd-server.exe", "dub", "dmd", true, true, true, true, true, true, false, false, [], "", "", "", "", true, true, false, true, true, [], [], ask, 4), const(DFmt)(true, "allman", true, true, false, true, true, "conditional_newline_indent"), const(DScanner)([]), const(Editor)([]), const(Git)(""))
1966Running dub build
19672019-01-03T18:47:31.090:source\app.d:processRequest:77 Calling provideCodeLens
19682019-01-03T18:47:31.101:source\app.d:processRequest:77 Calling provideCodeActions
19692019-01-03T18:47:31.134:source\app.d:processRequest:77 Calling provideDocumentSymbols
19702019-01-03T18:47:31.365:source\app.d:processRequest:77 Calling provideCodeActions
19712019-01-03T18:47:31.919:source\app.d:processRequest:77 Calling provideCodeActions
19722019-01-03T18:48:00.153:source\app.d:processRequest:77 Calling provideHover
1973Server: 2019-01-03T18:48:00.194:src\dcd\server\main.d:main:278 Getting doc comment
1974
1975
1976Server: 2019-01-03T18:48:00.196:src\dcd\server\main.d:main:289 Request processed in 2 milliseconds