Skip to content

Releases: aplteam/Cider

Couple of fixes and minor improvements

03 Apr 18:19

Choose a tag to compare

  • Function Remove_githubUsername added
  • githubUsername removed from the Cider config template file
  • Two public shared functions added: ReadProjectConfigFile and WriteProjectConfigFile
  • 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

11 Mar 11:55

Choose a tag to compare

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

09 Mar 06:42

Choose a tag to compare

To be consumed as a Tatin package from https://tatin.dev

Bug fix: regarding dynamic loading

08 Mar 18:06

Choose a tag to compare

  • 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

08 Mar 18:04

Choose a tag to compare

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

19 Feb 16:42

Choose a tag to compare

  • Bug fix in PrintToSession: needs to check whether ∆LOG does exist or not
  • In case of a Git problem a VALUE ERROR occured
  • Packages updated (CommTools brought wrongly Tester2 and CoderCoverage into Cider)

To be consumed as a Tatin package from https://tatin.dev

Bug fix in `CheckPackagesStatus`

12 Feb 09:37

Choose a tag to compare

To be consumed as a Tatin package from https://tatin.dev

Cider is now a Tatin package

30 Jan 18:45

Choose a tag to compare

  • Reporting errors greatly improved
  • Bug fix in OpenProject and CreateProject regarding 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

24 Dec 18:21

Choose a tag to compare

  • info_url renamed to project_url in the Cider config files. This brings Cider in line with Tatin version 0.82.0
  • Temporary API function RenameInfo_Url added to the Cider API. Goes through all folders in a given directory and searches for Cider config files, and renames info_url when found.
  • Bug fixes
    • ListTatinPackages threw an error when one or more tatinFolders were missing. It should just report the missing ones to the session as long as at least one is actually found.
    • LoadTatinPackages crashed with an INDEX ERROR on an ill-defined "tatinFolder" parameter

Several improvements and fixes

15 Dec 08:47

Choose a tag to compare

  • CiderConfig is now created within the project, avoiding "Session namespace is referenced by #"
  • YesOrNo and Select removed, CommTools is used instead
  • Cider depends on FilesAndDirs now, mainly for more resilient NGET and NPUT
  • Bug fixes
    • In case -watch= specified a value different from the config file this was not reflected by the variable CiderConfig.LINK.watch
    • ]Cider.OpenProject's documentation on -watch= did not mention that the change is temporary: the config file would not change