summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUR Update Bot2016-08-25 21:37:17 +0200
committerStefan Husmann2016-08-25 21:37:17 +0200
commit962b1b62ededf8c2b759967a2a30a28ea547d159 (patch)
treeb7885e6a6eba88a594cfe1c6369251c93426b663
parentb7dd28e082ebb72a4b71ada2ccd2173053eca116 (diff)
downloadaur-962b1b62ededf8c2b759967a2a30a28ea547d159.tar.gz
Updated version (20160824.03e129a -> 20160825.a72d463).
Changelog ========= fixed compiler's definition of object-type T:syntax-object (a72d463) added tuples library (07f7151) bumped version number of library (vicare) (3e65654) removed references to nausicaa from the build infrastructure (23bc42d) removed reference to nausicaa in the options (1e1b739) removed reference to nausicaa in the documentation (ff1bb83) more tests for forward definitions (03e129a) development of built-in record-types infrastructures (7589953) development of built-in object-type infrastructure (652dc1b) more typed core primitives specifications (6206908) fixed test file (323f5b7) development of built-in object-type infrastructure (5937dc7) development of built-in object-types infrastructure (058d628) fixed wrong arguments to function (678802b) development of define-type (d9e8384) development of object-type infrastructure (09f83f8) more tests for record-types and recursive types (adc77ee) development of struct types for recursive types support (5ced099) development of recursive type definitions (4a848bb) started implementation of recursive data types (315af0e) more typed core primitives specifications (4e8e174) added typed constructor for hashtables (2bd5813) development of reader extensions (47c3afa) development of reader extensions (54ca94a) started reader-import extension (b426b6c) reader doc development (b941186) code tweaking (283b62f) fixed documentation (92657ef) development of built-in object-types infrastructure (2f65b46) code review (32ef0a0) development of built-in object-types infrastructure (d1019a3) development of built-in object-types infrastructure (24248ae) code review (03ae177) added strict-type-checking option (07bb40e) code review (637ab61) code review (9b9c17d) code cleanup (4dec0aa) documentation review (374bf47) documentation review (99edc67) added core primitive unspecified-values (83d004f) documentation review (4e4bf0c) better error detection for overloaded functions application (67d8d3d) doc review (4feaba0) more documentation for the typed language (1579230) development of built-in object-types infrastructure (291923d) added custom printer for <library> objects (48541f2) development of type descriptors (076b7bd) documentation review (bc197ab) comments review (a90cf02) documentation review (e012102) documentation review (a587410) documentation review (f1d80ab) added friend functions (71309ed) development of object-types infrastructure (6cdd420) development of object-types infrastructure (e9c6e94) changed object-hash to use the custom hash function of record-types, if any (f87162e) fixed test file (05929ba) development of protection levels for record-types (0918481) development of protection levels for record-types (5ef1964) started documentation for protection levels (2453144) more validations and tests for protection levels support in mixins (524595d) added support for protection levels to mixins (b067b10) development of record-type's protection levels (60595e0) development of record-type's member protection levels (4f6608c) better code comments (ce17c1c) development of protection levels for record-types (b73d226) development of protection levels for record-types (0dae64e) development of protection levels for record-types (e87de0d) Merge branch 'master' into protection-levels.marcomaggi-2016-07-25 (38c03b9) define methods with define/checked rather than define/typed (75cc615) development of protection levels for record-types (ec9e516) development of protection levels for record-types (46c4973) Merge branch 'master' into protection-levels.marcomaggi-2016-07-25 (5df618c) removed built-in hash method for object-types, relying on hash syntax (054ccd3) started implementation of record-type members protection levels (78135f0) more documentation for methods (fe8dfbd) fixed error message (37f9991) added support for seal-method to mixins (505b296) compiler pass "core type inference" is disabled for optimisation level 0 (7106eec) code and doc review (107d4b4) compiler pass "introduce unsafe primitives" depends on the optimisation level (53674da) development of virtual methods for record-types (837eed5) development of virtual methods for record-types (6e2a3e0) added core primitive sorted-vector-binary-search (7172ca8) development of object-types infrastructure, started virtual methods for record-types (f8c0a04) fixed typo in comment (e5c95f2) development of record-types infrastructure (3eda14a) development of built-in object-types infrastructure (97ad2bf) review of labels implementation (a503aa8) code review (ee0761e) removed old boot images (9be587e) added missing file to the makefile (113c72d) bumped boot image version number (ee90e46)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7fed781c5899..c0e720795b2f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Aug 24 20:28:44 UTC 2016
+# Thu Aug 25 19:37:14 UTC 2016
pkgbase = vicare-scheme-git
pkgdesc = R6RS scheme implementation, from github's master branch
- pkgver = 20160824.03e129a
+ pkgver = 20160825.a72d463
pkgrel = 1
url = http://marcomaggi.github.io/vicare.html
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index b52bc94a60ca..3cad6a7ba476 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=vicare-scheme-git
-pkgver=20160824.03e129a
+pkgver=20160825.a72d463
pkgrel=1
pkgdesc="R6RS scheme implementation, from github's master branch"
arch=('i686' 'x86_64')