Jan-Erik Rediger

Results 54 issues of Jan-Erik Rediger

I have neither the time nor the energy to fulfil the maintainer role here. I failed to spend enough time in the past and haven't pushed out a release in...

## Steps to reproduce I don't really have any good steps to reproduce the crashes. The best I can say is that it seems to happen often when putting the...

Bug 🐞

## :scroll: Tickets [Jira ticket](https://mozilla-hub.atlassian.net/browse/FXIOS-TODO) [Github issue](https://github.com/mozilla-mobile/firefox-ios/issues/TODO) ## :bulb: Description This effectively reverts the 2 commits: 0cad77919436a4842be4eed6308fcc350e353a24 93d3314839397735bf7eb4d5930879551b9bae0c This lingered around _temporarily_ far too long already. If we want this...

Right now I've got a lot of failing feeds and I don't know why. ![failed](http://tmp.fnordig.de/scr/c7c1923c5f.png) As the error reporting is pretty sparse (`Error parsing`) it's hard to figure out what...

feed issues
feature requests

~~This PR is a two-parter:~~ The first 2 commits essentially implement what we discussed in #1658: Struct constructors use named parameters in the foreign language. This is enforced for Ruby...

This is split out from #1840 and accompanies #1658 The question is how to handle this UDL: ``` i32 default_first(optional i32 left = 1, i32 right); ``` (1) not support...

Fixes #1884 --- I changed both docstring tests. We can unify those tests in a followup.

Initially we took the raw comments in proc-macro code, which means the leading spaces (and trailing) are included. That's not so much a problem for printing them, because we do...

https://github.com/mozilla/uniffi-rs/commit/d4a6e652a122bd0a669cf002c99c6026b8f60997 pulled in the `oneshot` dependency, which itself depends on loom under a `cfg`: https://github.com/faern/oneshot/blob/80f4c3f0ef6bf2051bf3e59166194fde3c1d2699/Cargo.toml#L26-L27 `loom` depends on the `windows` crate which we don't want to pull into m-c. unfortunately...