Aardwolf-Social / aardwolf

Powering connected social communities with open software.
GNU Affero General Public License v3.0
477 stars 40 forks source link

Banjofox/build scripts #303

Closed BanjoFox closed 10 months ago

BanjoFox commented 11 months ago

First draft of installation/build scripts for developer use.

BanjoFox commented 10 months ago

@CodiumAI-Agent /review

CodiumAI-Agent commented 10 months ago

PR Analysis

How to use

Tag me in a comment '@CodiumAI-Agent' and add one of the following commands: /review [-i]: Request a review of your Pull Request. For an incremental review, which only considers changes since the last review, include the '-i' option. /describe: Modify the PR title and description based on the contents of the PR. /improve [--extended]: Suggest improvements to the code in the PR. Extended mode employs several calls, and provides a more thorough feedback. /ask \<QUESTION>: Pose a question about the PR. /update_changelog: Update the changelog based on the PR's contents.

To edit any configuration parameter from configuration.toml, add --config_path=new_value For example: /review --pr_reviewer.extra_instructions="focus on the file: ..." To list the possible configuration parameters, use the /config command.

BanjoFox commented 10 months ago

@CodiumAI-Agent /improve --extended

Thank you CodiumAI :D

BanjoFox commented 10 months ago

A few relatively minor comments. I noticed that this is adding a lib-new.broken.rs and a lib-old,working.rs. Was this intentional or just artifacts from development?

They are intentional and I have re-built them in a new branch. I needed to revert to the previous /src/lib.rs in order to get the cargo run --bin setup command to work. That is one of the commits that I tried to drop, but got "empty commit" errors.