Kirill Ignatiev

Results 39 issues of Kirill Ignatiev

The following code computes fibonacci(35) where each worker reads from a channel of repeated 35’s, and writes the answer to a channel, the main task reads from the answer channel....

I have a tsumego collection sgf file (xxqj.sgf from https://www.u-go.net/classic/) that has solutions in it, and Sabaki's preview looks like this: https://imgur.com/DyoQfHq This isn't necessarily a bug, but I'm not...

discussion

It's not possible to `rethrow` outside a `catch` block (Julia gives an error). It was only checking for errors when ret was INVALID_ARGS which is wrong.

The following test fails for me using `] dev NLopt`. I expected the exception from within `obj` to be rethrown to the called on `NLopt.optimize` ``` using Test x0 =...

I know it's not really well-defined to try to print a dual number like this, but it would be better if it failed more gracefully, for example by printing the...

I'm not sure if this is even supported, but I think it should throw an error instead of returning zero gradients The first example is an old bug (#45 ),...

bug
priority

This example was pointed out by njuffa on scicomp.stackexchange.com. I checked it also with a recent version of Z3 and exact rational arithmetic. ``` # This is the native cpu...

The following output I got from `profiler-report` (Emacs's profiler in cpu profiling mode) looks suspicious, because it spends a lot of time in `flycheck-relevant-error-p`, which I didn't expect. It causes...

I left for a while and completely forgot #384. For the xref interface see https://github.com/emacs-mirror/emacs/blob/master/lisp/progmodes/xref.el, and the lisp xref backend in https://github.com/emacs-mirror/emacs/blob/master/lisp/progmodes/elisp-mode.el This implements `xref-find-{definitions,references}`. It's not quite perfect -...