Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Binary file not shown.
Binary file not shown.
Binary file added .julia-depot/compiled/v1.10/Glob/3FzEV_ujJ6A.ji
Binary file not shown.
Binary file added .julia-depot/compiled/v1.10/Glob/3FzEV_ujJ6A.so
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
55 changes: 55 additions & 0 deletions .julia-depot/environments/v1.10/Manifest.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
# This file is machine-generated - editing it directly is not advised

julia_version = "1.10.10"
manifest_format = "2.0"
project_hash = "30b405be1c677184b7703a9bfb3d2100029ccad0"

[[deps.CommonMark]]
deps = ["PrecompileTools"]
git-tree-sha1 = "351d6f4eaf273b753001b2de4dffb8279b100769"
uuid = "a80b9123-70ca-4bc0-993e-6e3bcb318db6"
version = "0.9.1"

[[deps.Dates]]
deps = ["Printf"]
uuid = "ade2ca70-3891-5945-98fb-dc099432e06a"

[[deps.Glob]]
git-tree-sha1 = "83cb0092e2792b9e3a865b6655e88f5b862607e2"
uuid = "c27321d9-0574-5035-807b-f59d2c89b15c"
version = "1.4.0"

[[deps.JuliaFormatter]]
deps = ["CommonMark", "Glob", "JuliaSyntax", "PrecompileTools", "TOML"]
git-tree-sha1 = "ca9470360f51697fc1bde747760b2d99936619ea"
uuid = "98e50ef6-434e-11e9-1051-2b60c6c9e899"
version = "2.2.0"

[[deps.JuliaSyntax]]
git-tree-sha1 = "937da4713526b96ac9a178e2035019d3b78ead4a"
uuid = "70703baa-626e-46a2-a12c-08ffd08c73b4"
version = "0.4.10"

[[deps.PrecompileTools]]
deps = ["Preferences"]
git-tree-sha1 = "5aa36f7049a63a1528fe8f7c3f2113413ffd4e1f"
uuid = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
version = "1.2.1"

[[deps.Preferences]]
deps = ["TOML"]
git-tree-sha1 = "522f093a29b31a93e34eaea17ba055d850edea28"
uuid = "21216c6a-2e73-6563-6e65-726566657250"
version = "1.5.1"

[[deps.Printf]]
deps = ["Unicode"]
uuid = "de0858da-6303-5e67-8744-51eddeeeb8d7"

[[deps.TOML]]
deps = ["Dates"]
uuid = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
version = "1.0.3"

[[deps.Unicode]]
uuid = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
2 changes: 2 additions & 0 deletions .julia-depot/environments/v1.10/Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[deps]
JuliaFormatter = "98e50ef6-434e-11e9-1051-2b60c6c9e899"
2 changes: 2 additions & 0 deletions .julia-depot/logs/manifest_usage.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[["/home/runner/work/SimGBS.jl/SimGBS.jl/.julia-depot/environments/v1.10/Manifest.toml"]]
time = 2026-01-17T05:52:38.430Z
Empty file.
6 changes: 6 additions & 0 deletions .julia-depot/packages/CommonMark/lmLkP/.ci/Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[deps]
Changelog = "5217a498-cd5d-4ec6-b8c2-9b85a09b6e3e"

[compat]
Changelog = "1"
julia = "1"
9 changes: 9 additions & 0 deletions .julia-depot/packages/CommonMark/lmLkP/.ci/changelog.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import Changelog

cd(dirname(@__DIR__)) do
Changelog.generate(
Changelog.CommonMark(),
"CHANGELOG.md";
repo = "MichaelHatherly/CommonMark.jl",
)
end
5 changes: 5 additions & 0 deletions .julia-depot/packages/CommonMark/lmLkP/.format/Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[deps]
JuliaFormatter = "98e50ef6-434e-11e9-1051-2b60c6c9e899"

[compat]
JuliaFormatter = "1"
6 changes: 6 additions & 0 deletions .julia-depot/packages/CommonMark/lmLkP/.format/format.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import Pkg
Pkg.instantiate()

import JuliaFormatter

JuliaFormatter.format(dirname(@__DIR__))
3 changes: 3 additions & 0 deletions .julia-depot/packages/CommonMark/lmLkP/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/src/writers/templates/* linguist-vendored
/test/samples/cmark/* linguist-vendored
/test/templates/* linguist-vendored
10 changes: 10 additions & 0 deletions .julia-depot/packages/CommonMark/lmLkP/.github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
labels:
- "dependencies"
- "github-actions"
open-pull-requests-limit: 1
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: CompatHelper
on:
schedule:
- cron: '00 00 * * *'
workflow_dispatch:
jobs:
CompatHelper:
runs-on: ubuntu-latest
steps:
- name: Pkg.add("CompatHelper")
run: julia -e 'using Pkg; Pkg.add("CompatHelper")'
- name: CompatHelper.main()
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COMPATHELPER_PRIV: ${{ secrets.COMPATHELPER_PRIV }}
run: julia -e 'using CompatHelper; CompatHelper.main()'
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Update license file

on:
workflow_dispatch:
schedule:
- cron: '0 3 1 1 *' # 03:00 AM on January 1

jobs:
update-license-year:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: FantasticFiasco/action-update-license-year@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: TagBot
on:
issue_comment:
types:
- created
workflow_dispatch:
jobs:
TagBot:
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
runs-on: ubuntu-latest
steps:
- uses: JuliaRegistries/TagBot@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}

83 changes: 83 additions & 0 deletions .julia-depot/packages/CommonMark/lmLkP/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
name: CI

on:
pull_request:
push:
branches:
- master
tags:
- '*'

concurrency:
# Skip intermediate builds: all builds except for builds on the `master` branch
# Cancel intermediate builds: only pull request builds
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.ref != 'refs/heads/master' || github.run_number }}
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}

jobs:
finalize:
needs: [format, test]
timeout-minutes: 5
runs-on: ubuntu-latest
if: always()

steps:
- run: |
echo format: ${{ needs.format.result }}
echo test: ${{ needs.test.result }}

- run: exit 1
if: |
(needs.format.result != 'success') ||
(needs.test.result != 'success')

format:
runs-on: ubuntu-latest
timeout-minutes: 10

steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
- run: julia --project=.format .format/format.jl
- run: git diff --color --exit-code

test:
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
version:
- '1.3'
- '1.6'
- '1.11'
- 'nightly'
os:
- ubuntu-latest
- windows-latest
- macOS-latest
arch:
- x64
exclude:
- version: "1.6"
os: windows-latest
- version: "1.3"
os: windows-latest
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: actions/cache@v4
env:
cache-name: cache-artifacts
with:
path: ~/.julia/artifacts
key: ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
restore-keys: |
${{ runner.os }}-test-${{ env.cache-name }}-
${{ runner.os }}-test-
${{ runner.os }}-
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-runtest@latest
continue-on-error: ${{ matrix.version == 'nightly' }}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Register Package
on:
workflow_dispatch:
inputs:
version:
description: Version to register or component to bump
required: true
jobs:
register:
runs-on: ubuntu-latest
steps:
- uses: julia-actions/RegisterAction@latest
with:
token: ${{ secrets.GITHUB_TOKEN }}
7 changes: 7 additions & 0 deletions .julia-depot/packages/CommonMark/lmLkP/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
*.jl.*.cov
*.jl.cov
*.jl.mem
.DS_Store
Manifest.toml
/dev/
.vscode/settings.json
Loading