Summary: | #f and () are not distinguished properly | ||
---|---|---|---|
Product: | UIM | Reporter: | YamaKen <yamaken> |
Component: | generic Scheme codes | Assignee: | uim-bugs |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | enhancement | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
URL: | http://lists.sourceforge.jp/mailman/archives/anthy-dev/2004-May/000830.html | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Bug Depends on: | 7163 | ||
Bug Blocks: | 617, 7164 |
Description
YamaKen
2004-05-19 17:49:08 UTC
Is there a good way to validate the scm files? Or we have to check whole lines with eyes? Test relevant input method with Suto-san's patch. You will find something wrong and investigate the probelm with (print "here") way. Currently, I suppose rk.scm and uim-util.c is the blocker. I experimentally changed string_equal to return #f. But define-key'ed predicate does not work properly. Yamaken-san, could you investigate key.scm? (In reply to comment #3) > I experimentally changed string_equal to return #f. > But define-key'ed predicate does not work properly. > > Yamaken-san, could you investigate key.scm? Okay. Wait for a while. (In reply to comment #4) key.scm is probably safe. Use test-key.scm to validate the file. I'm now merging Sutou-san's patch into im.scm and applying further fix. I've checked some files. - checked key.scm (test-ready) im.scm (almost safe and test-ready) ipa.scm viqr.scm tcode.scm pyload.scm hangul.scm - unchecked yet uim-util.c uim-func.c rk.scm japanese.scm generic.scm anthy.scm skk.scm skk-editor.scm prime.scm canna.scm tutcode.scm m17nlib.scm hk.scm spellcheck.scm I've checked and fixed a file. See svn r983. - checked uim-func.c - unchecked yet uim-util.c (almost checked and unit test has been written) rk.scm japanese.scm generic.scm anthy.scm skk.scm skk-editor.scm prime.scm canna.scm tutcode.scm m17nlib.scm hk.scm spellcheck.scm I've checked and fixed a file. See svn r985. Unit test for the procedures are also available. - checked uim-util.c - unchecked yet rk.scm japanese.scm generic.scm anthy.scm skk.scm skk-editor.scm prime.scm canna.scm tutcode.scm m17nlib.scm hk.scm spellcheck.scm It should be resolved in uim 1.3.0 by disabling SIOD-compatible mode. Resolved by SigScheme with --disable-compat-siod-bugs. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.