edgedb / edgedb-python

The official Python client library for EdgeDB
https://edgedb.com
Apache License 2.0
369 stars 45 forks source link

Add state back to the Parse message #327

Closed fantix closed 2 years ago

tailhook commented 2 years ago

What is the context here? Does compilation depend on globals? Or is it because of other session state?

fantix commented 2 years ago

What is the context here? Does compilation depend on globals? Or is it because of other session state?

Yeah, the session state may contain module aliases or config that affect compilation. I was only thinking of globals too until James told me the fact I forgot 🤦‍♂️