Skip to content
This repository was archived by the owner on Sep 21, 2021. It is now read-only.

Conversation

@jasonLaster
Copy link
Contributor

this bumps the source map worker.

Would it be alright if i updated mc when I update the debugger? the two should be in sync

Copy link
Contributor

@tromey tromey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you. This is good.

What do you think of an RFC proposing that pure version bumps do not need review?

@tromey
Copy link
Contributor

tromey commented Sep 13, 2017

Would it be alright if i updated mc when I update the debugger? the two should be in sync

It's fine with me. I don't think there's a particular need to land every release into M-C; just ones that we need or ones where we think there are issues to solve first, where the original author is better situated to solve them.

@jasonLaster
Copy link
Contributor Author

jasonLaster commented Sep 13, 2017 via email

@jasonLaster jasonLaster merged commit 5d5d935 into firefox-devtools:master Sep 13, 2017
@juliandescottes
Copy link
Member

Would it be alright if i updated mc when I update the debugger? the two should be in sync

It's fine with me. I don't think there's a particular need to land every release into M-C; just ones that we need or ones where we think there are issues to solve first, where the original author is better situated to solve them.

It's a tough call. It puts more pressure on releasing debugger bundles.

The goal of landing a release in m-c is to actually validate the release: check that it doesn't break any mochitest etc...

Let's say we skip several sourcemaps releases without checking in m-c. Then we try to update the debugger bundle in m-c, we also need to update the sourcemaps bundle. What if this breaks stuff in m-c? Then you need to go back and fix sourcemaps, update the debugger again etc...

Our goal right now should be to make the bundle updating process easier (and automate it!). I think allowing sourcemaps (or reps for that matter) releases to be published on npm without having been validated on m-c would go in the opposite direction.

And as it just happens, the latest update of the debugger forgot to include the new sourcemaps bundle :)
https://bugzilla.mozilla.org/show_bug.cgi?id=1399673

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants