Git Product home page Git Product logo

uax-15's People

Contributors

anarchodin avatar davidgu avatar defmacro-jam avatar hellseher avatar lukego avatar sabracrolleton avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

uax-15's Issues

Loading uax-15 in SBCL results in SB-INT:STREAM-DECODING-ERROR

Loaded from Quicklisp (ql:quickload 'uax-15)

Traceback is as follows

debugger invoked on a SB-INT:STREAM-DECODING-ERROR in thread
#<THREAD "main thread" RUNNING {10005E85B3}>:
  :ASCII stream decoding error on
  #<SB-SYS:FD-STREAM for "file /root/quicklisp/dists/quicklisp/software/uax-15-20201220-git/data/CompositionExclusions.txt" {1005067093}>:

    the octet sequence #(194) cannot be decoded.

Similar errors occur for file DerivedNormalizationProps.txt on the same octet sequence #(194)

Project versioning

Hi,

I'm about to package your project for Guix, it would be nice if you have add initial version to it.
It could be added as git tag or version reference in ASDF file.

Thanks

Fails to build on Genera

The system needs a few fix-ups to build on Genera. Mostly file attributes and conditionalisation on :external-format, the same as LispWorks. This is also fixed in PR #9

Some systems failed to build for Quicklisp dist

Building with SBCL 2.1.0.29-a1ce59262 / ASDF 3.3.1 for quicklisp dist creation.

Trying to build commit id a6ca59f

uax-15 fails to build with the following error:

Unhandled SB-INT:SIMPLE-PROGRAM-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING {1001A40103}>: invalid number of arguments: 4

uax-15/tests fails to build with the following error:

Unhandled SB-INT:SIMPLE-PROGRAM-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING {1001A40103}>: invalid number of arguments: 4

Full log here

Tests fail under SBCL: No test or package found for UAX-15-SYSTEM::SUITE

This is because, at the time the test system is defined, we are in package uax-15-system.

I would suggest removing the following lines from the system definition file:

(defpackage :uax-15-system
  (:use :common-lisp :asdf))
(in-package :uax-15-system)

The ASDF best practices guide suggests this is a bad practice.

Alternatively, the test-op can be redefined with fully qualified symbols:

(uiop:symbol-call :parachute '#:test 'uax-15-tests::suite :report 'parachute:quiet)

Edit: I found a third alternative: use the uiop:find-symbol* function, which was apparently designed for this purpose.

Proposal: Add equivalent to cl-unicode:has-property

I am trying to bring my Genera version of Postmodern up to the latest. A lot has changed in the last few years. One of the stumbling blocks is cl-unicode. This triggers a bug in Genera that is beyond my ability to fix, and unless one of Symbolics paying customers runs into it, I doubt it will ever be addressed.

The only function from this library used in Postmodern is has-property, in utils.lisp, where it is used in two places to determine if a letter is a character.

Could this functionality be added here so that the dependency on cl-unicode could be removed from Postmodern?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.