This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Error:Kotlin: [Internal Error] java.lang.IllegalStateException: Error type encountered: [ERROR : Attribute] (ErrorTypeImpl). | |
| at org.jetbrains.kotlin.codegen.state.JetTypeMapper.mapType(JetTypeMapper.java:361) | |
| at org.jetbrains.kotlin.codegen.state.JetTypeMapper.mapType(JetTypeMapper.java:318) | |
| at org.jetbrains.kotlin.codegen.state.JetTypeMapper.mapType(JetTypeMapper.java:293) | |
| at org.jetbrains.kotlin.codegen.AnnotationCodegen.genAnnotation(AnnotationCodegen.java:272) | |
| at org.jetbrains.kotlin.codegen.AnnotationCodegen.genAnnotations(AnnotationCodegen.java:108) | |
| at org.jetbrains.kotlin.codegen.PropertyCodegen.generateBackingField(PropertyCodegen.java:346) | |
| at org.jetbrains.kotlin.codegen.PropertyCodegen.generateBackingFieldAccess(PropertyCodegen.java:370) | |
| at org.jetbrains.kotlin.codegen.PropertyCodegen.generateBackingField(PropertyCodegen.java:236) | |
| at org.jetbrains.kotlin.codegen.PropertyCodegen.generatePrimaryConstructorProperty(PropertyCodegen.java:182) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /usr/local/bin/node test.js | |
| [ 'test.ts' ] | |
| { source: 'test.ts', line: 1, column: 0, name: 'Foo' } | |
| { line: null, column: null, lastColumn: null } | |
| { source: 'test.ts', | |
| generatedLine: 1, | |
| generatedColumn: 0, | |
| originalLine: 1, | |
| originalColumn: 0, | |
| name: null } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://github.com/develar/__intellij_settings.git: cannot open git-upload-pack | |
| org.eclipse.jgit.errors.TransportException: https://github.com/develar/__intellij_settings.git: cannot open git-upload-pack | |
| at org.eclipse.jgit.transport.TransportHttp.connect(TransportHttp.java:517) | |
| at org.eclipse.jgit.transport.TransportHttp.openFetch(TransportHttp.java:296) | |
| at org.eclipse.jgit.transport.FetchProcess.executeImp(FetchProcess.java:121) | |
| at org.eclipse.jgit.transport.FetchProcess.execute(FetchProcess.java:107) | |
| at org.eclipse.jgit.transport.Transport.fetch(Transport.java:1138) | |
| at org.jetbrains.settingsRepository.git.GitExKt.fetch(GitEx.kt:69) | |
| at org.jetbrains.settingsRepository.git.Pull.fetch(pull.kt:84) | |
| at org.jetbrains.settingsRepository.git.Pull.fetch$default(pull.kt:81) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| if (CompileEvent != null) { | |
| // node adds \n\n}) | |
| const nodejsSuffix = "(?:[\\r\\n]+\\}\\);?)?" | |
| const sourceMapRegExp = new RegExp("[\\r\\n]//(?:@|#)[ \\t]sourceMappingURL=[ \\t]*(?:file://)?([^\\r\\n]*)\\s*(?:\\*/\\s*)?" + nodejsSuffix + "$") | |
| CompileEvent.prototype.super$toJSONProtocol = CompileEvent.prototype.toJSONProtocol | |
| CompileEvent.prototype.toJSONProtocol = function (): string { | |
| try { | |
| if (this.eventType() != 5) { | |
| return this.super$toJSONProtocol() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Index: deps/v8/src/debug/mirrors.js | |
| IDEA additional info: | |
| Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP | |
| <+>UTF-8 | |
| =================================================================== | |
| --- deps/v8/src/debug/mirrors.js (revision 3b69060727fcaa20aab443d7183c5e0d9debaef6) | |
| +++ deps/v8/src/debug/mirrors.js (revision ) | |
| @@ -77,6 +77,9 @@ | |
| } | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| fun runAndWait(commandLine: GeneralCommandLine) { | |
| val handler = KillableColoredProcessHandler(commandLine, true) | |
| var hasErrors = false | |
| handler.addProcessListener(object : ProcessAdapter() { | |
| override fun onTextAvailable(event: ProcessEvent, outputType: Key<*>) { | |
| val text = event.text | |
| // https://github.com/maxogden/electron-packager/pull/228 | |
| val out = if (outputType == ProcessOutputTypes.STDERR && !text.startsWith("Packaging app for platform ")) { | |
| hasErrors = true | |
| System.err |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //declare module "got" { | |
| // interface Got { | |
| // stream(url: string): Stream | |
| // } | |
| // | |
| // const got: Got | |
| // export = got | |
| //} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /Users/develar/Documents/idea/contrib/AngularJS/test/org/angularjs/codeInsight/data/attributes/object.ts | |
| Warning:File was not compiled because there is no a reference from tsconfig.json | |
| /Users/develar/Documents/idea/contrib/AngularJS/test/org/angularjs/refactoring/data/rename/object.ts | |
| Warning:File was not compiled because there is no a reference from tsconfig.json | |
| /Users/develar/Documents/idea/contrib/AngularJS/test/org/angularjs/refactoring/data/rename/object.binding.ts | |
| Warning:File was not compiled because there is no a reference from tsconfig.json | |
| /Users/develar/Documents/idea/contrib/AngularJS/test/org/angularjs/refactoring/data/rename/object.event.ts | |
| Warning:File was not compiled because there is no a reference from tsconfig.json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| lineBreakpointManager.removeAllBreakpoints() | |
| .then { connection.detachAndClose() } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /Library/Java/JavaVirtualMachines/jdk1.8.0_72.jdk/Contents/Home/bin/java -Didea.launcher.port=7532 -Didea.launcher.bin.path=/Applications/Idea.app/Contents/bin -Dfile.encoding=UTF-8 -classpath "/Library/Java/JavaVirtualMachines/jdk1.8.0_72.jdk/Contents/Home/jre/lib/charsets.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_72.jdk/Contents/Home/jre/lib/deploy.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_72.jdk/Contents/Home/jre/lib/ext/cldrdata.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_72.jdk/Contents/Home/jre/lib/ext/dnsns.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_72.jdk/Contents/Home/jre/lib/ext/jaccess.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_72.jdk/Contents/Home/jre/lib/ext/jfxrt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_72.jdk/Contents/Home/jre/lib/ext/localedata.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_72.jdk/Contents/Home/jre/lib/ext/nashorn.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_72.jdk/Contents/Home/jre/lib/ext/sunec.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_72.jd |