Skip to content
Snippets Groups Projects
Select Git revision
  • 8aed4a9b0a5bdb26fd4f88f472fff7be67933baa
  • master default protected
  • julia1
  • device_rewrite
  • bufferandcomedi
  • v0.1.0
6 results

development.md

Blame
  • Package Development

    Development environment

    If you want to develop the code in LabConnections.jl, then this is how you setup a development environment. First, open up a Julia REPL and type

    ] dev https://gitlab.control.lth.se/labdev/LabConnections.jl

    Open a new terminal and navigate to .julia/dev/LabConnections, where the package source code is now located. Then type

    git checkout julia1
    git pull

    to ensure that you are working on the correct development branch for Julia v1.0.X. You can now edit the code in .julia/dev/LabConnections and run it using a Julia REPL. When you are satisfied with your changes, simply commit and push the changes in the .julia/dev/LabConnections directory to the GitLab server.