Page MenuHome

Translations: Use ASAN_OPTIONS from environment also.
ClosedPublic

Authored by Ankit Meel (ankitm) on Dec 10 2020, 4:48 PM.

Diff Detail

Event Timeline

Ankit Meel (ankitm) requested review of this revision.Dec 10 2020, 4:48 PM
Ankit Meel (ankitm) created this revision.
This revision is now accepted and ready to land.Dec 10 2020, 5:32 PM
  • Fix error

I should not edit Python and CMake together.. Could you have a look again please ?

Bastien Montagne (mont29) requested changes to this revision.Dec 10 2020, 11:06 PM
Bastien Montagne (mont29) added inline comments.
ui_translate/update_svn.py
80–81

env["ASAN_OPTIONS"] = "exitcode=0:" + os.environ.get(ASAN_OPTIONS, "")?

This revision now requires changes to proceed.Dec 10 2020, 11:06 PM
  • Simplify using get()'s default
This revision is now accepted and ready to land.Dec 12 2020, 7:28 AM

@Ankit Meel (ankitm) Any reason why this has not yet been committed?


Thought I'll do them both together.