Lydia Duncan

Results 17 issues of Lydia Duncan

When deprecating some symbols for the Sort module, I got deprecation messages for public uses of them in the SortedSet and SortedMap modules. It's easy enough to remove the deprecated...

type: Design
type: Stabilization

### Summary of Problem **Description:** I was trying to debug the python library compilation of another bug, but couldn't get to the piece of code I wanted to execute because...

type: Bug
area: Compiler

Idea from Brad here: https://github.com/chapel-lang/chapel/issues/12671#issuecomment-2245665638 This would hopefully mean that future changes to it would be very limited

area: Docs
area: Tests / Benchmarks
easy / straightforward

It looks like the copy of LearnChapelInYMinutes on the [official site](https://learnxinyminutes.com/docs/chapel/) is out of date with the version we have in the primers directory. Specifically, it still uses constructors when...

area: Docs
user issue
easy / straightforward

Resolves #25901 Modifies the same place as the PRs for const and const in, but additionally needed a fix for `moveSetConstFlagsAndCheck` because the local tuple variable was using a `PRIM_GET_MEMBER_VALUE`...

area: Compiler
area: Tests / Benchmarks
stat: Needs Code Review

### Summary of Problem **Description:** When #25902 gets merged, it will improve const and const ref checking for varargs. As a result, trying to create a default associative array literal...

type: Bug
area: Language

### Summary of Problem **Description:** This is the remaining issue tracked by #25858 which I wasn't able to solve yet. The individual arguments passed to a `const ref` varargs should...

type: Bug
area: Compiler