Ken Bowen

Results 17 issues of Ken Bowen

In a file being consulted, the statement export _A/2. should trigger a syntax error , like export _A/2. ^Syntax error 'test.pro', line 2: Illegal token after primary expression It currently...

bug

In fsunix.pro and fswin32.pro, reordered exports & corresponding predicate definitions to group similar predicates. Added examples to in-code doc comments (for use by doctools), or complete such comments, as needed....

enhancement

?- save_image(sitest, [libload(Bool)]). succeeds, making sitest, sitest.pst. But ?- save_image(si-test, [libload(Bool)]). goes into an infinite failure bounce at the end of library loading: ….. Loading /Users/ken/ALS/GitHub/ALSProlog/unix/darwin/als-prolog/alsdir/library/xlists ...loaded ...loaded ...loaded ...loaded...

bug

Please review for search experience quality.

enhancement

Design and implement an open option for output streams which can control the permissions attached to a (new) file opened as the target of a stream. It should be portable...

enhancement

The form for all_procedures/4 is: all_procedures(Module, Pred, Arity, Ref), where Ref is the database reference for the entry for Pred/Arity in Module. Although Module, Pred, Arity are available in *.alb,...

Add tests for alslib. 1) For each library file, a simple loading test using one of its predicates, like this for listutl1: ?- append( [[a],[b]], C). C=[a,b] 2) For each...

julian.pro and possibly others are missing dot-alb files.

bug

[Described for vqueens below, but happens for the other projects in ~visual] 1. Start alsdev 2. Prolog > Open ~ALSProlog/examples/visual/vqueens.ppj 3. Do ?- listing. in the console; should show no...

bug

Flesh out addl_project_info_close to check whether the Addl Info panel is dirty and info should be moved into the project record.

enhancement