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

julia_15: run test suite and mark as broken #121114

Merged
merged 2 commits into from
May 25, 2021
Merged

Conversation

samuela
Copy link
Member

@samuela samuela commented Apr 29, 2021

Fixes #121101.

Motivation for this change

#121101

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

@7c6f434c
Copy link
Member

Somewhat against that as someone who uses Julia for non-numeric stuff. On the other hand, if 1.6 works strictly better everywhere and 21.05 branch-off is close, maybe we should simply drop 1.5

@samuela
Copy link
Member Author

samuela commented Apr 29, 2021

Somewhat against that as someone who uses Julia for non-numeric stuff. On the other hand, if 1.6 works strictly better everywhere and 21.05 branch-off is close, maybe we should simply drop 1.5

I hear that, and marking as broken does inconvenience some users. Although I think it is worth noting that julia is primarily designed to be a numerical computing language, the likes of matlab, python/numpy, etc. So a considerable chunk of the user base will be using it for those purposes, myself included. Finding pernicious floating point bugs in your code is a really really bad time. For me personally it could mean having to retract academic papers.

I'm all for killing off 1.5 though as you suggest though. I don't think there will be too much reason to keep it around once 1.6 lands.

@7c6f434c
Copy link
Member

7c6f434c commented Apr 29, 2021 via email

@samuela
Copy link
Member Author

samuela commented Apr 29, 2021

Not quite yet, iiuc @ninjin will be making that happen in a forthcoming PR.

@ghost
Copy link

ghost commented Apr 29, 2021 via email

@ghost
Copy link

ghost commented May 16, 2021 via email

@samuela
Copy link
Member Author

samuela commented May 16, 2021

@ninjin Yeah, I think that all makes sense. IMHO either we should remove julia_15 or mark it as broken.

@ghost
Copy link

ghost commented May 18, 2021 via email

@samuela
Copy link
Member Author

samuela commented May 18, 2021

Agreed. Could you add a comment above broken = true; stating that it fails to pass its test suite? I guess also throw in a rebase while you are at it. Other than that this is good to merge in my book and should really be so before #121972 hits is three days.

Roger that, done in 1e7f3bf.

@SuperSandro2000
Copy link
Member

The 21.05 feature freeze is now five days away [2]

We can always backport stuff.

@ghost
Copy link

ghost commented May 18, 2021 via email

@SuperSandro2000 SuperSandro2000 merged commit db2166a into NixOS:master May 25, 2021
@samuela samuela deleted the patch-2 branch May 25, 2021 00:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

julia_15: failures in the official test suite
3 participants