Ashwin Naren

Results 77 comments of Ashwin Naren

Supersedes #4739 and #1217

It seems to be from the doctests, like: https://github.com/ferrilab/radium/blob/723bed5abd75994ee4b7221b8b12c9f4e77ce408/src/lib.rs#L811 basically star imports are the problem. This shouldn't affect builds since those doctests should not be built. I don't see why...

Now fixed: https://github.com/ferrilab/ferrilab/commit/d45d8fddb27dd9900c72adbbdb7108b355028a8f

The following also doesn't work: ``` ``` Probably ~~the same~~ a similar root cause.

I am seeing an inability to merge PRs due to a lack of reviewers, specifically #5477 and similar. This seems like a more important issue now. I'd be happy to...

There are prebuilt binaries now, which should fix this issue.

FYI I've been making some progress with this. What I'm initially doing is implementing the trait system in media.

Associated media PR: https://github.com/servo/media/pull/458.

I think I'll stub out the interfaces soon as well.

There is a zulip thread with a document about implementation: Thread: https://servo.zulipchat.com/#narrow/channel/263398-general/topic/Storage.20.26.20Persistence/with/544725217 Document: https://docs.google.com/document/d/1NCWXNY2zjmRV8ExfNdstb2-5bc1MtfAGh8aC3mcSIfw/edit?usp=sharing Due to other concerns the implementation of this is stalled, but this would provide containers support.