Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run compiler syntax migration in topo order #214

Closed
CJ-Wright opened this issue Jun 26, 2018 · 3 comments
Closed

Run compiler syntax migration in topo order #214

CJ-Wright opened this issue Jun 26, 2018 · 3 comments

Comments

@CJ-Wright
Copy link
Member

This way we can start moving the compilers proper ASAP.

@isuruf
Copy link
Member

isuruf commented Jun 26, 2018

This way we can start moving the compilers proper ASAP.

Can you elaborate a bit more?

@CJ-Wright
Copy link
Member Author

Yep. To expand a little bit, if we want to start trying out the new compilers in their own channel and everything we need to have the syntax moved. Currently we are moving the syntax in the order that networkx puts out, but this could cause roadblocks if a critical package was at the end. If we do the syntax migrations in topo order then the first things to be migrated would be those which would also be first for the actual compiler migration.

@justcalamari
Copy link
Contributor

Solved by #225

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants