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

Include the editor config files from contrib in distributions #3860

Closed
ViralBShah opened this issue Jul 28, 2013 · 5 comments
Closed

Include the editor config files from contrib in distributions #3860

ViralBShah opened this issue Jul 28, 2013 · 5 comments
Labels
domain:building Build system, or building Julia or its dependencies

Comments

@ViralBShah
Copy link
Member

Using the Windows binaries, I just realized that the editor config files in contrib are not included. This is possibly also the case for our mac distribution. It would be nice to include these.

Ideally, I would also like to include julia-vim and the sublime support also as part of the binary distributions.

@staticfloat
Copy link
Sponsor Member

What would the best way for these files to be inluded be?

For OSX distributions, we could create a contrib folder in the root of the .dmg that holds these kinds of files, along with a README telling people what these mysterious files are. For Linux distributions we could install them into <prefix>/share/julia/contrib, I'm not sure what the best method for Windows is.

@quinnj
Copy link
Member

quinnj commented Aug 14, 2014

Is there enough interest for this?

@carlobaldassi
Copy link
Member

Including julia-vim is not likely to be much of a benefit, because of the awful way vim handles plug-ins (basically, it just doesn't). So I'd much rather give users directions on how to easily install and manage the plug-in (i.e. point them to the julia-vim README, or maybe just replicating the installation instructions in the contrib README).

@pao
Copy link
Member

pao commented Aug 14, 2014

With the Emacs julia-mode now in MELPA, that one's less important since it's easy to install from there.

@quinnj
Copy link
Member

quinnj commented Aug 14, 2014

Same with Sublime and LightTable. We also have the little section on editor support in the README, so I say we close this unless someone has a specific use case.

@ivarne ivarne closed this as completed Aug 14, 2014
KristofferC pushed a commit that referenced this issue Apr 10, 2024
Stdlib: Pkg
URL: https://github.com/JuliaLang/Pkg.jl.git
Stdlib branch: master
Julia branch: master
Old commit: 162634c56
New commit: 8f772ffa7
Julia version: 1.12.0-DEV
Pkg version: 1.12.0
Bump invoked by: @KristofferC
Powered by:
[BumpStdlibs.jl](https://github.com/JuliaLang/BumpStdlibs.jl)

Diff:
JuliaLang/Pkg.jl@162634c...8f772ff

```
$ git log --oneline 162634c56..8f772ffa7
8f772ffa7 prune manifest after the set of some deps have been "demoted" to weakdeps (#3864)
88c38b2cd make `add` and `dev` on a package remove it from the set of weak dependencies (#3865)
9210a1da5 fix how entry point to package is computed with `path` provided in project file (#3850)
77620a945 extensions: fixup entire manifest (#3720)
8cc835c7d Report failures to download artifacts as failures (#3860)
2f318cf66 remove unused PkgPrecompileError type (#3858)
```

Co-authored-by: Dilum Aluthge <dilum@aluthge.com>
IanButterworth pushed a commit that referenced this issue Apr 11, 2024
…626b0 (#54049)

Stdlib: Pkg
URL: https://github.com/JuliaLang/Pkg.jl.git
Stdlib branch: release-1.10
Julia branch: backports-release-1.10
Old commit: 70525539d
New commit: f487626b0
Julia version: 1.10.2
Pkg version: 1.10.0(Does not match)
Bump invoked by: @IanButterworth
Powered by:
[BumpStdlibs.jl](https://github.com/JuliaLang/BumpStdlibs.jl)

Diff:
JuliaLang/Pkg.jl@7052553...f487626

```
$ git log --oneline 70525539d..f487626b0
f487626b0 Merge pull request #3868 from JuliaLang/backports-release-1.10
e4a6078a2 prune manifest after the set of some deps have been "demoted" to weakdeps (#3864)
72ba57759 Report failures to download artifacts as failures (#3860)
4ee732f1b why: show more when package is both a direct and indirect dep (#3771)
```

Co-authored-by: Dilum Aluthge <dilum@aluthge.com>
IanButterworth pushed a commit that referenced this issue Apr 12, 2024
…626b0 (#54049)

Stdlib: Pkg
URL: https://github.com/JuliaLang/Pkg.jl.git
Stdlib branch: release-1.10
Julia branch: backports-release-1.10
Old commit: 70525539d
New commit: f487626b0
Julia version: 1.10.2
Pkg version: 1.10.0(Does not match)
Bump invoked by: @IanButterworth
Powered by:
[BumpStdlibs.jl](https://github.com/JuliaLang/BumpStdlibs.jl)

Diff:
JuliaLang/Pkg.jl@7052553...f487626

```
$ git log --oneline 70525539d..f487626b0
f487626b0 Merge pull request #3868 from JuliaLang/backports-release-1.10
e4a6078a2 prune manifest after the set of some deps have been "demoted" to weakdeps (#3864)
72ba57759 Report failures to download artifacts as failures (#3860)
4ee732f1b why: show more when package is both a direct and indirect dep (#3771)
```

Co-authored-by: Dilum Aluthge <dilum@aluthge.com>
Drvi pushed a commit to RelationalAI/julia that referenced this issue Jun 7, 2024
…626b0 (JuliaLang#54049)

Stdlib: Pkg
URL: https://github.com/JuliaLang/Pkg.jl.git
Stdlib branch: release-1.10
Julia branch: backports-release-1.10
Old commit: 70525539d
New commit: f487626b0
Julia version: 1.10.2
Pkg version: 1.10.0(Does not match)
Bump invoked by: @IanButterworth
Powered by:
[BumpStdlibs.jl](https://github.com/JuliaLang/BumpStdlibs.jl)

Diff:
JuliaLang/Pkg.jl@7052553...f487626

```
$ git log --oneline 70525539d..f487626b0
f487626b0 Merge pull request JuliaLang#3868 from JuliaLang/backports-release-1.10
e4a6078a2 prune manifest after the set of some deps have been "demoted" to weakdeps (JuliaLang#3864)
72ba57759 Report failures to download artifacts as failures (JuliaLang#3860)
4ee732f1b why: show more when package is both a direct and indirect dep (JuliaLang#3771)
```

Co-authored-by: Dilum Aluthge <dilum@aluthge.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain:building Build system, or building Julia or its dependencies
Projects
None yet
Development

No branches or pull requests

6 participants