Sebastian Pfitzner

Results 121 issues of Sebastian Pfitzner

Needed for stacktrace and local variables.

enhancement

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...

bug
tokenizer

``` function readfile(svname) algrtm="unknown" rbc="unknown" open(svname) do io algrtm = readuntil(io,'-') readline(io) rbc = readuntil(io,'-') end return algrtm, rbc end ``` ![image](https://user-images.githubusercontent.com/6735977/121149753-35729d80-c843-11eb-9e10-f8d1afd8fbb7.png)

bug

``` 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...

enhancement

`ink` is sitting at ~200ms for me, which seems pretty excessive (considering that `atom-ide-ui` for example only takes ~50ms).

enhancement

Preview: ![treetoggling](https://cloud.githubusercontent.com/assets/6735977/16040710/a1d22304-3231-11e6-873f-308db1dda355.gif) 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...

enhancement

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.