Skip to content

Conversation

@cte
Copy link
Collaborator

@cte cte commented Apr 3, 2025

Context

Implementation

Screenshots

before after

How to Test

Get in Touch


Important

Ensure bash 3.x compatibility in setup.sh by changing the shebang and refactoring has_asdf_plugin logic.

  • Compatibility:
    • Change shebang from #!/usr/bin/env bash to #!/bin/bash in setup.sh for bash 3.x compatibility.
    • Replace associative array has_asdf_plugin with function has_asdf_plugin() to support bash 3.x.
  • Functionality:
    • Modify if condition to use has_asdf_plugin() function in setup.sh.
  • Misc:
    • Remove unused associative array has_asdf_plugin declaration in setup.sh.

This description was created by Ellipsis for 0b56fd5. It will automatically update as commits are pushed.

@changeset-bot
Copy link

changeset-bot bot commented Apr 3, 2025

⚠️ No Changeset found

Latest commit: 0b56fd5

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@cte cte merged commit 49a61ca into main Apr 3, 2025
13 checks passed
@cte cte deleted the cte/support-bash-3 branch April 3, 2025 03:53
@github-project-automation github-project-automation bot moved this from New to Done in Roo Code Roadmap Apr 3, 2025
@dosubot dosubot bot added size:S This PR changes 10-29 lines, ignoring generated files. enhancement New feature or request labels Apr 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request size:S This PR changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants