Ľudovít Lučenič

Results 5 issues of Ľudovít Lučenič

In a D project, modules defined in files not currently open in the workbench of Mono-D won't be correctly recognized. I think it is possible to simulate this also on...

If you have a D solution with a project that has a symlink folder in its path, the parser won't recognize the project correctly and sets its reference to null...

The following expression does not set (at as DSymbol).Base properly for function parameters: var at = TypeDeclarationResolver.ResolveSingle(exp, this.resolutionCtx, null); test scenario: 1) [breakpoint](https://github.com/llucenic/MonoDevelop.Debugger.Gdb.D/blob/master/test/tester/main.d#L51) watched while stopped in [debugger](https://github.com/llucenic/MonoDevelop.Debugger.Gdb.D/blob/master/MonoDevelop.D/DGdbBacktrace.cs#L205), dsBase [here](https://github.com/llucenic/MonoDevelop.Debugger.Gdb.D/blob/master/MonoDevelop.D/DGdbBacktrace.cs#L215)...

Hello, I have added support for all native PostgreSQL user data types (ranges, multiranges, network, bitstrings, geometry, xml and text search vector/query), for now except for multi-dimensional arrays and user-defined...

I would really appreciate if you could add a word on remote control commands, such as pull, fetch, push etc. You're tutorial is really great, but it is kind of...