Sebastian Pfitzner
Sebastian Pfitzner
Bunch of nasty edge cases related to symbols followed by primes: ```julia julia> Meta.parse(":+'") :(:+') julia> JuliaSyntax.parseall(Expr, ":+'") ERROR: ParseError: Error: extra tokens after end of expression @ line 1:3...
``` function readfile(svname) algrtm="unknown" rbc="unknown" open(svname) do io algrtm = readuntil(io,'-') readline(io) rbc = readuntil(io,'-') end return algrtm, rbc end ``` 
``` function f() if rand() < 0.5 g(x) = x else g(x) = 2x end g end ``` should be written as ``` function f() if rand() < 0.5 g...
`ink` is sitting at ~200ms for me, which seems pretty excessive (considering that `atom-ide-ui` for example only takes ~50ms).
Preview:  This is a bit minimalistic and I don't know if everything works as expected, so I'd appreciate someone trying this. Also, there's no keybinding for focusing results yet...
Probably best to pre-render the flamechart to a svg and display that (see e.g. https://github.com/tkluck/StatProfilerHTML.jl). `@profiler using Plots` feels super janky to handle, but to be fair we're trying to...
ink's default look has changed drastically, and once #127 lands we'll have quite a few new shinies we should show off :)
somewhere in the (manually) opened plot pane.