Bug#890294: asymptote: complex eval-using code triggers assert failure

2018-02-18 Thread Norbert Preining
tags 890294 + pending thanks Added the fix to the current Debian repo for the next upload. Norbert -- PREINING Norbert http://www.preining.info Accelia Inc. +JAIST +TeX Live +Debian Developer GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0

Bug#890294: asymptote: complex eval-using code triggers assert failure

2018-02-18 Thread Norbert Preining
tags 890294 + fixed-upstream thanks > Hello! Following piece of code is meant to create wrapper structures > around primitive types, simplifying creation of generic code. I attach the answer of upstream - he has fixed the code to give a better error message, and also gives a way to produce a

Bug#890294: asymptote: complex eval-using code triggers assert failure

2018-02-14 Thread Norbert Preining
forwarded 890294 https://github.com/vectorgraphics/asymptote/issues/59 thanks On Wed, 14 Feb 2018, kact...@gnu.org wrote: > Yes, we definitely should send it upstream. You will do it, don't you? Done now https://github.com/vectorgraphics/asymptote/issues/59 Norbert -- PREINING Norbert

Bug#890294: asymptote: complex eval-using code triggers assert failure

2018-02-14 Thread KAction
Hi! [2018-02-14 18:54] Hilmar Preuße > > Hello! Following piece of code is meant to create wrapper structures > > around primitive types, simplifying creation of generic code. > > > I simply copy any pasted your code into a file an tried to process it. > Hope this was correct.

Bug#890294: asymptote: complex eval-using code triggers assert failure

2018-02-14 Thread Hilmar Preuße
On 13.02.2018 05:38, kact...@gnu.org wrote: Hi, > Hello! Following piece of code is meant to create wrapper structures > around primitive types, simplifying creation of generic code. > I simply copy any pasted your code into a file an tried to process it. Hope this was correct. Please confirm.

Bug#890294: asymptote: complex eval-using code triggers assert failure

2018-02-12 Thread KAction
Package: asymptote Version: 2.41-4 Severity: normal Hello! Following piece of code is meant to create wrapper structures around primitive types, simplifying creation of generic code. var casts = quote { public TWrap operator cast(TInner value) {