Custom Query (1630 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (37 - 39 of 1630)

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Ticket Resolution Summary Owner Reporter
#1764 fixed qwiki search doesn't filter out outdated pages by default Vasilij Schneidermann
Description

Some feedback from http://surveys.call-cc.org/state-of-chicken/2021/:

As a beginner, I find the wiki difficult to use because of the prevalence of both outdated version 4 information and version 5 information. The search could also be improved.

I find the search in the wiki (and Google search) almost impossible to use as it always returns documentation for older CHICKEN versions with no way to view the same page for the latest version of CHICKEN.

The below patch changes the default search behavior to filter out outdated pages (matching the ^(eggref|man)/[34] regex). Users who wish to include outdated pages may tick a checkbox to obtain the full result set. Some CSS adjustments might be necessary before rolling this out.

#1761 fixed Port interface in z3 egg Idiomdrottning
Description

Decoding files work great, but on encoding:

(display "Here is an example document to see if this thing can work "

(z3:open-compressed-output-file "/tmp/hello.gz"))

Creates a pretty borked up file that can't be opened.

#1760 invalid IR-transformer not implicitly renaming? Idiomdrottning
Description

Is this by design or borked?

(define-syntax a-test

(ir-macro-transformer

(lambda (e i c)

'(define hey '(print "I said hey!")))))

(a-test) hey

Prints "I said hey!"

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Note: See TracQuery for help on using queries.