chapel icon indicating copy to clipboard operation
chapel copied to clipboard

a Productive Parallel Programming Language

Results 276 chapel issues
Sort by recently updated
recently updated
newest added

I'm observing a problem where `make chplcheck-venv` removes parts of the `chpl-venv` used for `chpldoc`. ``` $ make docs $ ls third-party/chpl-venv/install/chpldeps/bin/ # output includes sphinx-build $ make chplcheck $...

type: Bug
area: BTR

It's interesting to consider if [Enzyme](https://enzyme.mit.edu/) can be integrated into Chapel. It supports automatic differentiation and that's useful for machine learning. This issue serves as a place for discussion on...

After hitting #13213 this afternoon and talking to Jade about it, I started wondering aloud whether it might be very easy to implement an optimization that would localize the domain...

The following program: ```Chapel record R { var x: int; proc init(x: int) { } proc init(x: int, y: int) { init(__primitive("+", x, y)); } } ``` Emits an error...

type: Bug
area: Dyno

It might be a feature but not a nice one. What does 0x1.0p-1074, a real(64), print out under %30.18xer (or ....xr) ```chapel 0.000000000000100000p-1022 ```` I might have got those leading...

type: Bug
area: Libraries / Modules
user issue

### Summary of Feature **Description:** CLS currently provides type hints when a user has not fully specified the type for a variable (using Chapel's type inference) ![Screenshot 2024-05-14 at 4...

type: Feature Request
area: Tools
area: Python bindings

This could be another inlay hint. Seems like it would be useful!

type: Feature Request
area: Tools
area: Python bindings

### Summary of Feature **Description:** When CLS is using `--resolver`, it can show functions with several code lenses to see the various instantiations of a function. (See screenshot) ![Screenshot 2024-05-14...

type: Feature Request
area: Tools
area: Python bindings

### Summary of Problem **Description:** Using a distributed array in a reduce expression that is the default argument for a function causes the compiler to segfault **Is this a blocking...

type: Bug

### Summary of Feature **Description:** `chpl-language-server` should be able to show unstable warnings in the editor, just like other errors and warnings. This should be an off-by-default feature, controlled with...

good first issue
type: Feature Request
area: Tools
area: Python bindings