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

Make Equal by Copying Stack Overflow #108

Open
brianhempel opened this issue Sep 17, 2017 · 0 comments
Open

Make Equal by Copying Stack Overflow #108

brianhempel opened this issue Sep 17, 2017 · 0 comments

Comments

@brianhempel
Copy link
Collaborator

brianhempel commented Sep 17, 2017

Make Equal by Copying times out on this program when selecting the second two points.

(def point3 @ [x3 y3] ([202 389] : Point))

(def point @ [x y] ([65 437] : Point))

(def point2 @ [x2 y2] ([ (+ (/ x 1.5) (/ x3 3)) (+ (/ y 1.5) (/ y3 3))] : Point))

(svg [
])

screen shot 2017-09-16 at 8 14 33 pm

We are trying to define something in terms of itself: the problem is in maybeSatisfyUniqueNamesDependenciesByTwiddlingArithmetic. (Cycle detection in liftDependenciesBasedOnUniqueNames is working correctly.)

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

1 participant