Commit 7d7348f
authored
✨ Copy over static files when generating a new file (#81)
<!--
Copyright (C) 2020-2022 Arm Limited or its affiliates and Contributors.
All rights reserved.
SPDX-License-Identifier: Proprietary
-->
### Description
This changes makes copying over static files part of the generation,
since the generator will be used with all Clients when the
`update-client` workflow runs, we need to make sure that these
extensions will at least build without issues. even if they do not use
these extensions.
Added a function `GetNextP` in `extension_model_hal_link_data.go.static`
to make `HalCollectionLinks` compatible with Artefacts Utils
<!--
Please put an `x` in the correct box e.g. `[x]` to indicate the testing
coverage of this change.
-->
- [ ] This change is covered by existing or additional automated tests.
- [ ] Manual testing has been performed (and evidence provided) as
automated testing was not feasible.
- [ ] Additional tests are not required for this change (e.g.
documentation update).
---------
Co-authored-by: aorabdel <[email protected]>1 parent 6544206 commit 7d7348f
File tree
12 files changed
+60
-6275
lines changed- changes
- client
- extensions
- generator
- cmd
- codegen
- static
12 files changed
+60
-6275
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
0 commit comments