-
Notifications
You must be signed in to change notification settings - Fork 22
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
Fix CI tests for macoOS and ubuntu OS. #538
Open
Stockless
wants to merge
34
commits into
JuliaHealth:master
Choose a base branch
from
Stockless:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
59f66e5
fix macos and ubuntu tests
Stockless c5117f0
add call to macro
Stockless e208255
try remove Kaleido_jll to fix macOS-latest test
Stockless c0ce80e
disable sandbox in window generation + Kaleido_jll step back
Stockless 53f7d68
replace macro "Unsafe_Blink" with evaluation inside the function
Stockless 22b4634
disable sandbox before window generation
Stockless 761a0d2
import macro from module
Stockless 479a79a
using Blink.Sockets instead of using Sockets + Correction of Kaleido_…
Stockless 1e53218
Merge branch 'master' into master
cncastillo c7f4e95
insert macro modification in KomaUI.jl
Stockless a16cffa
Merge remote-tracking branch 'origin/master'
Stockless 49bb77a
macos-13 -> macos-latest in CI test
Stockless 6b54054
replace all "cmin" and "cmax" with "zmin" and "zmax" respectibly
Stockless fa74970
keep change "cmin -> zmin" just in interface.
Stockless 772f64a
corrected definition of cmin/cmax as zmin/zmax
Stockless 15af96d
Merge pull request #546 from JuliaHealth/script_corrections
cncastillo 2e2b22e
bump v0.9.0 to v0.9.1
Stockless 065130a
Merge pull request #547 from JuliaHealth/script_corrections
cncastillo 1b9b1b7
fix macos and ubuntu tests
Stockless 54ad333
add call to macro
Stockless 0deb76d
try remove Kaleido_jll to fix macOS-latest test
Stockless 6d2095b
disable sandbox in window generation + Kaleido_jll step back
Stockless afc4c60
replace macro "Unsafe_Blink" with evaluation inside the function
Stockless fdbfba9
disable sandbox before window generation
Stockless eb5dc4a
import macro from module
Stockless d9eb469
using Blink.Sockets instead of using Sockets + Correction of Kaleido_…
Stockless 5d44561
insert macro modification in KomaUI.jl
Stockless c4a32fb
macos-13 -> macos-latest in CI test
Stockless eba99ba
Merge remote-tracking branch 'origin/master'
Stockless cb9ba19
Update Kaleido_jll version 0.1.0 -> 0.2.1
Stockless c7119ec
test skip ci runtest@v1 and step back Kaleido_jll version 0.2.1 -> 0.1
Stockless 83964f0
defining show window false in runtest and uncomment test
Stockless ffcfe0f
disable unsafe_blink macro and activate asyncronus functions with win…
Stockless a13e9e7
check if debug is eneabled
Stockless File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 = "KomaMRIBase" | ||
uuid = "d0bc0b20-b151-4d03-b2a4-6ca51751cb9c" | ||
authors = ["Carlos Castillo Passi <[email protected]>"] | ||
version = "0.9.0" | ||
version = "0.9.1" | ||
|
||
[deps] | ||
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59" | ||
|
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 = "KomaMRICore" | ||
uuid = "4baa4f4d-2ae9-40db-8331-a7d1080e3f4e" | ||
authors = ["Carlos Castillo Passi <[email protected]>"] | ||
version = "0.9.0" | ||
version = "0.9.1" | ||
|
||
[deps] | ||
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" | ||
|
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 = "KomaMRIFiles" | ||
uuid = "fcf631a6-1c7e-4e88-9e64-b8888386d9dc" | ||
authors = ["Carlos Castillo Passi <[email protected]>"] | ||
version = "0.9.0" | ||
version = "0.9.1" | ||
|
||
[deps] | ||
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549" | ||
|
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 = "KomaMRIPlots" | ||
uuid = "76db0263-63f3-4d26-bb9a-5dba378db904" | ||
authors = ["Carlos Castillo Passi <[email protected]>"] | ||
version = "0.9.0" | ||
version = "0.9.1" | ||
|
||
[deps] | ||
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59" | ||
|
@@ -20,7 +20,7 @@ KomaPlotsPlutoPlotlyExt = "PlutoPlotly" | |
|
||
[compat] | ||
Interpolations = "0.13, 0.14, 0.15" | ||
Kaleido_jll = "0.1" | ||
Kaleido_jll = "0.1.0" | ||
KomaMRIBase = "0.9" | ||
MAT = "0.10" | ||
PlotlyJS = "0.18" | ||
|
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
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 = "KomaMRI" | ||
uuid = "6a340f8b-2cdf-4c04-99be-4953d9b66d0a" | ||
authors = ["Carlos Castillo Passi <[email protected]>"] | ||
version = "0.9.0" | ||
version = "0.9.1" | ||
|
||
[deps] | ||
AssetRegistry = "bf4720bc-e11a-5d0c-854e-bdca1663c893" | ||
|
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
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
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Why are you putting this here? The solution should be to remove the compat. This is already done in #530
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.
I did remove Kaleido_jll to test if that was the reason why the CI test in macOS-latest wasn't running, but when you told me that this change shouldn't be included because it is from another PR, I did an stepback in this commit c0ce80e
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.
Yes, but now it says
Kaleido_jll = "0.2.1"
which is not the same as beforeKaleido_jll = "0.1"
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.
Be careful is
Kaleido_jll = "0.1"
notKaleido_jll = "0.1.0"