Releases: aplteam/Cider
Releases · aplteam/Cider
Bug fix regarding "watch" and improved User Guide
v0.14.2 Bug fix and improved user guide
Two bug fixes
- Messages regarding the execution of an "Init" function were printed too late
- No message was printed in case a user function was executed successfully
Several improvements and bug fixed
- In case the target namespace is not empty (Link requirement) the user is now asked whether she wants to delete the contents.
- The question for updating packages now requires confirmation (no default anymore)
- Bug fixes
CreateOpenParms: refs were not converted to names- Help for
]Cider.Makeas well as]Cider.RunTestswas insufficient OpenProjectdid not check parameters for being valid
Cooperates now with `APLGit2` rather than `Git`
]cider.Make and ]cider.RunTests introduced plus ...
lxrenamed:init- New property "tests" added to the config file
- New property "make" added to the config file
- User command
]Cider.RunTestsadded - User command
]Cider.Makeadded - Parameter "watch" is "both" again
- Uses the
MakeHelperspackage for its build process, and expects it in⎕SE. - Internal improvements
- Bug fixes
CheckPackagesStatusdid produce a DOMAIN ERROR under some circumstances.
Two improvements and five bug fixes
OpenProjectand (implicitly) alsoCreateProjectaccept now-alias=.which means that the last
part of the project path becomes the alias in lowercase.- When no target namespace is specified for
CreateProjectthen the last part of the folder
is taken as name of the namespace. - Bug fixes
CreateProjectdid not ask for checking packages when called fromCreateProject- The default for
tatinFolderhad a trailing slash that did not hurt but was not required tatinFolderwas not allowed to be emptyPerformConfigCheckswas buggy- Syntax Error causing typo fixed in
InjectConfigDataIntoProject
Bug fix regarding HOME +...
HOMEis now always an absolute path. (It being relative was actually a bug)- "ReadMe.md" updated.
- Internal change:
ToQSEis nowPrintToSession
Bug fix regarding Git not installed
When a folder .git/ was found but Git was not installed then a confusing message was provided.
Two bug fixes
- An invalid namespace name assgined to the
tatinFolderparameter was not checked. - JSON checking when editing a config file was less than perfect.
OS-specific bug fix (backslash versus slash)
Internal changes:
- Packages updated
- "Make" polished