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
execve("/sbin/openrc", ["/sbin/openrc", "sysinit"], 0x7ffe7221b3c8 /* 7 vars */) = 0 | |
brk(NULL) = 0x55cdf8552000 | |
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) | |
openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=50010, ...}) = 0 | |
mmap(NULL, 50010, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fa7c94c2000 | |
close(3) = 0 | |
openat(AT_FDCWD, "/usr/lib64/libeinfo.so.1", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832 | |
fstat(3, {st_mode=S_IFREG|0755, st_size=30656, ...}) = 0 |
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
* Mounting /proc ... [ ok ] | |
* Mounting /run ... [ ok ] | |
* /run/openrc: creating directory | |
* /run/lock: creating directory | |
* /run/lock: correcting owner | |
* sysfs: getting exclusive lock | |
* cgroups: getting exclusive lock | |
* devfs: getting exclusive lock | |
* dmesg: getting exclusive lock | |
* systemd-tmpfiles-setup-dev: getting exclusive lock |
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
rm -f test_popupwin.res test.log messages starttime | |
if test -n "${ASAN_OPTIONS}"; then \ | |
ASAN_OPTIONS="${ASAN_OPTIONS}_test_popupwin" UBSAN_OPTIONS="${UBSAN_OPTIONS}_test_popupwin" VIMRUNTIME=../../runtime ../vim -f -u unix.vim --gui-dialog-file guidialog -U NONE --noplugin --not-a-term -S runtest.vim test_popupwin.vim --cmd 'au SwapExists * let v:swapchoice = "e"' | LC_ALL=C awk '/Executing Test_/{match($0, "([0-9][0-9]:[0-9][0-9] *)?Executing Test_[^\\)]*\\)"); print substr($0, RSTART, RLENGTH) "\r"; fflush()}' ; \ | |
else \ | |
VIMRUNTIME=../../runtime ../vim -f -u unix.vim --gui-dialog-file guidialog -U NONE --noplugin --not-a-term -S runtest.vim test_popupwin.vim --cmd 'au SwapExists * let v:swapchoice = "e"' | LC_ALL=C awk '/Executing Test_/{match($0, "([0-9][0-9]:[0-9][0-9] *)?Executing Test_[^\\)]*\\)"); print substr($0, RSTART, RLENGTH) "\r"; fflush()}' ; \ | |
fi | |
00:00 Executing Test_adjust_left_past_screen_width() | |
00:00 Executing Test_bufdel_skips_popupwin_buffer() | |
00:00 Executing Test_notifications() | |
0 |
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
cmake_minimum_required(VERSION 3.30) | |
# Set experimental flag to enable `import std` support from CMake. | |
# This must be enabled before C++ language support. | |
set(CMAKE_EXPERIMENTAL_CXX_IMPORT_STD | |
# This specific value changes as experimental support evolves. See | |
# `Help/dev/experimental.rst` in the CMake source corresponding to | |
# your CMake build for the exact value to use. | |
"0e5b6991-d74f-4b3d-a41c-cf096e0b2508") | |
project(std_module_example CXX) |
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
2024-08-17 21:26:13,983 - DEBUG - TX: Sending message: b'Content-Length: 2101\r\n\r\n{"id":1,"jsonrpc":"2.0","method":"initialize","params":{"capabilities":{"textDocument":{"codeAction":{"codeActionLiteralSupport":{"codeActionKind":{"valueSet":["","quickfix","refactor","refactor.extract","refactor.inline","refactor.rewrite","source","source.organizeImports","source.fixAll"]}},"dataSupport":true,"resolveSupport":{"properties":["edit","command"]}},"completion":{"completionItem":{"documentationFormat":["plaintext","markdown"],"resolveSupport":{"properties":["documentation","detail"]}},"completionItemKind":{"valueSet":[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]}},"documentSymbol":{"hierarchicalDocumentSymbolSupport":false,"labelSupport":false,"symbolKind":{"valueSet":[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]}},"hover":{"contentFormat":["plaintext","markdown"]},"inlay_hint":{},"semanticTokens":{"augmentSyntaxTokens":true,"formats":["relative"],"requests":{"full" |
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
2024-08-13 06:58:33,073 - INFO - Starting OmniSharp-Roslyn: ['D:\\a\\ycmd\\ycmd\\ycmd\\completers\\cs\\..\\..\\..\\third_party\\omnisharp-roslyn\\OmniSharp.exe', '-lsp', '-v'] | |
2024-08-13 06:58:33,073 - INFO - OmniSharp-Roslyn started with PID 6644 | |
2024-08-13 06:58:33,073 - DEBUG - TX: Sending message: b'Content-Length: 1920\r\n\r\n{"id":1,"jsonrpc":"2.0","method":"initialize","params":{"capabilities":{"textDocument":{"codeAction":{"codeActionLiteralSupport":{"codeActionKind":{"valueSet":["","quickfix","refactor","refactor.extract","refactor.inline","refactor.rewrite","source","source.organizeImports","source.fixAll"]}},"resolveSupport":{"properties":["edit","command"]}},"completion":{"completionItem":{"documentationFormat":["plaintext","markdown"],"resolveSupport":{"properties":["documentation","detail"]}},"completionItemKind":{"valueSet":[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]}},"documentSymbol":{"hierarchicalDocumentSymbolSupport":false,"labelSupport":false,"symbolKind":{"valueSe |
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
# | |
# Automatically generated file; DO NOT EDIT. | |
# Linux/x86 6.6.35 Kernel Configuration | |
# | |
CONFIG_CC_VERSION_TEXT="gcc (Gentoo 13.3.1_p20240614 p17) 13.3.1 20240614" | |
CONFIG_CC_IS_GCC=y | |
CONFIG_GCC_VERSION=130301 | |
CONFIG_CLANG_VERSION=0 | |
CONFIG_AS_IS_GNU=y | |
CONFIG_AS_VERSION=24200 |
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
A A B C D D E E F | |
e ---->--->(1+k_1)--->+--->(z^-1/2)--->--->(1+k_2)--->+--->(z^-1/2)---> y | |
| /\ | /\ | | |
| | | | | | |
| | | | | | |
\/ (-k_1) \/ (-k_2) | | |
k_1 /\ k_2 /\ | | |
| | | | | | |
| | | | | | |
| | | | | |
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
# TODO: Handle headers that do not exist. | |
# TODO: Documentation. | |
# TODO: Type hints | |
import http.client | |
import json | |
import sys | |
import traceback | |
_MEMFILE_MAX = 10 * 1024 * 1024 |
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
#include <memory> | |
#include <pybind11/cast.h> | |
#include <pybind11/options.h> | |
#include <pybind11/pybind11.h> | |
#include <pybind11/pytypes.h> | |
class A {}; | |
class B {}; | |
namespace py = pybind11; |
NewerOlder