Skip to content
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

y0 should not be a constant #256

Closed
ViralBShah opened this issue Nov 6, 2011 · 4 comments
Closed

y0 should not be a constant #256

ViralBShah opened this issue Nov 6, 2011 · 4 comments

Comments

@ViralBShah
Copy link
Member

Something like the variable name y0 should not be reserved for internal use.

julia> y0 = 1
cannot redefine constant y0

@JeffBezanson
Copy link
Sponsor Member

Good point. Should we call it bessely0?

@ViralBShah
Copy link
Member Author

Should it be bessel_y0? What does matlab call it?

-viral

On Nov 6, 2011, at 11:37 PM, JeffBezanson wrote:

Good point. Should we call it bessely0?


Reply to this email directly or view it on GitHub:
#256 (comment)

@JeffBezanson
Copy link
Sponsor Member

matlab calls it bessely and takes the order as an argument.

@ViralBShah
Copy link
Member Author

Ok, then I guess we can have that and also bessely0..

-viral

On Nov 7, 2011, at 12:05 AM, JeffBezanson wrote:

matlab calls it bessely and takes the order as an argument.


Reply to this email directly or view it on GitHub:
#256 (comment)

cmcaine added a commit to cmcaine/julia that referenced this issue Sep 24, 2020
Fix JuliaLang#256. This is a very confusing exercise and I don't think we
can save it.
cmcaine added a commit to cmcaine/julia that referenced this issue Nov 11, 2022
Fix JuliaLang#256. This is a very confusing exercise and I don't think we
can save it.
KristofferC pushed a commit that referenced this issue Sep 24, 2024
Stdlib: Downloads
URL: https://github.com/JuliaLang/Downloads.jl.git
Stdlib branch: master
Julia branch: master
Old commit: 1061ecc
New commit: 89d3c7d
Julia version: 1.12.0-DEV
Downloads version: 1.6.0(It's okay that it doesn't match)
Bump invoked by: @KristofferC
Powered by:
[BumpStdlibs.jl](https://github.com/JuliaLang/BumpStdlibs.jl)

Diff:
JuliaLang/Downloads.jl@1061ecc...89d3c7d

```
$ git log --oneline 1061ecc..89d3c7d
89d3c7d fix cancelling upload requests (#259)
df33406 gracefully cancel a request (#256)
```

Co-authored-by: Dilum Aluthge <dilum@aluthge.com>
KristofferC pushed a commit that referenced this issue Sep 24, 2024
Stdlib: Downloads
URL: https://github.com/JuliaLang/Downloads.jl.git
Stdlib branch: master
Julia branch: master
Old commit: 1061ecc
New commit: 89d3c7d
Julia version: 1.12.0-DEV
Downloads version: 1.6.0(It's okay that it doesn't match)
Bump invoked by: @KristofferC
Powered by:
[BumpStdlibs.jl](https://github.com/JuliaLang/BumpStdlibs.jl)

Diff:
JuliaLang/Downloads.jl@1061ecc...89d3c7d

```
$ git log --oneline 1061ecc..89d3c7d
89d3c7d fix cancelling upload requests (#259)
df33406 gracefully cancel a request (#256)
```

Co-authored-by: Dilum Aluthge <dilum@aluthge.com>
(cherry picked from commit c3af4fc)
aviatesk pushed a commit that referenced this issue Sep 24, 2024
Stdlib: Downloads
URL: https://github.com/JuliaLang/Downloads.jl.git
Stdlib branch: master
Julia branch: master
Old commit: 1061ecc
New commit: 89d3c7d
Julia version: 1.12.0-DEV
Downloads version: 1.6.0(It's okay that it doesn't match)
Bump invoked by: @KristofferC
Powered by:
[BumpStdlibs.jl](https://github.com/JuliaLang/BumpStdlibs.jl)

Diff:
JuliaLang/Downloads.jl@1061ecc...89d3c7d

```
$ git log --oneline 1061ecc..89d3c7d
89d3c7d fix cancelling upload requests (#259)
df33406 gracefully cancel a request (#256)
```

Co-authored-by: Dilum Aluthge <dilum@aluthge.com>
(cherry picked from commit c3af4fc)
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

No branches or pull requests

2 participants