Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upLogging should not have side effects #2263
Closed
Comments
|
I started working on this |
mrobinson
added a commit
to mrobinson/servo
that referenced
this issue
Oct 20, 2014
This is quite a bit cleaner than abusing the rust debug functionality. If we start collecting too many debugging options in the servo executable we could opt to organize them into a single option. Fixes servo#2263.
mrobinson
added a commit
to mrobinson/servo
that referenced
this issue
Oct 21, 2014
This is quite a bit cleaner than abusing the rust debug functionality. If we start collecting too many debugging options in the servo executable we could opt to organize them into a single option. Fixes servo#2263.
bors-servo
pushed a commit
that referenced
this issue
Oct 21, 2014
mrobinson
added a commit
to mrobinson/servo
that referenced
this issue
Oct 21, 2014
This is quite a bit cleaner than abusing the rust debug functionality. If we start collecting too many debugging options in the servo executable we could opt to organize them into a single option. Fixes servo#2263.
bors-servo
pushed a commit
that referenced
this issue
Oct 21, 2014
mrobinson
added a commit
to mrobinson/servo
that referenced
this issue
Oct 21, 2014
This is quite a bit cleaner than abusing the rust debug functionality. If we start collecting too many debugging options in the servo executable we could opt to organize them into a single option. Fixes servo#2263.
bors-servo
pushed a commit
that referenced
this issue
Oct 21, 2014
bors-servo
pushed a commit
that referenced
this issue
Oct 21, 2014
mukilan
added a commit
to mukilan/servo
that referenced
this issue
Oct 25, 2014
This is quite a bit cleaner than abusing the rust debug functionality. If we start collecting too many debugging options in the servo executable we could opt to organize them into a single option. Fixes servo#2263.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
RUST_LOGis for logging, not for side effects like displaying debug borders around boxes. Make this a separate option inOpts.