parent
3489076404
commit
c737ea4379
|
@ -1,5 +1,3 @@
|
||||||
+ tests:
|
|
||||||
|
|
||||||
[error] AWT-EventQueue-0: java.lang.NullPointerException
|
[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)
|
||||||
[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.pumpEvents(EventDispatchThread.java:137)
|
||||||
[error] AWT-EventQueue-0: at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
|
[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: equal numbers have non-equal hashcodes!
|
||||||
- java factor memory leak
|
- java factor memory leak
|
||||||
- vector=
|
- vector=
|
||||||
|
@ -40,11 +48,10 @@
|
||||||
|
|
||||||
+ native:
|
+ native:
|
||||||
|
|
||||||
- number upgrading errors
|
- to_fixnum and friends: error on float
|
||||||
ERROR: I/O error: [ "primitive_read_line_fd_8" "Resource temporarily unavailable" ]
|
ERROR: I/O error: [ "primitive_read_line_fd_8" "Resource temporarily unavailable" ]
|
||||||
- errors: don't show .factor-rc
|
- errors: don't show .factor-rc
|
||||||
- handle division by zero
|
- handle division by zero
|
||||||
- fixup-words is crusty
|
|
||||||
- decide if overflow is a fatal error
|
- decide if overflow is a fatal error
|
||||||
- f >n: crashes
|
- f >n: crashes
|
||||||
- parsing should be parsing
|
- parsing should be parsing
|
||||||
|
|
|
@ -15,6 +15,7 @@
|
||||||
<ACTION NAME="factor-run-file">
|
<ACTION NAME="factor-run-file">
|
||||||
<CODE>
|
<CODE>
|
||||||
buffer.save(view,null);
|
buffer.save(view,null);
|
||||||
|
VFSManager.waitForRequests();
|
||||||
factor.jedit.FactorPlugin.eval(view,
|
factor.jedit.FactorPlugin.eval(view,
|
||||||
"\""
|
"\""
|
||||||
+ MiscUtilities.charsToEscapes(buffer.path)
|
+ MiscUtilities.charsToEscapes(buffer.path)
|
||||||
|
|
|
@ -58,6 +58,10 @@
|
||||||
</jar>
|
</jar>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
<target name="dist-jedit" depends="dist">
|
||||||
|
<copy file="Factor.jar" tofile="../Factor.jar" />
|
||||||
|
</target>
|
||||||
|
|
||||||
<target name="clean" description="Clean old stuff.">
|
<target name="clean" description="Clean old stuff.">
|
||||||
<delete>
|
<delete>
|
||||||
<fileset dir="." includes="**/*.class"/>
|
<fileset dir="." includes="**/*.class"/>
|
||||||
|
|
1526
doc/devel-guide.tex
1526
doc/devel-guide.tex
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue