Factor 0.61

cvs 0.61
Slava Pestov 2004-08-10 01:59:47 +00:00
parent 3489076404
commit c737ea4379
4 changed files with 653 additions and 895 deletions

View File

@ -1,5 +1,3 @@
+ tests:
[error] AWT-EventQueue-0: java.lang.NullPointerException
[error] AWT-EventQueue-0: at sidekick.SideKickParsedData.getTreePathForPosition(Unknown Source)
[error] AWT-EventQueue-0: at sidekick.SideKickParsedData.getTreePathForPosition(Unknown Source)
@ -16,7 +14,17 @@
[error] AWT-EventQueue-0: at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
[error] AWT-EventQueue-0: at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
- A+f f doesn't always work
+ docs:
- vocabulary section: what is the dictionary?
- document swons, uncons, unswons
- vector-push/pop examples
- vector-each/map examples
- string construction examples
- string construction ackward
+ tests:
- java factor: equal numbers have non-equal hashcodes!
- java factor memory leak
- vector=
@ -40,11 +48,10 @@
+ native:
- number upgrading errors
- to_fixnum and friends: error on float
ERROR: I/O error: [ "primitive_read_line_fd_8" "Resource temporarily unavailable" ]
- errors: don't show .factor-rc
- handle division by zero
- fixup-words is crusty
- decide if overflow is a fatal error
- f >n: crashes
- parsing should be parsing

View File

@ -15,6 +15,7 @@
<ACTION NAME="factor-run-file">
<CODE>
buffer.save(view,null);
VFSManager.waitForRequests();
factor.jedit.FactorPlugin.eval(view,
"\""
+ MiscUtilities.charsToEscapes(buffer.path)

View File

@ -58,6 +58,10 @@
</jar>
</target>
<target name="dist-jedit" depends="dist">
<copy file="Factor.jar" tofile="../Factor.jar" />
</target>
<target name="clean" description="Clean old stuff.">
<delete>
<fileset dir="." includes="**/*.class"/>

File diff suppressed because it is too large Load Diff