-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Tyler.Map fails occasionally in VS Code #62
Comments
MWE? |
I tracked down the issue to this line: Line 333 in 09ef6b3
whose output now is a mix of Line 334 in 09ef6b3
so I was thinking about filtering afterwards for that Any or? maybe a better solution is possible. For the moment I will not try to fix it 😄
|
This is a bug in Extents because it renamed intersect to intersection and now intersect is Base.intersect for some reason. |
This was referenced Nov 2, 2023
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sometimes the call of Tyler.Map fails when I call it from the VS Code julia terminal with the following error. This seems to come from an Any[] in the list of areas. Which fails later on.
The text was updated successfully, but these errors were encountered: