guffy1234

Results 6 issues of guffy1234

numbers are with disabled print ```cpp namespace modified { enum op_type { INC, MOVE, LOOP, PRINT }; struct Op; using Ops = vector; using data_t = ptrdiff_t; struct Op {...

hi It would be nice to add Description string property to MetricValueOptionsBase and use it as "help" value for Prometheus MetricFamily

All ToArrayAsync do not use cancelation tokens

hi Unload assembly crashes with System.ExecutionEngineException if garbage collection happened between script compilation and unloading. Simplest example: var assembly = CSScript.Evaluator .With(eval => eval.IsAssemblyUnloadingEnabled = true) .CompileCode(@"public int Sum(int a,...

Investigation

Hi Just result of pretty short review: 1. строки не надо инитить "". это ненужные выделения памяти. лучше пусть парсер понимает эмпти стринг. так же как и парсеру вроде не...