[DO NOT MERGE] prototype to use a rust experiments api and expose it#1
Open
tarikeshaq wants to merge 3 commits into
Open
[DO NOT MERGE] prototype to use a rust experiments api and expose it#1tarikeshaq wants to merge 3 commits into
tarikeshaq wants to merge 3 commits into
Conversation
vladikoff
reviewed
Jul 22, 2020
| } | ||
| } | ||
| dependencies { | ||
|
|
Member
There was a problem hiding this comment.
let's remove the new line changes , so there's less noise
| } | ||
|
|
||
| sourceSets { | ||
| main { |
Member
There was a problem hiding this comment.
We might not have this documented in a-s, but could you leave a note what this does?
c243d5e to
83209fd
Compare
83209fd to
28bbd0e
Compare
vladikoff
reviewed
Jul 23, 2020
| run `git clone git@github.com:a-s-dev/android-components.git` | ||
|
|
||
| Then `git checkout test-experiments-do-not-merge` | ||
| 4. In the `samples-glean` application in Android Components, open [`GleanApplication.kt`](https://github.com/a-s-dev/android-components/blob/test-experiments-do-not-merge/samples/glean/src/main/java/org/mozilla/samples/glean/GleanApplication.kt) and set a break point [here](https://github.com/a-s-dev/android-components/blob/test-experiments-do-not-merge/samples/glean/src/main/java/org/mozilla/samples/glean/GleanApplication.kt#L49) |
Member
There was a problem hiding this comment.
tiny fenix change to run it, once a-c is published locally is here: vladikoff/fenix@ce8a09f
added 2 commits
July 30, 2020 09:06
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds what's needed on the glean side for a simple Rust experiments crate that compiles with glean. Instructions on how to run this locally is here.