Claire Foster
Claire Foster
> "A little annoyance" was me understating the issue Yea I've have a feeling it could be quite a problem for you. It's troubling that porting (parts of?) utf8proc might...
Just FYI, I've not forgotten this. I'm currently working on porting parts of libutf8proc. I've decided to start with porting the data_generation.rb script there from ruby to Julia. That will...
> So how is JuliaSyntax made independent of the julia version by this PR? `JuliaSyntax` is vendored into the sysimage as part of `Base`, it's not a stdlib. In that...
fyi I'm still plugging away at the upstream implications of a pure-Julia unicode library... https://github.com/c42f/UnicodeNext.jl I think this could be generally useful though it does feel a bit marginal in...
Ok, I've pushed an update here which makes this PR use my experimental `UnicodeNext` library. Current issues: * This breaks CI because that library isn't registered yet. To get this...
Thanks for outlining what needs to be done here :) Just wondering - do you think you'll have bandwidth to work on this yourself or should I or someone else...
> For example, there is some discussion about sparsely sampled axes (e.g. compressed sensing) where an axis would have to store the values of the relevant parameter for each index,...
@JeffBezanson do you think there's a way out of this conundrum?
> changing the semantics from one valid interpretation to another would be horrible It's "horrible", but evidence suggests that users don't understand the existing precedence and actively write bugs with...
There's also the following lowering error: ```julia julia> :(begin module Inner end end) quote #= REPL[12]:2 =# module Inner #= REPL[12]:2 =# #= REPL[12]:2 =# end end julia> Meta.lower(Main, :(begin...