My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Today

  • 19 min ago
    r231 (handle Javascript -> OCaml calls properly ) committed by jake.donham   -   handle Javascript -> OCaml calls properly
    handle Javascript -> OCaml calls properly

Last 30 days

  • Nov 24, 2009
    issue 5 (jslib_pp brokes unicode strings by escaping it) Status changed by jake.donham   -   Thanks, I have committed the patch (except that I copied in the small parts of camomile needed, rather than pick up another install dependency).
    Status: Fixed
    Thanks, I have committed the patch (except that I copied in the small parts of camomile needed, rather than pick up another install dependency).
    Status: Fixed
  • Nov 24, 2009
    r230 (UTF8 string escaping from redchrom ) committed by jake.donham   -   UTF8 string escaping from redchrom
    UTF8 string escaping from redchrom
  • Nov 24, 2009
    issue 5 (jslib_pp brokes unicode strings by escaping it) commented on by redchrom   -   What about patch using camomile? It escapes utf8 but does it properly (using \u notation).
    What about patch using camomile? It escapes utf8 but does it properly (using \u notation).
  • Nov 23, 2009
    r229 (fixed to remove Ocamljs.jsfun) committed by jake.donham   -   fixed to remove Ocamljs.jsfun
    fixed to remove Ocamljs.jsfun
  • Nov 23, 2009
    r228 (updated credits ) committed by jake.donham   -   updated credits
    updated credits
  • Nov 23, 2009
    r227 (default -srcdir is 3.11.1 ) committed by jake.donham   -   default -srcdir is 3.11.1
    default -srcdir is 3.11.1
  • Nov 23, 2009
    issue 1 (Won't build) Status changed by jake.donham   -   Closing for lack of update.
    Status: Invalid
    Closing for lack of update.
    Status: Invalid
  • Nov 23, 2009
    issue 4 (Missing dom properties) Status changed by jake.donham   -   Thank you for the patch. I have applied it to the trunk.
    Status: Fixed
    Thank you for the patch. I have applied it to the trunk.
    Status: Fixed
  • Nov 23, 2009
    r226 (additional methods from redchrom) committed by jake.donham   -   additional methods from redchrom
    additional methods from redchrom
  • Nov 23, 2009
    issue 5 (jslib_pp brokes unicode strings by escaping it) Status changed by jake.donham   -   Thank you for the report. I will not take your patch; I would rather fix it properly assuming UTF8.
    Status: Accepted
    Thank you for the report. I will not take your patch; I would rather fix it properly assuming UTF8.
    Status: Accepted
  • Nov 23, 2009
    issue 6 (Building the examples fails) Status changed by jake.donham   -   The trunk orpc now builds against the trunk ocamljs.
    Status: Fixed
    The trunk orpc now builds against the trunk ocamljs.
    Status: Fixed
  • Nov 23, 2009
    issue 3 (jQuery documentation build failed) Status changed by jake.donham   -   Fixed in trunk
    Status: Fixed
    Fixed in trunk
    Status: Fixed
  • Nov 23, 2009
    r225 (build jquery docs) committed by jake.donham   -   build jquery docs
    build jquery docs
  • Nov 21, 2009
    issue 6 (Building the examples fails) reported by benkuin   -   What steps will reproduce the problem? 1. cd ocamljs-read-only 2. ./configure -srcdir /home/ben/install/ocamljs/ocaml-3.11.0/ 3. make uninstall 4. make && sudo make install 5. make examples What is the expected output? What do you see instead? 'make examples' should build the the sources in the 'examples' folder. Instead it exits with the following error. ~~~~~~~~~~~~~~~~~ ... Finished, 1 target (0 cached) in 00:00:00. + OCAMLFIND_COMMANDS=ocamljs=../../../../src/jscomp/_build/jsmain.byte ../../../../bin/ocamlfindjs ocamljs -c -package dom -o canvas.cmjs canvas.ml File "canvas.ml", line 25, characters 22-35: Error: Unbound value Ocamljs.jsfun Command exited with code 2. make[3]: *** [all] Error 10 make[3]: Leaving directory `/home/ben/install/ocamljs/ocamljs-read-only/examples/dom/canvas' make[2]: *** [all] Error 2 make[2]: Leaving directory `/home/ben/install/ocamljs/ocamljs-read-only/examples/dom' make[1]: *** [all] Error 2 make[1]: Leaving directory `/home/ben/install/ocamljs/ocamljs-read-only/examples' make: *** [examples] Error 2 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ What version of the product are you using? On what operating system? $ svn info | grep -i rev Revision: 224 Last Changed Rev: 224 $ cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=9.04 DISTRIB_CODENAME=jaunty DISTRIB_DESCRIPTION="Ubuntu 9.04" $ ocamlc -v The Objective Caml compiler, version 3.11.0 Standard library directory: /usr/local/lib/ocaml Please provide any additional information below. Previously I had ocamljs-0.2 installes which went fine including the examples. Now I try the build the lastest version from svn (rev. 224).
    What steps will reproduce the problem? 1. cd ocamljs-read-only 2. ./configure -srcdir /home/ben/install/ocamljs/ocaml-3.11.0/ 3. make uninstall 4. make && sudo make install 5. make examples What is the expected output? What do you see instead? 'make examples' should build the the sources in the 'examples' folder. Instead it exits with the following error. ~~~~~~~~~~~~~~~~~ ... Finished, 1 target (0 cached) in 00:00:00. + OCAMLFIND_COMMANDS=ocamljs=../../../../src/jscomp/_build/jsmain.byte ../../../../bin/ocamlfindjs ocamljs -c -package dom -o canvas.cmjs canvas.ml File "canvas.ml", line 25, characters 22-35: Error: Unbound value Ocamljs.jsfun Command exited with code 2. make[3]: *** [all] Error 10 make[3]: Leaving directory `/home/ben/install/ocamljs/ocamljs-read-only/examples/dom/canvas' make[2]: *** [all] Error 2 make[2]: Leaving directory `/home/ben/install/ocamljs/ocamljs-read-only/examples/dom' make[1]: *** [all] Error 2 make[1]: Leaving directory `/home/ben/install/ocamljs/ocamljs-read-only/examples' make: *** [examples] Error 2 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ What version of the product are you using? On what operating system? $ svn info | grep -i rev Revision: 224 Last Changed Rev: 224 $ cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=9.04 DISTRIB_CODENAME=jaunty DISTRIB_DESCRIPTION="Ubuntu 9.04" $ ocamlc -v The Objective Caml compiler, version 3.11.0 Standard library directory: /usr/local/lib/ocaml Please provide any additional information below. Previously I had ocamljs-0.2 installes which went fine including the examples. Now I try the build the lastest version from svn (rev. 224).

Earlier this year

  • Oct 07, 2009
    issue 5 (jslib_pp brokes unicode strings by escaping it) reported by redchrom   -   What steps will reproduce the problem? Use a string with unicode characters. What is the expected output? What do you see instead? escaped sequence What version of the product are you using? On what operating system? trunk Please provide any additional information below. JSString.escaped from jslib_pp.ml doesn't know anything about unicode. I know that ocaml unicode support isn't good and it's pretty hard to use a single solution for the encodings zoo but I need to deploy my project to the Russian market. I've made a workaround by skipping unprintable characters, you may see it in the attached patch. It's ugly but better than nothing.
    What steps will reproduce the problem? Use a string with unicode characters. What is the expected output? What do you see instead? escaped sequence What version of the product are you using? On what operating system? trunk Please provide any additional information below. JSString.escaped from jslib_pp.ml doesn't know anything about unicode. I know that ocaml unicode support isn't good and it's pretty hard to use a single solution for the encodings zoo but I need to deploy my project to the Russian market. I've made a workaround by skipping unprintable characters, you may see it in the attached patch. It's ugly but better than nothing.
  • Oct 07, 2009
    issue 4 (Missing dom properties) reported by redchrom   -   Dom module miss the next properties: css opacity (from css 3 but supported by majority of browsers) element title input type I've attached the patch adding this methods.
    Dom module miss the next properties: css opacity (from css 3 but supported by majority of browsers) element title input type I've attached the patch adding this methods.
  • Oct 04, 2009
    issue 3 (jQuery documentation build failed) reported by redchrom   -   What steps will reproduce the problem? 1. make doc What version of the product are you using? On what operating system? trunc Please provide any additional information below. Create doc.odocl inside of jQuery directory to solve the problem :)
    What steps will reproduce the problem? 1. make doc What version of the product are you using? On what operating system? trunc Please provide any additional information below. Create doc.odocl inside of jQuery directory to solve the problem :)
  • Sep 14, 2009
    r224 (primitives for 3.11.x Printexc ) committed by jake.donham   -   primitives for 3.11.x Printexc
    primitives for 3.11.x Printexc
  • Sep 14, 2009
    r223 (do away with jsfun) committed by jake.donham   -   do away with jsfun
    do away with jsfun
  • Sep 14, 2009
    r222 (compiler / stdlib tests using OUnit ) committed by jake.donham   -   compiler / stdlib tests using OUnit
    compiler / stdlib tests using OUnit
  • Sep 14, 2009
    r221 (OUnit for ocamljs ) committed by jake.donham   -   OUnit for ocamljs
    OUnit for ocamljs
  • Sep 03, 2009
    r220 (oops) committed by jake.donham   -   oops
    oops
  • Sep 03, 2009
    r219 (initial regexp support in jslib) committed by jake.donham   -   initial regexp support in jslib
    initial regexp support in jslib
  • Sep 02, 2009
    r218 (common myocamlbuild.ml, jslib test harness) committed by jake.donham   -   common myocamlbuild.ml, jslib test harness
    common myocamlbuild.ml, jslib test harness
  • Aug 14, 2009
    r217 (reworked stmt list AST / quotations) committed by jake.donham   -   reworked stmt list AST / quotations
    reworked stmt list AST / quotations
  • Aug 13, 2009
    r216 (single trycatch ast node) committed by jake.donham   -   single trycatch ast node
    single trycatch ast node
  • Aug 12, 2009
    r215 ($$ hack for Javascript identifiers starting with $ move jsli...) committed by jake.donham   -   $$ hack for Javascript identifiers starting with $ move jslib examples
    $$ hack for Javascript identifiers starting with $ move jslib examples
  • Aug 04, 2009
    r214 (implement caml_hash_univ_param so Hashtbl works. bind this t...) committed by jake.donham   -   implement caml_hash_univ_param so Hashtbl works. bind this to a local variable on entry to a method, so lexical scoping works with objects. tests.
    implement caml_hash_univ_param so Hashtbl works. bind this to a local variable on entry to a method, so lexical scoping works with objects. tests.
  • Jul 16, 2009
    r213 (object cloning. we must waste a slot so oo.cmi is unchanged) committed by jake.donham   -   object cloning. we must waste a slot so oo.cmi is unchanged
    object cloning. we must waste a slot so oo.cmi is unchanged
  • Jul 16, 2009
    r212 (functional objects) committed by jake.donham   -   functional objects
    functional objects
  • Jul 16, 2009
    r211 (more object system working) committed by jake.donham   -   more object system working
    more object system working
  • Jul 15, 2009
    r210 ("each" method always passes a Dom.element ) committed by dave.benjamin   -   "each" method always passes a Dom.element
    "each" method always passes a Dom.element
  • Jul 15, 2009
    r209 (add missing "each" method (not the same as jQuery_util#each)...) committed by dave.benjamin   -   add missing "each" method (not the same as jQuery_util#each)
    add missing "each" method (not the same as jQuery_util#each)
  • Jul 13, 2009
    r208 (rename map_i_ to map_index_ for consistency with get_index_ ) committed by dave.benjamin   -   rename map_i_ to map_index_ for consistency with get_index_
    rename map_i_ to map_index_ for consistency with get_index_
  • Jul 07, 2009
    r207 (caml_classify_float so printf tests work in 3.11.1 ) committed by jake.donham   -   caml_classify_float so printf tests work in 3.11.1
    caml_classify_float so printf tests work in 3.11.1
  • Jul 07, 2009
    r206 (add jquery to built packages) committed by jake.donham   -   add jquery to built packages
    add jquery to built packages
  • Jul 07, 2009
    r205 (patch that works on 3.11.x) committed by jake.donham   -   patch that works on 3.11.x
    patch that works on 3.11.x
  • Jul 07, 2009
    r204 (oops, fix patch, clean generated files) committed by jake.donham   -   oops, fix patch, clean generated files
    oops, fix patch, clean generated files
  • Jul 07, 2009
    r203 (do object stuff via patches) committed by jake.donham   -   do object stuff via patches
    do object stuff via patches
  • Jul 07, 2009
    r202 (add copyright notice ) committed by dave.benjamin   -   add copyright notice
    add copyright notice
  • Jul 04, 2009
    r201 (ocamlbuild voodoo avoids double-linking overridden modules ) committed by jake.donham   -   ocamlbuild voodoo avoids double-linking overridden modules
    ocamlbuild voodoo avoids double-linking overridden modules
  • Jul 04, 2009
    r200 (checkpoint object system) committed by jake.donham   -   checkpoint object system
    checkpoint object system
  • Jun 30, 2009
    r199 (add support for static plugin methods ($.cookie, etc.) ) committed by dave.benjamin   -   add support for static plugin methods ($.cookie, etc.)
    add support for static plugin methods ($.cookie, etc.)
  • Jun 30, 2009
    r198 (add _tags, dependency on dom package ) committed by dave.benjamin   -   add _tags, dependency on dom package
    add _tags, dependency on dom package
  • Jun 30, 2009
    r197 (initial jquery binding from dave.benjamin) committed by jake.donham   -   initial jquery binding from dave.benjamin
    initial jquery binding from dave.benjamin
  • Jun 30, 2009
    r196 (work with ocaml 3.11.1) committed by jake.donham   -   work with ocaml 3.11.1
    work with ocaml 3.11.1
  • Jun 30, 2009
    r195 (camlp4 in 3.11.0 is picky about extra ; in list (bug?) ) committed by jake.donham   -   camlp4 in 3.11.0 is picky about extra ; in list (bug?)
    camlp4 in 3.11.0 is picky about extra ; in list (bug?)
  • Jun 30, 2009
    r194 (somewhat better pretty-printing ) committed by jake.donham   -   somewhat better pretty-printing
    somewhat better pretty-printing
  • Jun 30, 2009
    r193 (get rid of extra empty statements ) committed by jake.donham   -   get rid of extra empty statements
    get rid of extra empty statements
 
Hosted by Google Code