[ET Trac] #2681: move CCTL_ARGUMENTS creation with other bindings code
Roland Haas
trac-noreply at einsteintoolkit.org
Tue Jan 10 10:20:24 CST 2023
#2681: move CCTL_ARGUMENTS creation with other bindings code
Reporter: Roland Haas
Status: new
Milestone:
Version:
Type: enhancement
Priority: trivial
Component: Cactus
Pull request
[https://bitbucket.org/cactuscode/cactus/pull-requests/147](https://bitbucket.org/cactuscode/cactus/pull-requests/147)
moves the code and message “Generating arguments...” to happen along with the other code generating output \(“Creating FOO bindings”\) making build output more uniform.
Currently it is incorrectly indented and happens at an unusual place:
```text
Checking consistency...
Creating Thorn-Flesh bindings...
Creating implementation bindings...
Creating parameter bindings...
Creating variable bindings...
Creating schedule bindings...
Creating function bindings...
Generating arguments...
CST finished.
```
with the change the output is:
```text
Checking consistency...
Creating Thorn-Flesh bindings...
Creating implementation bindings...
Creating parameter bindings...
Creating variable bindings...
Creating schedule bindings...
Creating function bindings...
Generating arguments...
CST finished.
```
--
Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2681/move-cctl_arguments-creation-with-other
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.einsteintoolkit.org/pipermail/trac/attachments/20230110/fc479567/attachment.html
More information about the Trac
mailing list