Kristoffer Carlsson
Kristoffer Carlsson
Moved from https://github.com/JuliaLang/julia/issues/13729 ----------------- See: https://github.com/JuliaLang/julia/pull/13673
https://github.com/JuliaLang/julia/issues/16356#issuecomment-312267173 Cc @ZacLN
Important that all branches are covered since we do some "ugly" coding for performance reasons.
It is unnecessary for all tokens to store this. Instead just make a few error kinds and have a lookup table for their meaning.
Here is a part of the docs for `getstring` > If the actual parsed String is needed, however, you can pass your source and the res.val::PosLen to Parsers.getstring to get...
``` ERROR: LoadError: Evaluation into the closed module `Compose` breaks incremental compilation because the side effects will not be permanent. This is likely due to some other module mutating `Compose`...
Julia has in general three types of categories of releases. The LTS (currently 1.0.x), the latest release (currently 1.6.1), and the nightly release. Before a new Julia release, there are...
Running the tests on Julia master fails with ``` Basics: Test Failed at /Users/kristoffer/JuliaPkgEval/SparsityDetection.jl/test/basics.jl:19 Expression: sparse((testmeta(g, [1], [2]))[1]) == sparse([1], [1], true) Evaluated: 1×1 SparseMatrixCSC{Bool,Int64} with 0 stored entries ==...