-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Fix firstindex in replace_ref_begin_end (fixes #41630) #41695
Fix firstindex in replace_ref_begin_end (fixes #41630) #41695
Conversation
You just need to build Julia once and when you run it, you can do |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Looks good to me.
Instead of recreating offsetarrays in the test, would it make more sense to add the tests to test/offsetarray.jl which already uses such an implementation? This might make debugging easier |
Yeah, didn't think of that, but that would be nice, so we don't have to duplicate this. |
Uh, great, I didn't know that exists. So should I just move over the tests to that file? Or |
Perhaps moving the test to that file would make more sense, as |
I have moved the tests over to the other file. Something weird was going on with Github merging the upstream, I hope everthing is in good shape now... Anyway, I'll be on vacation from tomorrow on, so if this is urgent, someone else needs to take care of it now. |
Thanks! |
I'd appreciate feedback about the tests. I have no idea how to use Revise on Base...
fix #41630