Skip to content

Instantly share code, notes, and snippets.

View nikitabobko's full-sized avatar
🌴
On vacation. Unavailable

Nikita Bobko nikitabobko

🌴
On vacation. Unavailable
View GitHub Profile
git --diff a/kotlin/generators/test/org/jetbrains/kotlin/generators/tests/GenerateTests.kt b/kotlin/generators/test/org/jetbrains/kotlin/generators/tests/GenerateTests.kt
index 45ba56e..d1131cb 100644
--- a/kotlin/generators/test/org/jetbrains/kotlin/generators/tests/GenerateTests.kt
+++ b/kotlin/generators/test/org/jetbrains/kotlin/generators/tests/GenerateTests.kt
@@ -1436,7 +1436,9 @@
model("addImport", testMethod = "doPerfTest", pattern = KT_WITHOUT_DOTS_IN_NAME)
}
-
+ testClass<AbstractPerformanceTypingIndentationTest> {
/*
* Copyright 2010-2019 JetBrains s.r.o. and Kotlin Programming Language contributors.
* Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
*/
package org.jetbrains.kotlin.generators.tests
import org.jetbrains.kotlin.AbstractDataFlowValueRenderingTest
import org.jetbrains.kotlin.addImport.AbstractAddImportTest
import org.jetbrains.kotlin.addImportAlias.AbstractAddImportAliasTest
@nikitabobko
nikitabobko / intel-gpu-crash-dump
Created November 4, 2019 19:24
Intel GPU gpu crash dump /sys/devices/pci0000:00/0000:00:02.0/drm/card0/error
GPU HANG: ecode 9:0:0x00000000, hang on rcs0
Kernel: 5.3.8-arch1-1 x86_64
Time: 1572895133 s 69433 us
Boottime: 34693 s 695574 us
Uptime: 34690 s 18700 us
Epoch: 4305283520 jiffies (300 HZ)
Capture: 4305285313 jiffies; 37417 ms ago, 5977 ms after epoch
Reset count: 0
Suspend count: 0
Platform: KABYLAKE
@nikitabobko
nikitabobko / template.tex
Last active February 19, 2019 14:54
My latex default template file
\documentclass[12pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[russian]{babel}
\usepackage{amsmath}
\usepackage[a4paper, total={7in, 10in}]{geometry}
% No indentation for paragraphs
\setlength\parindent{0pt}