Rudolf Farkas

Results 18 comments of Rudolf Farkas

@myitcv Indeed, the single reproducer passes with `CUE_EXPERIMENT=evalv3`. However, I still think that the test condition in `func updateArcType` at `composite.go:320` should be fixed: ```diff - if (s != nil...

Details: Script `test-comprehension.txtar` generates data files of specified list size similar to ``` { "items": [ { "id": "acf48c8b-4084-43b2-a3cc-29061581f9f7", "value": "9cb42b6d-0fc6-4f1e-a329-0d7b46cb1ad8" }, { "id": "5a33bca6-68c4-4eb4-afc9-6ce6ea92b45b", "value": "bb47a97b-fad1-43b9-b8fb-8769c0d1e4bc" }, { "id":...

Running the [test-comprehension.txtar.txt](https://github.com/cue-lang/cue/files/12620868/test-comprehension.txtar.txt) script with `cue v0.9.0-alpha.5` still demonstrates the execution time roughly proportional to the square of the data length when running this cue schema ``` items: [ {...

@mvdan Thank you for reminding me to use `CUE_EXPERIMENT=evalv3`. Here, the revised txtar script generates more data points, and a python script graphs the results. - **With `CUE_EXPERIMENT=evalv3` the execution...

Yes. orange: with CUE_EXPERIMENT=evalv3, blue: old evaluator.

To reproduce the bug, send this query... ``` query { repository(owner: "graphql", name: "graphql-js") { issue(number: 4093) { title number body } } } ``` ... and examine the response,...

Actually, I am probably in a wrong place here, as this repo provides a js implementation of graphql spec. The bug I'm trying to report is presumably in the github's...

Thank you @JoviDeCroock. In the meantime, I did open a ticket with the GitHub support.