1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00
guile/module/system/base
Andrew Whatson eb5ecf4944 Properly display locations in "source vector" form.
Locations are stored in tree-il records in "source vector" form, but
`location-string' was rendering these as <unknown-location>.

* module/system/base/message.scm (location-string): Support locations
passed as a file/line/column vector.
2022-08-26 12:34:39 +02:00
..
types Minor tweak to truncate-bits 2021-05-10 10:07:12 +02:00
ck.scm Improve error for set-fields paths leading to different types. 2012-11-10 01:37:20 -05:00
compile.scm bug#45131: [PATCH] Compile directly to target language if no joint is found. 2021-05-10 10:16:10 +02:00
lalr.scm add source-location->source-properties to lalr 2010-11-18 12:31:28 +01:00
lalr.upstream.scm Update (system base lalr) from upstream. 2014-12-02 21:25:56 +01:00
language.scm Add compiler chooser implementation; fix bugs with previous commit 2020-05-08 22:56:37 +02:00
message.scm Properly display locations in "source vector" form. 2022-08-26 12:34:39 +02:00
optimize.scm Rework bootstrap to be reproducible 2022-02-01 14:50:40 +01:00
pmatch.scm pmatch: always wrap with let, even if the expression appears atomic 2012-03-01 16:16:27 -05:00
syntax.scm make-record-type does more validation on the fields 2019-10-23 14:42:29 +02:00
target.scm Allow empty vendor string in GNU target triplets. 2022-06-16 09:42:05 +02:00
types.scm Deprecate symbol properties. 2022-02-04 11:12:28 +01:00