Skip to content

remove runtime system deprecations#28380

Merged
JeffBezanson merged 1 commit intomasterfrom
jb/rm_07_rt_deps
Aug 4, 2018
Merged

remove runtime system deprecations#28380
JeffBezanson merged 1 commit intomasterfrom
jb/rm_07_rt_deps

Conversation

@JeffBezanson
Copy link
Copy Markdown
Member

@mbauman There's a test in test/core.jl that expects a BoundsError with indices (1,) from a[]. I found it was () instead. Is this right?

@JeffBezanson JeffBezanson added this to the 1.0 milestone Jul 31, 2018
@test_throws BoundsError((1, 2), 3) begin; a, b, c = 1, 2; end
let a = []
@test_broken try; a[]; catch ex; (ex::BoundsError).a === a && ex.i == (1,); end # TODO: Re-enable after PLI
@test try; a[]; catch ex; (ex::BoundsError).a === a && ex.i == (); end
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes! This is correct. I don't doubt that we used to throw a BoundsError that had a implicitly generated linear 1, but this is better.

@Keno
Copy link
Copy Markdown
Member

Keno commented Aug 2, 2018

Needs a rebase.

@JeffBezanson JeffBezanson merged commit a2149f8 into master Aug 4, 2018
@JeffBezanson JeffBezanson deleted the jb/rm_07_rt_deps branch August 4, 2018 00:42
alyst pushed a commit to alyst/julia that referenced this pull request Aug 9, 2018
vtjnash added a commit that referenced this pull request Jul 9, 2020
These functions were changed in #28380, but their tfuncs were not
changed at that time also.
vtjnash added a commit that referenced this pull request Jul 9, 2020
These functions were changed in #28380, but their tfuncs were not
changed at that time also.
vtjnash added a commit that referenced this pull request Jul 10, 2020
These functions were changed in #28380, but their tfuncs were not
changed at that time also.
simeonschaub pushed a commit to simeonschaub/julia that referenced this pull request Aug 11, 2020
These functions were changed in JuliaLang#28380, but their tfuncs were not
changed at that time also.
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

Successfully merging this pull request may close these issues.

3 participants