Remove legacy fdf_global_* calls

Registered by Nick Papior

To clean up the interface we should change all fdf_global_* to simple fdf_get routines.

Also, we want to change all fdf_value/fdf_integer to fdf_get routines for generality.

Blueprint information

Status:
Not started
Approver:
Alberto Garcia
Priority:
Undefined
Drafter:
Nick Papior
Direction:
Approved
Assignee:
Nick Papior
Definition:
Discussion
Series goal:
None
Implementation:
Unknown
Milestone target:
None

Related branches

Sprints

Whiteboard

I mistook a diff from having fdf_global. In fact all fdf_global _has_ been removed. However, we still have left-over fdf_integer

[Alberto] It looks good. Just a comment: The generic 'fdf_get' will get its concrete instantiation by the compiler on the basis of the *arguments*, not the receiving variable in the assignment. Then the
result will be cast to the type of the receiving variable. We should be particularly careful with naked
real constants in the 'default' argument of fdf_get.

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.