Open
Bug 1258880
Opened 9 years ago
Updated 2 years ago
Add values type checking in set_config, set_define and add_old_configure_assignment
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
NEW
People
(Reporter: glandium, Unassigned)
References
(Blocks 1 open bug)
Details
set_define and add_old_configure_assignment should only accept strings and bools
set_config should only accept strings, lists and bools (maybe dicts, where the type of the items should be checked too)
Let's not do this before bug 1257823, though, because it will change how those functions work.
Reporter | ||
Updated•9 years ago
|
Depends on: pyconfigure-infra
Reporter | ||
Updated•9 years ago
|
Blocks: pyconfigure-infra
No longer depends on: pyconfigure-infra
Updated•7 years ago
|
Product: Core → Firefox Build System
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•