Skip to content

A non-self dependency cycles gives an empty .compiler.log #5229

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

Closed
cristianoc opened this issue Aug 4, 2021 · 1 comment
Closed

A non-self dependency cycles gives an empty .compiler.log #5229

cristianoc opened this issue Aug 4, 2021 · 1 comment

Comments

@cristianoc
Copy link
Collaborator

// A.res
let x = B.x
// B.res
let x = A.x
npx rescript
FAILED: dependency cycle: src/A.cmj -> src/B.cmj -> src/A.cmj.

cat lib/bs/.compiler.log
#Start(1628064902643)
#Done(1628064902655)
@cristianoc cristianoc changed the title A non-self dependency cycles gives an empty error.log A non-self dependency cycles gives an empty .compiler.log Aug 4, 2021
@cristianoc
Copy link
Collaborator Author

This was solved.

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

No branches or pull requests

2 participants