commit | 3751c3a5276a0704c06b46b5102b925aba315c98 | [log] [tgz] |
---|---|---|
author | Jacob Rutherford <jruthe@fuchsia.infra.roller.google.com> | Tue Nov 12 19:18:11 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Nov 12 11:21:09 2024 -0800 |
tree | 6e368d172a92e1eee75708e2a51ccc1d843a6594 | |
parent | 03d3deb817236d733e634a4a07993c5f5bbc8b0e [diff] |
[roll] Roll fuchsia [debugger] Make source-map easier to hold To abide by the grammar rules of the `set` command, `source-map`'s values were required to be set in a very particular way, particularly with no spaces at all, which made it even more difficult to read than it already is. This change helps do what the user wants when they type the setting with some spaces, while slightly sacrificing the grammar rules for this particular command. The result is `set source-map += some/dir = new/dir` now works like you'd expect and does not require the value to be `some/dir=new/dir`. Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1155153 Original-Revision: b362a343c7433d66c6a4a9fb1400939104a58985 GitOrigin-RevId: d959d9601371b9449bf0095bb51fc76184b745f4 Change-Id: I89e63b759ae918ca270c2e481228c0ea50243f15
This repository contains Fuchsia's Global Integration manifest files.
All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.
Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.