-
### Bug description
```
mojo(16128,0x1f08bfac0) malloc: *** error for object 0x153811538: pointer being freed was not allocated
mojo(16128,0x1f08bfac0) malloc: *** set a breakpoint in malloc_error_br…
-
* Mojolicious version: 8.57
### Steps to reproduce the behavior
`Mojo::URL->new("bar,baz:foo")`
### Expected behavior
An error in `parse`, or construction of an empty object, because "bar,baz"…
-
We should support Test2 out of the box, so we can do stuff like [this](https://gitlab.com/snippets/1887446).
```perl
use Test2::V0;
use Test2::Mojo;
my $t = Test2::Mojo->new( ... );
$t->get_o…
kraih updated
5 years ago
-
The documentation in `Mojo::Base` is very minimalistic and doesn't cover the concepts at all. For a beginner the learning curve can be quite steep here. Especially a little explanation for what `use M…
kraih updated
5 years ago
-
The `feature-source` mojo always was a bit tedious to use, for example it requires a manual configuration of meta-data generation to actually work:
https://github.com/eclipse-tycho/tycho/blob/ce3b3…
-
### Bug description
When I use `A[0]=1` to set item, I got following error:
```console
error: expression must be mutable in assignment
A[0] = 1
~^~~
mojo: error: failed to parse the …
-
### Bug description
mojo crashes on the following code (i.e. test.mojo).
```mojo
@value
struct a:
def __copyinit__(inout b, c: Self):
```
### Steps to reproduce
```bash
$ mojo build tes…
-
### Where is the problem?
Any page in the [Mojo Manual](https://docs.modular.com/mojo/manual/).
### What can we do better?
When clicking the Mojo logo on any page...
On PC:
![mojo_manual_broken…
-
As Mojo parameter injection is quite complex (especially when dealing with multiple nested complex objects and collections, look at https://maven.apache.org/guides/plugin/guide-java-plugin-development…
-
### 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.
###…