Aaron Siddhartha Mondal

Results 105 issues of Aaron Siddhartha Mondal

Inspired by recent events (#765), (#766), (#709), I thought it would be a good idea to kick off a discussion related to upstream compatibilities for hipSYCL. # Main Point HipSYCL...

discussion

This commit introduces basic style uniformity in the entire repository. Most notably, it fixes all occurrances of trailing whitespaces and missing newlines at the end of files. I think it...

**Bug summary** We are trying to get hipsycl to work with upstream Clang/LLVM. The fiber cpu backend seems to work, but when trying to use the plugin (`-fpass-plugin`) the compiler...

bug

### Description of the bug: The prereleases ``` 7.0.0-pre.20221123.2 7.0.0-pre.20221204.2 ``` instantly crash with error ```Starting local Bazel server and connecting to it... Server crashed during startup. Now printing /home/aaron/.cache/bazel/_bazel_aaron/57c173f35bd67c0c2e50f3183aeb3e4c/server/jvm.out...

type: bug
P2
team-Rules-Java
team-OSS

Setting up the different tools for development can be hard for new contributors. This commit adds a Nix flake that provides a reproducible development environment which is easy to set...

**Describe the bug** The current Bazel build files are inconsistent and appear to rely on an internal wrapper and internal rulesets which cannot be found in an open-source context. At...

project maintenance

Many code-related PRs to this repo address formatting and linting issues. Without a commonly agreed-upon set of tools PRs with code quality fixes might override each other. This is of...

code quality

### Description of the bug: I'm trying to build carbon with a more-or-less upstream Clang. The Bison dependency won't build. I'm not sure what exactly causes it, but the same...

explorer
inactive

In lld this is flagged as an error, and the default recently changed in https://reviews.llvm.org/D135402. In comparison, mold's current behavior is a warning: > --undefined-version, --no-undefined-version: By default, mold warns...

### What's wrong The following is not allowed by WPS356: ```python from typing import Generic, Self, Tuple, TypeVar, TypeVarTuple DType = TypeVar('DType') Shape = TypeVarTuple('Shape') class Array(Generic[DType, *Shape]): ... def...

bug