Александр Старочкин

Results 9 issues of Александр Старочкин

```nim import macros, fusion/matching {.experimental: "caseStmtMacros".} case newLit 0 else: discard ``` **current output** ``` Nim/compiler/nim.nim(138) nim Nim/compiler/nim.nim(94) handleCmdLine Nim/compiler/main.nim(275) mainCommand Nim/compiler/main.nim(245) compileToBackend Nim/compiler/main.nim(101) commandCompileToC Nim/compiler/modules.nim(178) compileProject Nim/compiler/modules.nim(98) compileModule Nim/compiler/passes.nim(180)...

Seems like Linux is completely ignored by NimForUE code Both Unreal Engine and Nim have Linux support

feature request

**Is your feature request related to a problem? Please describe.** Windows completly disables console output for gui programms. So it's difficult to debug any error from user. **Describe the solution...

enhancement

Used before: std/asyncdispatch To use after: chronos **Why?** There is no way to cancel request in asyncdispatch

change dependecy

Compilation fails with error ``` ../Algebra/cmatrix.cpp:149:10: ошибка: no declaration matches «CMatrix& CMatrix::setBy(int, int, const QList&, SETBY)» 149 | CMatrix &CMatrix::setBy(int cols, int rows, const QList &matrix, CMatrix::SETBY dir) | ^~~~~~~...

because otherwise compiler prints warnings about: 'field' is declared but not used

### Description ```nim macro foo(arg: int): int = proc impl(): NimNode = arg impl() echo foo(11) ``` invalidly captures arg into impl ### Nim Version Nim Compiler Version 2.0.4 [Linux:...

Macros

In Figma, "on top - on up" order looks normal, but in the code it is strange. For example, you have to iterate seq in reverse order.