summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUR Update Bot2016-08-13 10:58:22 +0200
committerStefan Husmann2016-08-13 10:58:22 +0200
commitf324800a0421ec08193fc07ffe9c0179c1416d48 (patch)
tree8dfc0939cc5f7790e2044d2f0c150755287728c6
parentab2fd3703432b2e2bde850bbefe9ab959a4df24d (diff)
downloadaur-f324800a0421ec08193fc07ffe9c0179c1416d48.tar.gz
Updated version (20160805.374bf47 -> 20160812.2f65b46).
Changelog ========= 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 58b9943a4025..89c3f56249fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Aug 5 18:55:12 UTC 2016
+# Sat Aug 13 08:58:20 UTC 2016
pkgbase = vicare-scheme-git
pkgdesc = R6RS scheme implementation, from github's master branch
- pkgver = 20160805.374bf47
+ pkgver = 20160812.2f65b46
pkgrel = 1
url = http://marcomaggi.github.io/vicare.html
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index dd924ad6f34e..d841f5048a07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=vicare-scheme-git
-pkgver=20160805.374bf47
+pkgver=20160812.2f65b46
pkgrel=1
pkgdesc="R6RS scheme implementation, from github's master branch"
arch=('i686' 'x86_64')