Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 714616 - dev-lang/julia-1.4.0 version bump
Summary: dev-lang/julia-1.4.0 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matthias Maier
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2020-03-25 03:11 UTC by Anton Kochkov
Modified: 2020-04-03 03:20 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anton Kochkov 2020-03-25 03:11:02 UTC
Latest stable version in 1.x series is 1.4.0 now:

https://github.com/JuliaLang/julia/releases/tag/v1.4.0

New language features

    Structs with all isbits and isbitsunion fields are now stored inline in arrays (#32448).
    import now allows quoted symbols, e.g. import Base.:+ (#33158).
    a[begin] can now be used to address the first element of an integer-indexed collection a. The index is computed by firstindex(a) (#33946).

Language changes

    The syntax (;), which used to parse as an empty block expression, is deprecated. In the future it will indicate an empty named tuple (#30115).

Multi-threading changes

    Values can now be interpolated into @async and @spawn via $, which copies the value directly into the constructed underlying closure (#33119).

Build system changes

    Windows build installer has switched to Inno Setup. Installer command line parameters have thus changed. For example, to extract the installer to a specific directory, the command line parameter is now /DIR=x:\dirname. Use julia-installer.exe /? to list all new command line parameters.


See full release notes at https://github.com/JuliaLang/julia/blob/v1.4.0/NEWS.md
Comment 1 Larry the Git Cow gentoo-dev 2020-04-03 03:20:02 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbbd9eae9f8a409f60e01c954af04b5c08b30f50

commit bbbd9eae9f8a409f60e01c954af04b5c08b30f50
Author:     Jeffrey Lin <jeffrey@icurse.nl>
AuthorDate: 2020-03-24 15:26:47 +0000
Commit:     Matthias Maier <tamiko@gentoo.org>
CommitDate: 2020-04-03 03:19:05 +0000

    dev-lang/julia: version bump to 1.4.0
    
    Closes: https://bugs.gentoo.org/714616
    Signed-off-by: Jeffrey Lin <jeffrey@icurse.nl>
    Signed-off-by: Matthias Maier <tamiko@gentoo.org>

 dev-lang/julia/Manifest                            |   1 +
 .../julia/files/julia-1.4.0-no_symlink_llvm.patch  |  10 ++
 dev-lang/julia/julia-1.4.0.ebuild                  | 175 +++++++++++++++++++++
 3 files changed, 186 insertions(+)