diff --git a/debian/changelog b/debian/changelog index ddf4244..273ba85 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -rabs (2.21.0) UNRELEASED; urgency=medium +rabs (2.22.0) UNRELEASED; urgency=medium * Updates. * Updates. @@ -29,5 +29,6 @@ rabs (2.21.0) UNRELEASED; urgency=medium * Updates. * Updates. * Updates. + * Updates. - -- Raja Mukherji Wed, 27 Oct 2021 09:28:17 +0100 + -- Raja Mukherji Sat, 06 Nov 2021 10:04:58 +0000 diff --git a/docs/library/expr.rst b/docs/library/expr.rst index e737c92..fd704e8 100644 --- a/docs/library/expr.rst +++ b/docs/library/expr.rst @@ -7,10 +7,6 @@ expr The value of an expression target is the return value of its build function. -:mini:`meth string(Target: exprtarget): string` - Converts the value of an expression target to a string, calling its build function first if necessary. - - :mini:`fun expr(Name: string): exprtarget` Returns a new expression target with :mini:`Name`. diff --git a/docs/library/file.rst b/docs/library/file.rst index 9b1320a..bcb62f8 100644 --- a/docs/library/file.rst +++ b/docs/library/file.rst @@ -11,10 +11,6 @@ file Returns a new file target. If :mini:`Path` does not begin with `/`, it is considered relative to the current context path. If :mini:`Path` is specified as an absolute path but lies inside the project directory, it is converted into a relative path. -:mini:`meth string(Target: filetarget): string` - Returns the absolute resolved path of :mini:`Target` as a string. - - :mini:`meth (Target: filetarget):dir: filetarget` Returns the directory containing :mini:`Target`. diff --git a/minilang b/minilang index 5710e7b..37de40f 160000 --- a/minilang +++ b/minilang @@ -1 +1 @@ -Subproject commit 5710e7bd1d6768a491505b5940cb16a0f00a3760 +Subproject commit 37de40ffc0b35703cb8cd74eb65e1465cd8ceaa2