Kaushal Phulgirkar
Kaushal Phulgirkar
Am I doing anything wrong here? I tried after cleaning the build too. Same issue
I reinstalled mojo and modular both with same problem
Ahhh. I found the problem. My bad. The script also packages the test_utils and after cleaning the build folder directly running lit -sv test/ doesn't work because it doesn't find...
@JoeLoser are we having any ticket to track adding the conditional conformance? Is that something we can work on or is it going to be internal development?
Can we close this if this is merged?
Oh please let me know if I can help or any subtask I can pick up
Sounds good. I'll pick this up @JoeLoser
Managed to use it with below code: ``` loop = asyncio.get_event_loop() if loop and loop.is_running(): tsk = loop.create_task(db_engine.configure_database([User])) tsk.add_done_callback( lambda t: print(f"Task done with result={t.result()}
I will take this up if noone is working on this.
Oh. Np I couldn't see any PR in this thread. Didn't see it was already assigned🤟🏻