Setting [Value.BuiltinsOverrides] from outside
ID0001373:
**This issue was created automatically from Mantis Issue 1373. Further discussion may take place here.**
---
| **Id** | **Project** | **Category** | **View** | **Due Date** | **Updated** |
| --- | --- | --- | --- | --- | --- |
| ID0001373 | Frama-C | Kernel | public | 2013-02-22 | 2013-03-14 |
| | | | | | |
| --- | --- | --- | --- | --- | --- |
| **Reporter** | Anne | **Assigned To** | - | **Resolution** | won't fix |
| **Priority** | normal | **Severity** | feature | **Reproducibility** | N/A |
| **Platform** | - | **OS** | - | **OS Version** | - |
| **Product Version** | Frama-C Oxygen-20120901 | **Target Version** | - | **Fixed in Version** | - |
### Description :
It would be really great to be able to set a parameter such as [Value.BuiltinsOverrides] from a dynamic plug-in. At the moment, it seems that it is not possible. I tried :
Dynamic.Parameter.StringHashtbl.add "-val-builtin" "f:my_f"
but [Dynamic.Parameter.StringHashtbl] doesn't exist.
I also tried :
Value_parameters.BuiltinsOverrides.add "f:my_f"
but of course, [Value_parameters] is not visible for me.
It is just a wish ;-)
issue