-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "MATDaemon" | ||
uuid = "88578114-2e0c-4679-8b18-24dc4fa60bec" | ||
authors = ["Jonathan Doucette <[email protected]> and contributors"] | ||
version = "0.1.2" | ||
version = "0.1.3" | ||
|
||
[deps] | ||
DaemonMode = "d749ddd5-2b29-4920-8305-6ff5a704e36e" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# User settings are loaded from the input file `MATDaemon.JL_OPTIONS` located in the jlcall.m workspace folder. | ||
# The workspace folder is passed using the environment variable `MATDAEMON_WORKSPACE`. | ||
# | ||
# This version of jlcall.jl was written for MATDaemon v0.1.2. | ||
# This version of jlcall.jl was written for MATDaemon v0.1.3. | ||
# MATDaemon was written by Jonathan Doucette ([email protected]). | ||
|
||
# MATDaemon must be available | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -239,7 +239,7 @@ | |
% | ||
% The workhorse behind MATDaemon.jl and JLCALL is <a href="matlab: web('https://github.com/dmolina/DaemonMode.jl')">DaemonMode.jl</a> which is used to start a persistent Julia server in the background. | ||
% | ||
% This version of jlcall.m was written for MATDaemon v0.1.2. | ||
% This version of jlcall.m was written for MATDaemon v0.1.3. | ||
% MATDaemon was written by Jonathan Doucette ([email protected]). | ||
|
||
% Parse inputs | ||
|
@@ -287,7 +287,7 @@ | |
addParameter(p, 'debug', false, @(x) validateattributes(x, {'logical'}, {'scalar'})); | ||
addParameter(p, 'quiet', false, @(x) validateattributes(x, {'logical'}, {'scalar'})); | ||
addParameter(p, 'reinstall', false, @(x) validateattributes(x, {'logical'}, {'scalar'})); | ||
addParameter(p, 'VERSION', '0.1.2', @ischar); % NOTE: for internal use only | ||
addParameter(p, 'VERSION', '0.1.3', @ischar); % NOTE: for internal use only | ||
|
||
parse(p, varargin{:}); | ||
opts = p.Results; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
56cf9f7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
56cf9f7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/93370
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: