Fix init commands #64
No reviewers
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_skills!64
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development-fix-init"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
fixes
Superseded. Both underlying issues are resolved in current
developmentvia different commits than this PR proposed:install.sh:564now writes$env.HERO_TOOLS_DIR = '<tools_dir>'into the generatedconfig.nu, whichinit.nu:23reads. Different env var name (HERO_TOOLS_DIRinstead ofTOOLS_DIR) — same outcome.init mainparser error):init.nu:85is nowexport def --env "init main" [].Additionally,
tools/install.nuwas replaced bytools/install.sh(commit98e59d0 refactor: migrate install.nu references to install.sh), so this branch's diff wouldn't apply even without the rebase conflict.Closing.
init setupdidn't work #65Pull request closed