Xiangxi Guo (Ryan)

Results 18 issues of Xiangxi Guo (Ryan)

## Problem The following program segfaults in `new_add` function from `parse.c` ```c void foo() { } void bar() { 1 + foo(); } ``` ## Proposal Check for the case...

## Problem The following 4 programs compile without error, but they obviously shouldn't. Assigning expression with void type. ```c void foo() { } void bar() { int x = foo();...

- [x] I have fzf 0.23.0 or above - [x] I have read through https://github.com/junegunn/fzf.vim/blob/master/README.md - [x] I have read through https://github.com/junegunn/fzf/blob/master/README-VIM.md - [x] I have read through the manual...

## Motivation Addresses #12864 ## Mechanism 1. Delay error generation. Originally we issue error as soon as we see any write to immutable state variable inside a branch, that's can...

external contribution :star:

The root cause seems to be [this commit](https://github.com/oneapi-src/oneDNN/commit/e0e46ccdaec02e8ed4b9606564a721c225f33960). Is there any reason why this is the behavior? It came as a surprise to me because it wasn't specified in the...

question

## Context I'm trying to use OneDNN to implement arbitrary axis permutation for a tensor, e.g., ``` t = [[0, 1], [2, 3]] t.transpose(); // == t.transpose({1, 0}) ``` And...

question

## Issue Currently `af::seq(0)` [incorrectly produces](https://github.com/arrayfire/arrayfire/blob/b05da694a3f789579af25887108a214f1a978326/src/api/cpp/seq.cpp#L47) a sequence representing "all elements along an axis", instead of an empty sequence. Demo: ```c++ auto x = af::constant(3, 3); std::cout

feature

Differential Revision: D38361961

CLA Signed
fb-exported

## Example __Environment__ Tests compiled and executed in docker __Test case__ Simply add the following "test" to `hash_table_page_test.cpp`, and run it. ```c++ TEST(HashTablePageTest, SizeTest) { struct Val { char data_[4094];...

# How to reproduce 1. Create any `*.c` file with 4 empty lines. 2. Open the file with `kilo`, go to the 3rd line, press delete twice 3. Now 2...