Skip to content
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

Remove dead code #650

Merged
merged 6 commits into from
Jan 10, 2024
Merged

Conversation

manuel-martos
Copy link
Contributor

@manuel-martos manuel-martos commented Jan 10, 2024

Description

This PR includes the following changes:

  1. Removed the :appyx-components:composables module as it is neither necessary nor referenced in the settings.gradle file.

  2. Addressed an issue related to Instrumentation tests on CI. The recent increase in the Gradle max heap size from 2G to 4G significantly accelerated the compilation time for the build task by a factor of 2x. However, this improvement had a negative impact on the Instrumentation tests due to the increased memory footprint required for launching the emulator. To mitigate this, we have decided to revert the Gradle heap size from 4G to 2G specifically for this task.

  3. Implemented minor fixes, including the removal of unused imports, addition of missing package statements, and syntax improvements where necessary.

Check list

  • I have updated CHANGELOG.md if required.
  • I have updated documentation if required.

@manuel-martos manuel-martos self-assigned this Jan 10, 2024
@manuel-martos manuel-martos added this to the 2.0 milestone Jan 10, 2024
@@ -116,6 +116,7 @@ jobs:
-Dorg.gradle.workers.max=1
-Pandroid.testoptions.manageddevices.emulator.gpu="swiftshader_indirect"
-Pandroid.experimental.testOptions.managedDevices.emulator.showKernelLogging=true
-Dorg.gradle.jvmargs=-Xmx2048m
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't mind, but could also be a separate PR with a reasoning in the description.

@zsoltk zsoltk added the cleanup Something that's no longer needed and should be removed label Jan 10, 2024
@manuel-martos manuel-martos merged commit 010bcb2 into bumble-tech:2.x Jan 10, 2024
7 checks passed
@manuel-martos manuel-martos deleted the remove-dead-code branch January 10, 2024 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup Something that's no longer needed and should be removed complexity: trivial P3 priority: low
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants