Jose M. Valera Reales

Results 32 issues of Jose M. Valera Reales

| Subject | Details | | :------------- | :---------------------------------------------------------------------------- | | Plugin | Php Inspections (EA Extended), 4.0.7.1 | | Language level | PHP 7.4 | > I think this...

### 🤔 Background `@{}` is the deprecated old table data structure, which was removed on `0.6.0` (2022-02-02). ### 🔖 Changes Use the map syntax `{}` instead of old table syntax...

refactoring

Under the namespace `PhelTest\Unit\Compiler\Analyzer\SpecialForm;` we don't have `TrySymbolTest` yet. But you can find a lot of examples of unit tests for other SpecialForms inside the directory: - `tests/php/Unit/Compiler/Analyzer/SpecialForm/`

good first issue
pure testing
hacktoberfest

### Current behaviour Currently we have to use raw-strings when defining the keys for the phel-config file. ```php # source: https://github.com/phel-lang/phel-lang/blob/master/phel-config.php return [ 'src-dirs' => ['src/phel'], 'test-dirs' => ['tests/phel'], 'vendor-dir'...

enhancement

| Q | A | |---------------------|-----------------| | Phel version | master | | PHP version | PHP 8.1.6 (cli) | #### Summary Phel `compile` executes the full code, especially the...

bug

Sometimes I find it difficult for me to understand "Why I can't call 'recur here?"... maybe we could improve this error message by providing more context, reasons, and maybe how...

enhancement

Under the namespace `PhelTest\Unit\Compiler\Analyzer\SpecialForm;` we don't have `SetVarSymbolTest` yet. But you can find a lot of examples of unit tests for other SpecialForms inside the directory: - `tests/php/Unit/Compiler/Analyzer/SpecialForm/`

good first issue
pure testing
hacktoberfest

Under the namespace `PhelTest\Unit\Compiler\Analyzer\SpecialForm;` we don't have `ThrowSymbolTest` yet. But you can find a lot of examples of unit tests for other SpecialForms inside the directory: - `tests/php/Unit/Compiler/Analyzer/SpecialForm/`

good first issue
pure testing
hacktoberfest

Under the namespace `PhelTest\Unit\Compiler\Analyzer\SpecialForm;` we don't have `RecurSymbolTest` yet. But you can find a lot of examples of unit tests for other SpecialForms inside the directory: - `tests/php/Unit/Compiler/Analyzer/SpecialForm/`

good first issue
pure testing

Currently, if we set psalm level 1 we get lot of these errors: ```php ERROR: MixedReturnStatement - src/php/Run/RunFactory.php:97:16 - Could not infer a return type return $this->getProvidedDependency(RunDependencyProvider::FACADE_COMMAND); ``` The reason...

enhancement