Skip to content

Commit

Permalink
[Dependency Injection] Add macro based DI (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuawright11 authored Dec 9, 2024
1 parent e3e1861 commit 2e66ca2
Show file tree
Hide file tree
Showing 383 changed files with 2,377 additions and 4,501 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,26 @@ on:

jobs:
test-macos:
runs-on: macos-14
runs-on: macos-latest
env:
DEVELOPER_DIR: /Applications/Xcode_15.4.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_16.1.app/Contents/Developer
steps:
- uses: actions/checkout@v3
- name: Build
run: swift build -v
run: swift build
- name: Run tests
run: swift test -v
run: swift test
test-linux:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
swift: ["5.10"]
swift: ["6.0"]
container: swift:${{ matrix.swift }}
steps:
- uses: actions/checkout@v3
- name: Install sqlite
run: apt-get -q update && apt-get install -y libsqlite3-dev
- name: Build
run: swift build -v --enable-test-discovery
run: swift build
- name: Run tests
run: swift test -v --enable-test-discovery
run: swift test
107 changes: 0 additions & 107 deletions Alchemy/Application/Application.swift

This file was deleted.

54 changes: 0 additions & 54 deletions Alchemy/Application/Plugins/Core.swift

This file was deleted.

20 changes: 0 additions & 20 deletions Alchemy/Cache/Caches.swift

This file was deleted.

37 changes: 0 additions & 37 deletions Alchemy/Command/Plugins/Commands.swift

This file was deleted.

65 changes: 0 additions & 65 deletions Alchemy/Database/Plugins/Databases.swift

This file was deleted.

5 changes: 0 additions & 5 deletions Alchemy/Events/Plugins/EventStreams.swift

This file was deleted.

19 changes: 0 additions & 19 deletions Alchemy/Filesystem/Plugins/Filesystems.swift

This file was deleted.

Loading

0 comments on commit 2e66ca2

Please sign in to comment.