-
### 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.
###…
-
### Bug description
Type equity is not always guaranteed. @lattner suggested on Discord that it's *not* the intended behaviour.
### Steps to reproduce
```mojo
fn main():
a = Int64(0)
b = reb…
-
The original code was based on Moo but the core OAUTH is based on a Mojolicious module. It makes much more sense to refactor out the Moo dependency and adopt a Mojo-centric OO model.
-
Right now small coding errors (spelling mistakes, syntax errors etc) break the maven build. It would be nice to have some sort of "linter" or validator that quickly gives feedback and error messages.
-
### Bug description
The following causes an error
```
fn main() raises:
let d = String("abc")
let n : PythonObject = [d, "apple"]
print(n)
```
The error is:
```
let n : …
-
Crash id `b42d0000-5a47-b10b-0000-000000000000`:
```
[ 00 ] base::ImmediateCrash() ( immediate_crash.h:179 )
[ 01 ] logging::CheckFailure() ( check.h:211 )
[ 02 ] brave_ads::NotificationAdPopupC…
-
### Bug description
Given a Struct like
```mojo
struct A():
var funcs: List[fn() -> None]
```
Specifying a default argument value for `funcs` in the `__init__()` function signature le…
-
i.e. CUDA-enabled images
-
### Bug description
Running a mojo script using VSCode's integrated terminal produces a segmentation fault but that same script runs successfully if executed using either `iTerm` or the Mac `Terminal…
-
### Where is the problem?
https://github.com/modularml/mojo/blob/4d0b45f74fbcf883c63603a762b0c5c3a11895ed/stdlib/docs/style-guide.md#code-conventions
### What can we do better?
Moving a disco…