Skip to content
#

mozilla

Here are 428 public repositories matching this topic...

fenix
JohanLorenzo
JohanLorenzo commented Nov 19, 2020

Today, the toolchain task in charge downloading all maven/gradle dependencies fails[1]. The only error we get is:

[task 2020-11-19T12:48:35.174Z] > Could not find jna-5.6.0.aar (net.java.dev.jna:jna:5.6.0).
[task 2020-11-19T12:48:35.174Z] Searched in the following locations:
[task 2020-11-19T12:48:35.174Z] http://localhost:8081/nexus/content/repositories/jcenter/net/java/dev/jna/jn
oliviabrown9
oliviabrown9 commented Jan 15, 2019

SearchSuggestionsPromptView is not always displayed during tests as seen in screenshots, which causes both the enable and disable tests to fail.

Test Failure

t =    42.16s Assertion Failure: SearchSuggestionsTest.swift:89: Failed to find "SearchSuggestionsPromptView" Other after 30 seconds.
t =    42.19s Assertion Failure: BaseTestCase.swift:53: Asynchronous wait failed: Exceeded ti
wolfbeast
wolfbeast commented Jun 18, 2018

We're having a mix of named function syntax (old style) and non-named function syntax (new style) in our internal JavaScript.

The old style was mostly there for JS stack traces before they were as nice as what we have now. Since that's solved, having named functions has become unnecessary and will just take up JS data space when processing.

We should convert all named function syntax in JSO

Improve this page

Add a description, image, and links to the mozilla topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mozilla topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.