-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prior to this commit gotohelm failed to run post it's migration to this repository due to complications with `LoadPackages` and now being hosted in a new workspace layout. The root of this issue stemmed from the AST rewrites being performed on the bootstrap package which would introduce a dependency from `internal/bootstrap` to `helmette` for functions like `DictTest`, `Compact`, and `TypeTest`. This commit eliminates the helper functions and AST rewriting in favor of enhancing the transpiler itself. This allows the `internal/bootstrap` package to solely depend on the stdlib making it possible to load the package without any hijinks or dependency on cwd.
- Loading branch information
1 parent
8f29324
commit 26e8da7
Showing
57 changed files
with
1,014 additions
and
1,223 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,4 +7,5 @@ use ( | |
./licenseupdater | ||
./operator | ||
./pkg | ||
./pkg/gotohelm/testdata/src/example | ||
) |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.