Polyterative / Patcher

The everything modular manager and database
https://patcher.xyz
GNU Affero General Public License v3.0
23 stars 2 forks source link

Fix issue with app not starting correctly and homepage not being shown #77

Closed sweep-ai[bot] closed 1 year ago

sweep-ai[bot] commented 1 year ago

PR Feedback (click)

Summary of Changes

Please review and merge these changes to fix the issue with the app starting and homepage display.

Fixes #74.


🎉 Latest improvements to Sweep:


💡 To get Sweep to edit this pull request, you can:

sweep-ai[bot] commented 1 year ago

GitHub actions yielded the following error.

The command that failed is yarn test-headless. Here are the relevant lines from the logs:

##[error]Error: src/app/features/backbone/home/home.component.spec.ts:1:1 - error TS2304: Cannot find name 'src'.

1 src/app/features/backbone/home/home.component.spec.ts
~~~

##[error]Error: src/app/features/backbone/home/home.component.spec.ts:1:5 - error TS2304: Cannot find name 'app'.

1 src/app/features/backbone/home/home.component.spec.ts
~~~

##[error]Error: src/app/features/backbone/home/home.component.spec.ts:1:9 - error TS2304: Cannot find name 'features'.

1 src/app/features/backbone/home/home.component.spec.ts
~~~~~~~~

##[error]Error: src/app/features/backbone/home/home.component.spec.ts:1:18 - error TS2304: Cannot find name 'backbone'.

1 src/app/features/backbone/home/home.component.spec.ts
~~~~~~~~

##[error]Error: src/app/features/backbone/home/home.component.spec.ts:1:27 - error TS2304: Cannot find name 'home'.

1 src/app/features/backbone/home/home.component.spec.ts
~~~~

##[error]Error: src/app/features/backbone/home/home.component.spec.ts:1:32 - error TS2304: Cannot find name 'home'.

1 src/app/features/backbone/home/home.component.spec.ts
~~~~

Please note that the error messages indicate that there are TypeScript errors in the home.component.spec.ts file.

There are a lot of errors. This is likely due to a small parsing issue or a missing import with the files changed in the PR.

This is likely a linting or type-checking issue with the source code. Update the code changed by the PR. Don't modify the existing tests.

I'm getting the same errors 3 times in a row, so I will stop working on fixing this PR.