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

fix show for RandomDevice #41233

Merged
merged 4 commits into from
Nov 9, 2021
Merged

fix show for RandomDevice #41233

merged 4 commits into from
Nov 9, 2021

Conversation

rfourquet
Copy link
Member

On Windows, this was displaying an internal buffer, and on Linux, this
was showing the keyword argument unlimited as if it was a
positional argument.

@rfourquet rfourquet added domain:randomness Random number generation and the Random stdlib domain:display and printing Aesthetics and correctness of printed representations of objects. labels Jun 15, 2021
stdlib/Random/src/RNGs.jl Outdated Show resolved Hide resolved
stdlib/Random/test/runtests.jl Outdated Show resolved Hide resolved
stdlib/Random/test/runtests.jl Outdated Show resolved Hide resolved
@ViralBShah
Copy link
Member

Bump. Do we want to get this in?

@ViralBShah
Copy link
Member

@rfourquet Can you rebase to master?

rfourquet and others added 4 commits November 9, 2021 09:37
On Windows, this was displaying an internal buffer, and on Linux, this
was showing the keyword argument `unlimited` as if it was a
positional argument.
Co-authored-by: Simeon Schaub <[email protected]>
@ViralBShah ViralBShah merged commit d87c80c into master Nov 9, 2021
@ViralBShah ViralBShah deleted the rf/show-randomdevice branch November 9, 2021 13:23
LilithHafner pushed a commit to LilithHafner/julia that referenced this pull request Feb 22, 2022
* fix show for RandomDevice

On Windows, this was displaying an internal buffer, and on Linux, this
was showing the keyword argument `unlimited` as if it was a
positional argument.

* rm spurious space

Co-authored-by: Simeon Schaub <[email protected]>

* Update stdlib/Random/test/runtests.jl

Co-authored-by: Simeon Schaub <[email protected]>

* Update stdlib/Random/test/runtests.jl

Co-authored-by: Simeon Schaub <[email protected]>

Co-authored-by: Simeon Schaub <[email protected]>
LilithHafner pushed a commit to LilithHafner/julia that referenced this pull request Mar 8, 2022
* fix show for RandomDevice

On Windows, this was displaying an internal buffer, and on Linux, this
was showing the keyword argument `unlimited` as if it was a
positional argument.

* rm spurious space

Co-authored-by: Simeon Schaub <[email protected]>

* Update stdlib/Random/test/runtests.jl

Co-authored-by: Simeon Schaub <[email protected]>

* Update stdlib/Random/test/runtests.jl

Co-authored-by: Simeon Schaub <[email protected]>

Co-authored-by: Simeon Schaub <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain:display and printing Aesthetics and correctness of printed representations of objects. domain:randomness Random number generation and the Random stdlib
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants