Skip to content

Releases: aplteam/Cider

Bug fix regarding "watch" and improved User Guide

24 Aug 16:28

Choose a tag to compare

v0.14.2

Bug fix and improved user guide

Two bug fixes

18 Aug 18:10

Choose a tag to compare

  • 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

06 Aug 12:44

Choose a tag to compare

  • 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.Make as well as ]Cider.RunTests was insufficient
    • OpenProject did not check parameters for being valid

Cooperates now with `APLGit2` rather than `Git`

01 Aug 14:06

Choose a tag to compare

]cider.Make and ]cider.RunTests introduced plus ...

24 Jul 16:35

Choose a tag to compare

  • lx renamed: init
  • New property "tests" added to the config file
  • New property "make" added to the config file
  • User command ]Cider.RunTests added
  • User command ]Cider.Make added
  • Parameter "watch" is "both" again
  • Uses the MakeHelpers package for its build process, and expects it in ⎕SE.
  • Internal improvements
  • Bug fixes
    • CheckPackagesStatus did produce a DOMAIN ERROR under some circumstances.

Two improvements and five bug fixes

02 Jun 12:13

Choose a tag to compare

  • OpenProject and (implicitly) also CreateProject accept now -alias=. which means that the last
    part of the project path becomes the alias in lowercase.
  • When no target namespace is specified for CreateProject then the last part of the folder
    is taken as name of the namespace.
  • Bug fixes
    • CreateProject did not ask for checking packages when called from CreateProject
    • The default for tatinFolder had a trailing slash that did not hurt but was not required
    • tatinFolder was not allowed to be empty
    • PerformConfigChecks was buggy
    • Syntax Error causing typo fixed in InjectConfigDataIntoProject

Bug fix regarding HOME +...

22 May 19:08

Choose a tag to compare

  • HOME is now always an absolute path. (It being relative was actually a bug)
  • "ReadMe.md" updated.
  • Internal change: ToQSE is now PrintToSession

Bug fix regarding Git not installed

08 May 07:53

Choose a tag to compare

When a folder .git/ was found but Git was not installed then a confusing message was provided.

Two bug fixes

24 Apr 11:32

Choose a tag to compare

  • An invalid namespace name assgined to the tatinFolder parameter was not checked.
  • JSON checking when editing a config file was less than perfect.

OS-specific bug fix (backslash versus slash)

15 Apr 08:53

Choose a tag to compare

Internal changes:

  • Packages updated
  • "Make" polished