aboutsummaryrefslogtreecommitdiff
path: root/plugin/loop/loop_test.go
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2023-01-23 12:49:28 -0500
committerGravatar GitHub <noreply@github.com> 2023-01-23 12:49:28 -0500
commitd3e4fc78c3b80c1768b0f95ad849b07ba9968ba5 (patch)
treecaac34de9318d7be1426fffe0a0ea717a3aa546d /plugin/loop/loop_test.go
parent0be2698dc4c4c073daea2338ecc4d22336bb298d (diff)
downloadcoredns-d3e4fc78c3b80c1768b0f95ad849b07ba9968ba5.tar.gz
coredns-d3e4fc78c3b80c1768b0f95ad849b07ba9968ba5.tar.zst
coredns-d3e4fc78c3b80c1768b0f95ad849b07ba9968ba5.zip
build(deps): bump github.com/Azure/go-autorest/autorest/azure/auth (#5876)
Bumps [github.com/Azure/go-autorest/autorest/azure/auth](https://github.com/Azure/go-autorest) from 0.5.11 to 0.5.12. - [Release notes](https://github.com/Azure/go-autorest/releases) - [Changelog](https://github.com/Azure/go-autorest/blob/main/CHANGELOG.md) - [Commits](https://github.com/Azure/go-autorest/compare/autorest/azure/auth/v0.5.11...autorest/azure/auth/v0.5.12) --- updated-dependencies: - dependency-name: github.com/Azure/go-autorest/autorest/azure/auth dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'plugin/loop/loop_test.go')
0 files changed, 0 insertions, 0 deletions
s'>+140 2020-10-01Remove exports related to heterogeneous multi-core supportGravatar Henrik Tjäder 1-2/+0 2020-10-01Remove all of heterogeneous and homogeneous from the bookGravatar Henrik Tjäder 3-14/+0 2020-10-01Fixing test errorsGravatar Emil Fresk 1-3/+3 2020-10-01Added `bare_metal::CriticalSection` to `init::Context`Gravatar Emil Fresk 3-0/+10 2020-10-01Start updating the bookGravatar Henrik Tjäder 1-10/+3 2020-10-01Rename const_app to mod_appGravatar Henrik Tjäder 6-64/+52 2020-09-29Fix test output to match GHA runnerGravatar Henrik Tjäder 2-6/+6 2020-09-29Annotate the resource structGravatar Henrik Tjäder 1-0/+1 2020-09-29Import panic_halt so semihosting is not attemptedGravatar Henrik Tjäder 4-42/+50 ARMv6 would otherwise differ in output compared to ARMv7 2020-09-29Pool example need to import things into the modGravatar Henrik Tjäder 1-1/+3 2020-09-29Remove stale commentGravatar Henrik Tjäder 1-1/+0 2020-09-29Update run-pass tests for stableGravatar Henrik Tjäder 2-34/+34 2020-09-29Workaround lint for nowGravatar Henrik Tjäder 1-0/+1 2020-09-29Keep user code as-is within the module, add exampleGravatar Henrik Tjäder 3-1/+68 2020-09-29Add #[resources] to ui/singleGravatar Henrik Tjäder 1-0/+1 2020-09-29All examples use #[resources] attributeGravatar Henrik Tjäder 15-1/+15 2020-09-25Update test suite outputGravatar Henrik Tjäder 3-17/+13 2020-09-25Remove legacy 1.36.0Gravatar Henrik Tjäder 1-12/+2 2020-09-25Name collision with RTIC-mainGravatar Henrik Tjäder 5-7/+7 With modules the scoping is different and task names collide with main generated by RTIC 2020-09-25Update new example to use mod {}Gravatar Henrik Tjäder 2-3/+4 2020-09-25Due to new module boundaries the schedule fn needs to be pubGravatar Henrik Tjäder 1-3/+3 2020-09-25cfg_core is gone, cargo fmtGravatar Henrik Tjäder 6-19/+36 2020-09-25Use dev-branch for mod_constGravatar Henrik Tjäder 1-1/+1 2020-09-25Add format_ident importsGravatar Henrik Tjäder 2-2/+2 2020-09-25Modify macro tests, use mod instead of constGravatar Henrik Tjäder 1-2/+2 2020-09-25Compose the use-statements, reduce debug-printoutsGravatar Henrik Tjäder 1-18/+12 2020-09-25Collect and generate required use-statementsGravatar Henrik Tjäder 6-12/+57 2020-09-25Examples need to import the resourcesGravatar Henrik Tjäder 5-0/+13 2020-09-25Handle user hardware and software tasks and some resourcesGravatar Henrik Tjäder 4-6/+71 2020-09-25Modules using lower-case in examplesGravatar Henrik Tjäder 44-45/+48 2020-09-25Generate mod instead of const, handle import of idle and initGravatar Henrik Tjäder 1-3/+16 2020-09-25Update documentation where const is replaced by modGravatar Henrik Tjäder 1-3/+2 2020-09-25Update the test suite to use mod instead of constGravatar Henrik Tjäder 9-19/+19 Changes MSRV to 1.42, failing tests updated to match 1.42. 2020-09-25Examples using mod instead of constGravatar Henrik Tjäder 37-76/+75 2020-09-25Fixed example and v7 flagGravatar Emil Fresk 2-1/+5 2020-09-25Also check examples which require __v7Gravatar Henrik Tjäder 1-2/+7