gryznar

Results 24 issues of gryznar

### Bug description ```shell Python has a lot of problems left over from the previous era connected to naming which cannot be fixed due to compatibility reasons. Mojo as new...

bug

### Bug description Let consider some basic example: ```python var i: Int # I want to declare type of "i" explicitly. Intuition also says, that this var will be mutated...

bug

### Bug description I don't know if it is intentional, or not, but code: ```python let i: Int print(i) ``` compiles fine and as a results gives: `22938856605`. I don't...

bug

**Describe the bug** dict is not matched if its keys are enums **To Reproduce** ```python from enum import Enum from dacite import Config, from_dict class Bar(Enum): BAR_1 = 1 BAR_2...

bug

#### What's the problem this feature will solve? In lower version, it was possible to perform sth like this: ```python from pytest import FixtureRequest value = FixtureRequest(item).getfixturevalue('fixture_name') ``` With pytest...

type: proposal
topic: fixtures

#### I'm submitting a ... - [x] feature request #### What is the current behavior? ```python def allure_step__foo(content: str): return allure.step(content) ``` Annotating return type of such function is not...

theme:core
task:improvement

### Review Mojo's priorities - [X] I have read the [roadmap and priorities](https://docs.modular.com/mojo/roadmap.html#overall-priorities) and I believe this request falls within the priorities. ### What is your request? I would suggest...

enhancement
mojo-lang
mojo

### Bug description As title states, there are various places in Mojo's stdlib, where naming is inconsistent. The main problem is related to separating words in methods (functions) names. Most...

bug
mojo-stdlib
mojo

Recently methods from `TargetInfo`: - alignof, - bitwidthof, - simdwidthof, - simdbitwidth, - simdbytewidth, - sizeof were normalized to remove "_" from them. However this convention hurts readability in my...

mojo-stdlib

### Issue description During installing from scratch following error occurs every time: ```python [mojo][error] Mojo SDK post-install test "`mojo --help`" failed: SubprocessError: Command '/home/xxx/.modular/pkg/packages.modular.com_mojo/bin/mojo --help' died with . File "/home/xxx/.modular/pkg/packages.modular.com_mojo/scripts/post-install/self-test.py",...

mojo-tooling
mojo