Dmitry Patsura

Results 90 issues of Dmitry Patsura

For now it's not possible to use you own decorator for node in easy way by Parser component and it's rly hard to redeclare ``` class MyVariable extends Variable {...

I suggest to add types for class properties It gains: - `@param` docblocks for getter/setters - Type control for parameter in set method - Static analysis ``` zep namespace Test;...

nfr
discussion

Is it okey? refs https://github.com/phalcon/zephir/pull/821 Error https://github.com/phalcon/zephir/blob/master/ext/kernel/object.c#L74 https://github.com/phalcon/zephir/blob/master/ext/kernel/object.c#L62 No error: https://github.com/phalcon/zephir/blob/master/ext/kernel/object.c#L84 ## Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/9651184-rfc-instanceof-for-non-objects?utm_campaign=plugin&utm_content=tracker%2F280146&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F280146&utm_medium=issues&utm_source=github).

discussion

Suggest to add simple CS for `Zephir` - First line in the file must be empty - Blank line in the end of file - Empty line before namespace declaration...

nfr
discussion

**Describe the bug** DF uses `tokio::spawn` in `spawn_execution` function. It uses a channel under the hood to transfer data from tasks back to the output stream. Right now, it doesn't...

bug

# Which issue does this PR close? This PR introduces support for binary bitwise shift operators like `>>` and `

sql
logical-expr
physical-expr
core

# Which issue does this PR close? https://github.com/apache/arrow-datafusion/issues/2548 # Rationale for this change This PR implements partial support for `ANY` operator, only for `=` & ``. # Are there any...

ballista
api change
sql
logical-expr
physical-expr
optimizer
core

``` php /** * @return string */ function testVarExportUnexpected() { /** * Second parameter in var_export must be true */ return "test " . var_export(1); } ```

feature request
analyzer