| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
commit_hash:3c9b927dbb3ddefcaa455eccb51ae1ded847c736
|
|
|
|
|
|
|
| |
Proper solution is implemented here:
Heuristic searching of version from yo tool json file is not needed anymore.
commit_hash:b1e84226e5379c4cfc5d2451d84c80502a795364
|
|
|
|
| |
commit_hash:a6f9325e26045597decde41f1fe1a18707c1224f
|
|
|
|
| |
commit_hash:2c10b6ba2852955f6d1815c507470b808466620c
|
|
|
|
| |
commit_hash:220df0a4662e4668a98f50dbfab938b2c331ea41
|
|
|
|
| |
commit_hash:cabcffa40ef1631e94462aa7edbdd7969dfd645a
|
|
|
|
| |
commit_hash:5bdd87be839b02f013261505a6f5f2fb7fcfc1d4
|
|
|
|
| |
commit_hash:54ae28efed1e5eb932ecade8472b8cf558f71f5b
|
|
|
|
| |
2a65a73857642ee364242333b3ebdbc907043d19
|
|
|
|
| |
d318318d42c0d05b3481e97cf3216683ca208165
|
|
|
|
| |
8b17a7d46ec1a950b59da80e66713dc21714248b
|
|
|
|
| |
c781871db335669972c6a05caa74f31990dd1cbd
|
|
|
|
| |
99d405aa2847f46603cf55b123728101ff1b7d15
|
|
|
|
|
| |
enable riskyimports with config
195d42df9f8bb1f686ac4a78d39b8be844df66ec
|
|
|
|
| |
ffd1faf4812e419717a589f1e924fb848852490d
|
|
|
|
| |
293ba5bee758f97e4f202016a531f846e295f38d
|
|
|
|
| |
2967d19c907adf59101a1f47b4208bd0b04a6186
|
|
|
|
| |
1ed1e1636bc019afe5518e10dc903ecb2aa6c18a
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
`.0` and `.1` licenses require modifications to be disclosed, but do not limit derivative license schema.
Introduce `REQUIRE_MODIFICATIONS_DISCLOSURE` license property (containing the abovementioned licenses only).
These licenses read as follows:
```
1.3. "Covered Software" means (a) the Original Software, or (b) Modifications, or (c) the combination
of files containing Original Software with files containing Modifications, in each case including portions thereof.
3.1. Availability of Source Code.
Any Covered Software that You distribute or otherwise make available in Executable form
must also be made available in Source Code form and that Source Code form must be distributed
only under the terms of this License. You must include a copy of this License with every copy
of the Source Code form of the Covered Software You distribute or otherwise make available.
3.6. Larger Works.
You may create a Larger Work by combining Covered Software with other code not governed by
the terms of this License and distribute the Larger Work as a single product. In such a case,
You must make sure the requirements of this License are fulfilled for the Covered Software.
|
|
|
|
| |
yolint for go1.21
|
|
|
|
|
|
|
|
|
|
| |
bump go to 1.21.3
build go.conf
Golang 1.20.6 -> 1.21.3 init
Golang 1.20.6 -> 1.21.3: copy blame
|
| |
|
|
|
|
| |
Иначе пипец неудобна)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
@snermolaev предложил в тикете вынести инициализацию окружения в отдельный модуль и для каждого модуля импортировать его, чтобы не делать лишней работы. Но кажется, что при таком подходе, потом нужно будет либо повторно считывать и парсить контекстный файл, либо сохранять его контент внутри нового модуля и тоже заново парсить.
Учитывая, что для инициализации переменных окружения нам все равно придется считать и распарсить контекстный файл, предлагаю оставить инициализацию как есть и вместе с переменными окружния, практически за бесплатно инициализировать весь контекст.
|
| |
|
|
|