Git Product home page Git Product logo

jvm.jl's People

Contributors

tmlbl avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

jaboatman

jvm.jl's Issues

Incorrect ARGS when using jvm run command

ARGS should have the same value whether running julia <file> <arg1> ... or jvm run <file> <arg1> ...

For example, test.jl:

println(join(ARGS," "))

produces:

$ julia test.jl arg1 arg2
arg1 arg2
$ jvm run test.jl arg1 arg2
INFO: Setting JULIA_PKGDIR to /home/sthibault/gitlab/backend/realtime-chf/.jdeps
run test.jl arg1 arg2

Git branches

Would be great to be able to add a specific branch of a git repository. Helpful during development when dependencies require changes related to current project.

JVM Init Error: realpath: command not found

jvm init
/usr/local/bin/jvm: line 10: realpath: command not found
mv: cannot stat '/root/.juliarc.jl': No such file or directory
ERROR: could not open file /test-project/init
 in include at ./boot.jl:261
 in include_from_node1 at ./loading.jl:304
 in process_options at ./client.jl:308
 in _start at ./client.jl:411
mv: cannot stat '/root/.juliarc.jl.bak': No such file or directory
make: *** [.jdeps] Error 1

Permissions problem in tar generated by package

The Julia cp function does not seem to retain permissions. Some shell scripts loose their execution bit. I had to replace:

cp(".jdeps", "/tmp/.jdeps.pkg"; remove_destination=true)

with:

  run(`rm -rf /tmp/.jdeps.pkg`)
  run(`cp -r .jdeps /tmp/.jdeps.pkg`)

`jvm package` broken in julia5

jvm package command errors with trace:

ERROR: ArgumentError: Module JVM not found in current path.
Run `Pkg.add("JVM")` to install the JVM package.
 in require(::Symbol) at ./loading.jl:365
 in eval(::Module, ::Any) at ./boot.jl:234
 in process_options(::Base.JLOptions) at ./client.jl:239
 in _start() at ./client.jl:318

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.