-
Notifications
You must be signed in to change notification settings - Fork 28
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
PDA messaging Port #245
base: master
Are you sure you want to change the base?
PDA messaging Port #245
Conversation
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.
After first quick glance:
- Test fail is real: https://github.com/ss14-harmony/space-station-14/actions/runs/12495369896/job/34869788588?pr=245#step:10:15
Please fix it - All
DeltaV
folders should be_DeltaV
instead
FYI, you can run the tests locally, not on github. So that you can fix everything before you push and be mostly sure that it's fixed. The command to run the test is listed in the test: https://github.com/ss14-harmony/space-station-14/actions/runs/12495369896/job/34869788588#step:10:3 on the example of Integration tests. Currently even Build fails, so please test changes before pushing them. |
This reverts commit 69d7351.
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.
Not sure why the review popped again, but:
- Linter fails
- Build fails
- Tests fail
It got worse. Please fix before requesting review.
I am drafting this. Please undraft when it's in ready and test passing state.
Why is this undrafted? |
Same test fail. Please don't undraft until you fix this. dotnet test --no-build --configuration DebugOpt Content.IntegrationTests/Content.IntegrationTests.csproj -- NUnit.ConsoleOut=0 NUnit.MapWarningTo=Failed |
It is claiming that it cant find Content.Integratiotests/Content.Intergrationtests.dll when I run the command |
|
In
This file already has defined:
All three of them are
|
I will test this soon, thank you so much. |
If this doesn't help, dig deeper into anything that touches But probably this is it. |
About the PR
Added the new app Nanochat, allowing crewmembers to chat if given their nanochat ID
Port of DeltaV-Station/Delta-v#2362 so props to them
Why / Balance
This gives traitors a new way of exchanging information instead of just sitting a corner, adds depth, and potential to be utilized
Technical details
Changed LogProbe UI and system
Changed Agent ID UI and system
Added DeltaV folders for Content.Server,Content.Client,Content.Shared
Added new nanochat ui
Added new nanochat system
added new nanochat components
Media
2024-12-25.12-35-23.mp4
Requirements
Breaking changes
Changelog
🆑