Fabian Pottbäcker

Results 5 issues of Fabian Pottbäcker

Closes: #659 Added optional condtions to match cases in RCST, AST, and HIR, which are resolved to if/else in MIR. ### Checklist - [ ] Tests for the changes have...

P: Compiler: Language Server
P: Compiler: Frontend
P: Compiler: Formatter
P: Examples

Currently, functions like equals call their parameters `a` and `b`, which is applied to the whole codebase for consistency. We could use more descriptive names, such as `lhs` and `rhs`...

T: Feature
T: Refactor
P: Compiler: Frontend
P: Compiler: VM
P: Builtins
P: Compiler: Inkwell Backend

Given the following function ```candy foo value1 value2 = needs (int.is value1) needs (text.is value2) [...] ``` we can assume that it will always panic with us at fault for...

T: Feature
P: Compiler: Fuzzer

Consider this function: ```candy foo value = ifElse (value | equals 5) { Ok value } { Error "NOPE" } ``` Currently, the fuzzer is going in blind without using...

T: Feature
P: Compiler: Fuzzer

### Issue Kind Brand new capability ### Description Some plugins rely on settings which should not necessarily be part of the pyproject.toml, e.g. [pypi-mirror](https://github.com/arcesium/poetry-plugin-pypi-mirror/blob/master/src/poetry_plugin_pypi_mirror/plugins.py#L30) (ref. #5958). Currently settings cannot be...

kind/feature
area/plugin-api