Front Page All Articles Recent Changes Random Article

Contents

Concatenative language

  • ACL
  • Ait
  • Aocla
  • Breeze
  • Callisto
  • Cat
  • Cognate
  • colorForth
  • Concata
  • CoSy
  • Deque
  • DSSP
  • dt
  • Elymas
  • Enchilada
  • ETAC
  • F
  • Factor
  • Fiveth
  • Forth
  • Fourth
  • Freelang
  • Gershwin
  • hex
  • iNet
  • Joy
  • Joy of Postfix App
  • kcats
  • Kitten
  • lang5
  • Listack
  • LSE64
  • Lviv
  • Meow5
  • min
  • Mirth
  • mjoy
  • Mlatu
  • Ode
  • OForth
  • Om
  • Onyx
  • Plorth
  • Popr
  • Porth
  • PostScript
  • Prowl
  • Quest32
  • Quackery
  • r3
  • Raven
  • Retro
  • RPL
  • SPL
  • Staapl
  • Stabel
  • Tal
  • Titan
  • Trith
  • Uiua
  • Worst
  • xs
  • XY
  • 5th
  • 8th

Concatenative topics

  • Compilers
  • Interpreters
  • Type systems
  • Object systems
  • Quotations
  • Variables
  • Garbage collection
  • Example programs

Concatenative meta

  • People
  • Communities

Other languages

  • APL
  • C++
  • Erlang
  • FP trivia
  • Haskell
  • Io
  • Java
  • JavaScript
  • Lisp
  • ML
  • Oberon
  • RPL
  • Self
  • Slate
  • Smalltalk

Meta

  • Search
  • Farkup wiki format
  • Etiquette
  • Sandbox

Factor/Bug reports/Web bugs

Wiki bug reports go here.

  • pastes have a broken link to http://paste.factorcode.org/list (1)
  • "webapps.counter" run inc-ing the counter fails (2)
  • docs.fc - any link with + in the name e.g. 1+ => 404 (3)
  • docs.fc - apropos for single '! @ , [' etc => 400 (4)
  • "webapps.counter" generates two hidden form fields for the "s" session-id (5)
  • farkup links (6)
http://paste.factorcode.org/paste?id=83
shows as 
http://paste.factorcode.org/paste%3fid%3d83
  • request-params word in furnace.utilities checks if content-type>> is "application/x-www-form-urlencoded" but in my case of ajax POST call it was set to "application/x-www-form-urlencoded; charset=UTF-8" so if didn't evaluate.

Potential fix is to change "dup content-type>> " to "dup content-type>> ";" split1 drop" but maybe request should be parsed so charset should be in another slot anyway (7)

This revision created on Mon, 29 Dec 2008 13:39:25 by middayc (added temporary solution)

Latest Revisions Edit

All content is © 2008-2024 by its respective authors. By adding content to this wiki, you agree to release it under the BSD license.