Claire Foster

Results 128 issues of Claire Foster

In https://github.com/JuliaLang/JuliaSyntax.jl/issues/31#issuecomment-1164175383, @pfitzseb said > Btw, we really should think about upstreaming the Tokenize changes in this repo... Pretty sure the opsuffix changes for `&&`/`||` are implemented there. We've chatted...

From https://github.com/JuliaLang/JuliaSyntax.jl/issues/31#issuecomment-1164129041 * Unary versions `.:` parse but they shouldn't. * Also, them not being translated to the dotted versions in the `Expr` conversion is weird. ``` julia> JuliaSyntax.parseall(Expr, ".:...

bug
parser

This demonstrates the basic approach working, but various things don't work here yet due to at least two things: * Mismatch between the way the two packages tokenize the input,...

I was thinking a bit about the "right" interface to trivia. The rust-analyzer people are discussing it over at https://github.com/rust-analyzer/rust-analyzer/issues/6584 so they've got some good background reading there. It seems...

enhancement
expressions
design

@davidanthoff asked on Zulip about incremental reparsing. > is there support for partial reparses, i.e. some sort of incremental parsing? Basic idea is that user presses one key in the...

enhancement
parser

The `$HOME/.local/bin` directory is recommended by the [XDG standard](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html) as a place to store executables: > User-specific executable files may be stored in $HOME/.local/bin. Distributions should ensure this directory shows...

enhancement

Here's one possible use for `getproperty` with an `AxisArray`. I'm not yet sure this is a good idea (being an extremely new user of `AxisArrays`), but it seems rather convenient....

The build fails on ubuntu 15.10, with qt headers complaining about `-fPIE`, which overrides `-fPIC` in the compile flags. It's not very clear where the `-fPIE` is coming from (possibly...

bug

It seems that the update to OpenGL 3.2 core for OSX has unnecessarily broken usage on some older GPUs, which can be made to work again by downgrading the required...

The case of variable names can cause a mismatch between variables in the file and variables in the shader. This is a bit of an unnecessary pain, and it would...

api