-
Notifications
You must be signed in to change notification settings - Fork 1
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
Install Error: Error 2 #1
Comments
workaround while I look into this: skip the I.e.
The .json files should already be there and you shouldn't need
|
Is |
pull and try again ( |
this worked. thanks
…On Thu, Mar 28, 2024 at 7:08 AM Paul Tarvydas ***@***.***> wrote:
pull and try again
git checkout devpy
cd python/test
make install
(incl was recently removed from the Odin language, I updated
drawio_mxgraph.odin to reflect this change)
—
Reply to this email directly, view it on GitHub
<#1 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABUJLPZYYXK5NTGQLU5OYLY2P23HAVCNFSM6AAAAABFL4M2FOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMRUHEZDQNJYHA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
Take care,
Rajiv
|
I now see this. Is this the expected output?
|
Also is this what you also see for dev0d4?
|
at this moment, with the latest push, I've only seen dev0 do anything. I expect to see this:
commit c9669... |
In general, when things are working correctly, "dropped on floor" means either (1) the diagram editor didn't connect an arrow to a port (often happens with draw.io, but, I usually get rid of this kind of problem early), or, (2) gates (rhombuses) have the wrong names, or, (3) code calls "send()" and specifies a non-existent port. In debugging routing_traces, I played with the names of ports to make them easier to manually track. I changed the port names back to their original names (often ""), but may have missed a few. In general, you want to be able to ignore some outputs to allow for easier abstraction, but, I disallow this kind of thing during debugging of the bootstrap to help me catch niggly problems. Most test cases are currently small and don't require much abstraction - yet. |
Error
The text was updated successfully, but these errors were encountered: