Skip to content

Commit

Permalink
Julia now uses --project=@. (closes #10)
Browse files Browse the repository at this point in the history
  • Loading branch information
gpoore committed May 3, 2020
1 parent e1c3fbe commit f4b98af
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
Markdown. Code output in raw format (interpreted as Markdown) is no longer
lost when converting to document formats other than Markdown (#26).
* Added support for SageMath (#5).
* Julia now uses `--project=@.` (#10).
* Documentation now includes details of code execution and how this can result
in different output compared to interactive sessions (#11).
* AST walking code no longer assumes that all dict nodes represent types and
Expand Down
2 changes: 2 additions & 0 deletions codebraid/languages/julia.bespon
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
|=== julia
extension = 'jl'

run_command = '{executable} --project=@. {source}'

run_encoding = 'utf8'

chunk_wrapper =
Expand Down
2 changes: 1 addition & 1 deletion codebraid/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-

from .fmtversion import get_version_plus_info
__version__, __version_info__ = get_version_plus_info(0, 5, 0, 'dev', 2)
__version__, __version_info__ = get_version_plus_info(0, 5, 0, 'dev', 3)

0 comments on commit f4b98af

Please sign in to comment.