Releases: aplteam/Cider
Releases · aplteam/Cider
Couple of fixes and minor improvements
- Function
Remove_githubUsernameadded githubUsernameremoved from the Cider config template file- Two public shared functions added:
ReadProjectConfigFileandWriteProjectConfigFile - Bug fixes
- When the confirmation regarding closing a project is answered with a "no" Cider should have responded with "Cancelled by user" but did not
- After the conversion into a package Cider would not find its config template file any more
To be consumed as a Tatin package from https://tatin.dev
"Open" messages corrected
For root projects Cider provided inappropriate messages after opening a project.
To be consumed as a Tatin package from https://tatin.dev
Bug Fix: ]cider.help crashed
To be consumed as a Tatin package from https://tatin.dev
Bug fix: regarding dynamic loading
- Cider now checks whether Tatin is available in
⎕SE. If it's not it attempts to execute Tatin's "Version" function: that should force Tatin into⎕SE - The documentation regarding the relationship between Cider and Tatin has been clarified
To be consumed as a Tatin package from https://tatin.dev
Bug fix: Dynamic loading now implemented
Cider did not attempt to load its packages in case they are not found in ⎕SE in case a Cider user command is executed by the user.
To be consumed as a Tatin package from https://tatin.dev
Several bug fixes
- Bug fix in
PrintToSession: needs to check whether∆LOGdoes exist or not - In case of a Git problem a VALUE ERROR occured
- Packages updated (
CommToolsbrought wronglyTester2andCoderCoverageinto Cider)
To be consumed as a Tatin package from https://tatin.dev
Bug fix in `CheckPackagesStatus`
To be consumed as a Tatin package from https://tatin.dev
Cider is now a Tatin package
- Reporting errors greatly improved
- Bug fix in
OpenProjectandCreateProjectregarding non-empty folders and namespaces
To be consumed as a Tatin package from https://tatin.dev with
]Tatin.InstallPackages [tatin]cider [myucmds]
info_url renamed to project_url & a maintenance fn & 2 bug fixes
info_urlrenamed toproject_urlin the Cider config files. This brings Cider in line with Tatin version 0.82.0- Temporary API function
RenameInfo_Urladded to the Cider API. Goes through all folders in a given directory and searches for Cider config files, and renamesinfo_urlwhen found. - Bug fixes
ListTatinPackagesthrew an error when one or moretatinFolders were missing. It should just report the missing ones to the session as long as at least one is actually found.LoadTatinPackagescrashed with an INDEX ERROR on an ill-defined "tatinFolder" parameter
Several improvements and fixes
CiderConfigis now created within the project, avoiding "Session namespace is referenced by #"YesOrNoandSelectremoved,CommToolsis used instead- Cider depends on
FilesAndDirsnow, mainly for more resilientNGETandNPUT - Bug fixes
- In case
-watch=specified a value different from the config file this was not reflected by the variableCiderConfig.LINK.watch ]Cider.OpenProject's documentation on-watch=did not mention that the change is temporary: the config file would not change
- In case