nasa / fprime

F´ - A flight software and embedded systems framework
https://fprime.jpl.nasa.gov
Apache License 2.0
10.02k stars 1.29k forks source link

Improvements to fprime-bootstrap #2570

Closed thomas-bc closed 5 months ago

thomas-bc commented 5 months ago
F´ Version fprime-bootstrap v1.1.0
Affected Component

Feature Description

Grouping these as they are all pretty low-hanging fruits, should result in a new release once all those are implemented.

thomas-bc commented 5 months ago

For checking the symlink thing, both os.getcwd() and Path().cwd() return the current directory with all symlinks resolved. I checked online and there doesn’t seem to be any workaround other than using os.getenv("PWD") however that won’t work if path is provided through CLI with --path. There doesn't seem to be any way to solve this issue cleanly. We are going to shelf this one for the time being as it's not too big of a deal. May revisit later if it becomes an issue.