[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#33848: Store references in SBCL-compiled code are "invisible"
From: |
Ludovic Courtès |
Subject: |
bug#33848: Store references in SBCL-compiled code are "invisible" |
Date: |
Mon, 24 Dec 2018 15:57:50 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) |
Hi!
Pierre Neidhardt <address@hidden> skribis:
> Thanks for looking into this, Ludo.
>
> At first glance, I'd say that this is not a compilation option but the way
> strings are encoded by default. It seems that multibyte encoding is used all
> over the place by a few compilers including SBCL (and CCL I think).
>
> One way I know around this (I'm by no mean a Common Lisp expert) is the
> flexi-streams package for re-encoding.
OK, we need to investigate.
> More generally, shouldn't we make the reference scanner a bit smarter? In
> particular, how does it handle non-ASCII references? Maybe it would not be
> unreasonable to handle UTF-8 and UCS-4 for instance?
Store file names are always ASCII so problems arise when they are stored
as UTF-16 or UTF-32/UCS-4.
Ludo’.
- bug#33848: Store references in SBCL-compiled code are "invisible", Ludovic Courtès, 2018/12/23
- bug#33848: Store references in SBCL-compiled code are "invisible", Pierre Neidhardt, 2018/12/23
- bug#33848: Store references in SBCL-compiled code are "invisible",
Ludovic Courtès <=
- bug#33848: Store references in SBCL-compiled code are "invisible", Mark H Weaver, 2018/12/23
- bug#33848: Store references in SBCL-compiled code are "invisible", Ludovic Courtès, 2018/12/23
- bug#33848: Store references in SBCL-compiled code are "invisible", Pierre Neidhardt, 2018/12/23
- bug#33848: Store references in SBCL-compiled code are "invisible", Ludovic Courtès, 2018/12/24
- bug#33848: Store references in SBCL-compiled code are "invisible", Pierre Neidhardt, 2018/12/24
- bug#33848: Store references in SBCL-compiled code are "invisible", Ludovic Courtès, 2018/12/26
- bug#33848: Store references in SBCL-compiled code are "invisible", Mark H Weaver, 2018/12/24
- bug#33848: Store references in SBCL-compiled code are "invisible", Pierre Neidhardt, 2018/12/24
- bug#33848: Store references in SBCL-compiled code are "invisible", Ludovic Courtès, 2018/12/26
- bug#33848: Store references in SBCL-compiled code are "invisible", Pierre Neidhardt, 2018/12/27