<
8000
div class="clearfix new-discussion-timeline js-check-all-container container-xl px-3 px-md-4 px-lg-5 mt-4" data-pjax="" data-turbo-frame="">
Comment options
You must be logged in to vote
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji
reacted with thumbs down emoji
reacted with laugh emoji
reacted with hooray emoji
reacted with confused emoji
reacted with heart emoji
reacted with rocket emoji
reacted with eyes emoji
Replies: 1 comment
-
I expect you need to update JlrsCore in Julia, but this definitely deserves a better error message. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello again!
Do you have any idea why I get this error, while trying to use jlrs:
thread 'main' panicked at 'assertion failed:
(left == right)
left:
1
,right:
2
', C:\Users\XXXX.cargo\registry\src\github.com-1ecc6299db9ec823\jlrs-0.19.0\src\memory\context\ledger.rs:158:5My dependencies are:
[dependencies]
jlrs = { version = "0.19", features = ["sync-rt", "julia-1-8"] }
I am using rust version 1.69.0 and julia version 1.8.5.
That error comes even when I try only compile this first three lines or any of the examples in the jlrs folder, always the same.
Beta Was this translation helpful? Give feedback.
All reactions