Aljaž Mur Eržen

Results 96 issues of Aljaž Mur Eržen

Two questions: - is allowing numbers in enum variants a planned feature? - should we normalize the constants when converting to variants? The "unexpected" behavior: ``` _localdev:main> create scalar type...

Lately there seems to be a higher demand for aarch64 instances on AWS, which causes our GHA workers for building aarch64 releases to be interrupted about 25% of the time,...

Following query fails: ``` INSERT INTO `my:table` VALUES (?); ``` ... with `MixedParams`, since it thinks `:table` is a param.

**Crash Report** INTERNAL ERROR **Traceback** ``` /home/aljaz/EdgeDB/edgedb/edb/schema/inheriting.py: error: INTERNAL ERROR -- Please try using mypy master on GitHub: https://mypy.readthedocs.io/en/stable/common_issues.html#using-a-development-mypy-build Please report a bug at https://github.com/python/mypy/issues version: 1.11.0+dev.ba6febc903776491ea445cef2ef5375b95e178cd Traceback (most recent...

crash

One might say that this is not big enough change for a RFC, but hey let me have my fun. I intentionally didn't push match in RFC title, because this...

``` let json_agg = func arr -> s"json_agg({arr})" from invoices sort total aggregate (json_agg f"{month}: {total}") ``` (intention: I want a single row that is a json array, which contains...

compiler

Abstract: I propose to change references to columns from `column` to `.column`. Reasoning: I'll try to explain how resolver works and how I think about semantics of name and variables...

language-design