You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: wiki/Interface.md
+24-12
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
_This document was generated from 'src/documentation/print-interface-wiki.ts' on 2024-10-13, 06:30:32 UTC presenting an overview of flowR's interfaces (v2.1.2, using R v4.4.0)._
1
+
_This document was generated from 'src/documentation/print-interface-wiki.ts' on 2024-10-13, 09:47:46 UTC presenting an overview of flowR's interfaces (v2.1.2, using R v4.4.0)._
2
2
3
3
Although far from being as detailed as the in-depth explanation of
@@ -226,7 +226,7 @@ _As the code is pretty long, we inhibit pretty printing and syntax highlighting
226
226
</li>
227
227
</ol>
228
228
229
-
The complete round-trip took 14.17 ms (including time required to validate the messages, start, and stop the internal mock server).
229
+
The complete round-trip took 15.00 ms (including time required to validate the messages, start, and stop the internal mock server).
230
230
231
231
</details>
232
232
@@ -308,7 +308,7 @@ The first message is always a hello message.
308
308
"id": "1",
309
309
"type": "error",
310
310
"fatal": false,
311
-
"reason": "Error while analyzing file sample.R: GuardError: unable to parse R code (see the log for more information) for request {\"request\":\"file\",\"content\":\"/tmp/tmp-5424-tF6UET9WEqJF-.R\"}}"
311
+
"reason": "Error while analyzing file sample.R: GuardError: unable to parse R code (see the log for more information) for request {\"request\":\"file\",\"content\":\"/tmp/tmp-5571-hEO5OkZqrvoY-.R\"}}"
312
312
}
313
313
```
314
314
@@ -318,7 +318,7 @@ The first message is always a hello message.
318
318
</li>
319
319
</ol>
320
320
321
-
The complete round-trip took 1.49 ms (including time required to validate the messages, start, and stop the internal mock server).
321
+
The complete round-trip took 1.45 ms (including time required to validate the messages, start, and stop the internal mock server).
322
322
323
323
</details>
324
324
@@ -417,7 +417,7 @@ _As the code is pretty long, we inhibit pretty printing and syntax highlighting
417
417
</li>
418
418
</ol>
419
419
420
-
The complete round-trip took 9.09 ms (including time required to validate the messages, start, and stop the internal mock server).
420
+
The complete round-trip took 9.01 ms (including time required to validate the messages, start, and stop the internal mock server).
421
421
422
422
</details>
423
423
@@ -517,7 +517,7 @@ _As the code is pretty long, we inhibit pretty printing and syntax highlighting
517
517
</li>
518
518
</ol>
519
519
520
-
The complete round-trip took 7.79 ms (including time required to validate the messages, start, and stop the internal mock server).
520
+
The complete round-trip took 6.52 ms (including time required to validate the messages, start, and stop the internal mock server).
521
521
522
522
</details>
523
523
@@ -808,7 +808,7 @@ The `results` field of the response contains two keys of importance:
808
808
</li>
809
809
</ol>
810
810
811
-
The complete round-trip took 6.43 ms (including time required to validate the messages, start, and stop the internal mock server).
811
+
The complete round-trip took 6.27 ms (including time required to validate the messages, start, and stop the internal mock server).
812
812
813
813
</details>
814
814
@@ -1330,7 +1330,7 @@ _As the code is pretty long, we inhibit pretty printing and syntax highlighting
1330
1330
"results": {
1331
1331
"call-context": {
1332
1332
".meta": {
1333
-
"timing": 0
1333
+
"timing": 1
1334
1334
},
1335
1335
"kinds": {
1336
1336
"visualize": {
@@ -1366,7 +1366,7 @@ _As the code is pretty long, we inhibit pretty printing and syntax highlighting
1366
1366
</li>
1367
1367
</ol>
1368
1368
1369
-
The complete round-trip took 18.43 ms (including time required to validate the messages, start, and stop the internal mock server).
1369
+
The complete round-trip took 19.29 ms (including time required to validate the messages, start, and stop the internal mock server).
1370
1370
1371
1371
</details>
1372
1372
@@ -1454,6 +1454,13 @@ For the definition of the hello message, please see it's implementation at [`./s
1454
1454
_Do not reconstruct the slice into readable code._
1455
1455
- **noMagicComments** boolean [optional]
1456
1456
_Should the magic comments (force-including lines within the slice) be ignored?_
1457
+
- **.** object
1458
+
_Lineage query used to find the lineage of a node in the dataflow graph_
1459
+
- **type** string [required]
1460
+
_The type of the query._
1461
+
Allows only the values: 'lineage'
1462
+
- **id** string [required]
1463
+
_The ID of the node to get the lineage of._
1457
1464
- **.** alternatives
1458
1465
_Virtual queries (used for structure)_
1459
1466
- **.** object
@@ -1500,7 +1507,7 @@ For the definition of the hello message, please see it's implementation at [`./s
<summarystyle="color:gray"> View Details. <i>Obtain the lineage of a given slicing criterion.</i> </summary>
1510
+
<summarystyle="color:gray"> View Details. <i>([DEPRECATED](${FlowrWikiBaseRef}/Query%20API)) Obtain the lineage of a given slicing criterion.</i> </summary>
1504
1511
1505
1512
```mermaid
1506
1513
sequenceDiagram
@@ -1522,6 +1529,11 @@ sequenceDiagram
1522
1529
1523
1530
1524
1531
1532
+
1533
+
> [!WARNING]
1534
+
> We deprecated the lineage request in favor of the `lineage`[Query](https://github.com/flowr-analysis/flowr/wiki//Query%20API).
1535
+
1536
+
1525
1537
In order to retrieve the lineage of an object, you have to send a file analysis request first. The `filetoken` you assign is of use here as you can re-use it to repeatedly retrieve the lineage of the same file.
1526
1538
Besides that, you will need to add a [criterion](https://github.com/flowr-analysis/flowr/wiki//Terminology#slicing-criterion) that specifies the object whose lineage you're interested in.
1527
1539
@@ -1658,7 +1670,7 @@ The response contains the lineage of the desired object in form of an array of I
1658
1670
</li>
1659
1671
</ol>
1660
1672
1661
-
The complete round-trip took 3.48 ms (including time required to validate the messages, start, and stop the internal mock server).
1673
+
The complete round-trip took 3.23 ms (including time required to validate the messages, start, and stop the internal mock server).
1662
1674
1663
1675
</details>
1664
1676
@@ -1873,7 +1885,7 @@ flowchart LR
1873
1885
1874
1886
<summarystyle="color:gray">R Code of the Dataflow Graph</summary>
1875
1887
1876
-
The analysis required _1.74 ms_ (incl. parse and normalize) within the generation environment.
1888
+
The analysis required _1.70 ms_ (incl. parse and normalize) within the generation environment.
1877
1889
We encountered no unknown side effects during the analysis.
0 commit comments