Closed joshuaauerbachwatson closed 2 years ago
As noted in issue #185, support for C#
as a sample language has been withdrawn for the moment. It appears likely that it never worked quite right, as revealed by the new tests that were added by this PR.
This PR addresses issue #185 as it has evolved to encompass several changes. The changes affect
nim project create
,nim plugins
, andnim project update
.sample
. This avoids some other speed-bumps that tend to arise later in development..gitignore
to the created project. It at least excludes the most common artifacts that you wouldn't want to commit.project.yml
is always generated. The--config
flag is still accepted but is hidden and has no actual effect.postman
andopenapi
plugins are temporarily retired, to be re-introduced at some future date under a newnim project import
command. As a consequence:--type
flag on create is no longer recognized.nim project update
command is removed. In the absence of the plugins it is essentially useless due to bugs and restrictions. It has historically been hidden in any case. The--overwrite
flag onnim project create
is retained but, as always intended, it has no "merging" behavior (does a complete replacement).plugins plugin
and thenim plugins
commands are removed.As part of this change,
plugin-autocomplete
was also removed. It continued to be very hard to support due tobash
versioning issues.