Skip to content

Conversation

kroening
Copy link
Collaborator

This moves the generation of the property description into the front-end, which will enable doing lowering or model instrumentation in the front-end while displaying the property as given in the source language.

@kroening kroening force-pushed the property-description branch 2 times, most recently from ed250d3 to d3d05aa Compare June 22, 2024 18:24
@kroening kroening marked this pull request as ready for review June 22, 2024 18:25
xmlt xml("property");
xml.set_attribute("name", id2string(p.name));

xml.new_element("number").data = std::to_string(p_nr); // will go away
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just curious: what will go away and when?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's just a moved comment, not new. You can't use the number for anything (we use the property identifier instead), so it's really redundant.

@kroening kroening force-pushed the property-description branch from d3d05aa to 3baa85e Compare June 24, 2024 15:47
This moves the generation of the property description into the front-end,
which will enable doing lowering or model instrumentation in the front-end
while displaying the property as given in the source language.
@kroening kroening force-pushed the property-description branch from 3baa85e to 00a34b4 Compare June 24, 2024 15:51
@kroening kroening merged commit feba5dc into main Jun 24, 2024
@kroening kroening deleted the property-description branch June 24, 2024 16:25
Romy15200 pushed a commit to Romy15200/nws that referenced this pull request Aug 19, 2025
Property description now taken from front-end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants