Xin Wang

Results 38 issues of Xin Wang

In handbook _3.4.5. Operators_, `^` is said to be reserved and is not an operator, but in adjacent _Examples_ `^` is included, so is `^` an operator or not?

I think including a brief description of `saveAs:` in handbook is helpful, e.g. in "How to build the world" section, and also `quitNoSave` or `quit`. I learned those methods from...

Loading `core.snap` failed with following error: ``` #9 (:1): x11Globals = ( | self* = . delegatee = nil. selector = 'x11Globals'. | "undefined selector error; this method was automatically...

[Pascal-P5](https://sourceforge.net/projects/pascalp5/) is a Pascal compiler confirmed to ISO 7185, updated form Pascal-P4. As I found that Pascal compiler in ACK followed ISO 7185 quite closely, it would be interesting if...

ACK failed to compile in CentOS 7, following is a snippet of error messages: ``` /tmp/ack-build/obj/util/ncgg/cggparser/y.tab.h: In function ‘enterkeyw’: /tmp/ack-build/obj/util/ncgg/cggparser/y.tab.h:161:66: error: ‘ADDR’ undeclared (first use in this function) int yyparse...

Compile ack `default` branch in FreeBSD 10.3 i386 failed with following error: ``` CPP /tmp/ack-build/obj/i86/mach/proto/as/comm2.y.m INSTALL /tmp/ack-build/obj/plat/pc86//preprocessed-comm2.y YACC /tmp/ack-build/obj/plat/pc86//y.tab.c yacc: 1 shift/reduce conflict. CC /tmp/ack-build/obj/i86//tmp/ack-build/obj/plat/pc86//y.tab.o /tmp/ack-build/obj/plat/pc86//preprocessed-comm2.y:96:3: error: conflicting types for...

Line number for unused variable for Modula-2 is not correct, e.g.: ``` MODULE test; VAR i: CARDINAL; BEGIN END test. ``` Output: ``` "test.mod", line 7: (warning) variable "i" never...

This PR fixes bug [#1979132](https://bugs.launchpad.net/sbcl/+bug/1979132), I have tested on Windows 11, `WAITALL` option for `sb-bsd-sockets:SOCKET-RECEIVE` works properly after this change.

Some contents of "Getting Started with the Open Dylan Command Line Tools" are outdated. When using Open Dylan 2014.1, three files plus one directory `registry/` are created. "Hello World" section...

Usability

When clicking menu item "SQL" > "Help" in `BlackBox-2.0-a1.098` (tiled interface) under Windows 11, a `NIL dereference` error will be occurred, which I think is a regression, as it works...