Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Symbolic Cross-Referencing in Headers #18

Closed
carl-hamlin opened this issue Oct 13, 2013 · 1 comment
Closed

Symbolic Cross-Referencing in Headers #18

carl-hamlin opened this issue Oct 13, 2013 · 1 comment
Assignees

Comments

@carl-hamlin
Copy link
Owner

Currently, the code makes use of symbols that developers have to manually track down to comprehend what's going on. Let's put an alphabetical cross-reference in the code headers indicating symbols used and where they can be found in the codebase.

@ghost ghost assigned carl-hamlin Oct 13, 2013
carl-hamlin added a commit that referenced this issue Oct 14, 2013
Added symbolic cross-reference for gylf.asm.

This is not expected to be the final commit for this issue.

Files impacted by this commit:

	code/gylf.asm
carl-hamlin added a commit that referenced this issue Oct 14, 2013
Added symbolic cross-referencing to code/commands/command.ai.asm.

This is not expected to be the final commit for this issue.

Files impacted by this commit:

	code/commands/command.ai.asm
carl-hamlin added a commit that referenced this issue Oct 14, 2013
Issue #20: Recursive Area Filename Availability Mechanism

Added cross-referencing to command.area.asm, made cosmetic changes, and resolved issue #20 while I was in there.

This is not expected to be the final commit for issue #18, but is expected to be the final commit for issue #20.

Files impacted by this commit:

	code/commands/command.area.asm
carl-hamlin added a commit that referenced this issue Mar 14, 2017
Issue #18 - Symbolic Cross-Referencing in Headers
Issue #129 - Symbolic Cross-Referencing in ./commands/ai/d

The code headers were shorter than spec, so I lengthened them.
Additionally, there were a number of references used in the data. I
added the header and included the references therein.
carl-hamlin added a commit that referenced this issue Mar 14, 2017
Issue #130: Symbolic Cross-Referencing in ./commands/ai/b

There were no external references. I added the header for posterity.
carl-hamlin added a commit that referenced this issue Mar 14, 2017
Issue #18: Symbolic Cross-Referencing in Headers
Issue #131: Symbolic Cross-Referencing in ./commands/ai/t

There was one reference, and the code header was not up to spec. I
fixed the code header and added the reference header, along with
the single reference.
carl-hamlin added a commit that referenced this issue Mar 14, 2017
Issue #18: Symbolic Cross-Referencing in Headers
Issue #132: Symbolic Cross-Referencing in ./commands/area/b

There were a few references. The code header was out of spec, so I
fixed that, and then added the reference header, along with the
references.
carl-hamlin added a commit that referenced this issue Mar 14, 2017
Issue #18: Symbolic Cross-Referencing in Headers
Issue #133: Symbolic Cross Referencing in ./commands/area/d

Code header was out of spec. I fixed that. In addition, there were
a number of references which needed cross-referencing. I added the
header, and included all references.
carl-hamlin added a commit that referenced this issue Mar 14, 2017
Issue #18: Symbolic Cross-Referencing in Headers
Issue #134: Symbolic Cross-Referencing in ./commands/area/t

There were a hell of a lot of references here. Code header was out
of spec, so I fixed that, then added the reference header and all
the references. *whew*.
carl-hamlin added a commit that referenced this issue Mar 15, 2017
Issue #18: Symbolic Cross-Referencing in Headers
Issue #135: Symbolic Cross-Referencing in ./commands/broadcast/b

There were no external references. Added header for posterity.
carl-hamlin added a commit that referenced this issue Mar 15, 2017
Issue #18: Symbolic Cross-Referencing in Headers
Issue #136: Symbolic Cross-Referencing in ./commands/broadcast/d

The code headers were out of spec, so I fixed those. There were a
few references. I added the header and references.
carl-hamlin added a commit that referenced this issue Mar 15, 2017
Issue #18: Symbolic Cross-Referencing in Headers
Issue #129: Symbolic Cross-Referencing in ./commands/ai/d

Looks like I missed a reference as well as a couple of code header
anomalies. Those are fixed now, and the missing reference is
present.
carl-hamlin added a commit that referenced this issue Mar 15, 2017
Issue #18: Symbolic Cross-Referencing in Headers
Issue #130: Symbolic Cross-Referencing in ./commands/ai/b

Missed a code header anomaly. That's fixed now.
carl-hamlin added a commit that referenced this issue Mar 15, 2017
Issue #133: Symbolic Cross-Referencing in ./commands/area/d

Missed a reference last time, but it's in there now.
carl-hamlin added a commit that referenced this issue Mar 15, 2017
Issue #18: Symbolic Cross-Referencing in Headers
Issue #134: Symbolic Cross-Referencing in ./commands/area/t

Missed a code header anomaly last time, but it's fixed now.
carl-hamlin added a commit that referenced this issue Mar 15, 2017
Issue #18: Symbolic Cross-Referencing in Headers
Issue #136: Symbolic Cross-Referencing in ./commands/broadcast/d

Missed another goddamned code header anomaly last time. It's fixed
now.
carl-hamlin added a commit that referenced this issue Mar 15, 2017
Issue #18: Symbolic Cross-Referencing in Headers
Issue #137: Symbolic Cross-Referencing in ./commands/broadcast/t

Fixed code headers, and added SCR with multiple refs.
carl-hamlin added a commit that referenced this issue Mar 15, 2017
Issue #18: Symbolic Cross-Referencing in Headers
Issue #138: Symbolic Cross-Referencing in ./commands/dig/b

There were no references. Fixed code header and added SCR.
carl-hamlin added a commit that referenced this issue Mar 17, 2017
Issue #18: Symbolic Cross-Referencing in Headers
Issue #129: Symbolic Cross-Referencing in ./commands/dig/d

There were a few references. Added the SCR and the references. Also
fixed code header anomalies.
carl-hamlin added a commit that referenced this issue Mar 17, 2017
Issue #18: Symbolic Cross-Referencing in Headers
Issue #140: Symbolic Cross-Referencing in ./commands/dig/t

Fixed code headers and added SCR with single reference.
carl-hamlin added a commit that referenced this issue Mar 17, 2017
Issue #18: Symbolic Cross-Referencing in Headers
Issue #141: Symbolic Cross-Referencing in ./commands/egg/b

Fixed code headers, added SCR with single reference.
carl-hamlin added a commit that referenced this issue Mar 17, 2017
Issue #18: Symbolic Cross-Referencing in Headers
Issue #142: Symbolic Cross-Referencing in ./commands/egg/d

Fixed code headers and added SCR with refs.
carl-hamlin added a commit that referenced this issue Mar 17, 2017
Issue #18: Symbolic Cross-Referencing in Headers
Issue #143: Symbolic Cross-Referencing in ./commands/egg/t

Fixed code headers and added SCR w/reference.
carl-hamlin added a commit that referenced this issue Mar 17, 2017
Issue #18: Symbolic Cross-Referencing in Headers
Issue #144: Symbolic Cross-Referencing in ./commands/gylf/b

Fixed code headers and added empty SCR for posterity.
carl-hamlin added a commit that referenced this issue Mar 17, 2017
Issue #18: Symbolic Cross-Referencing in Headers
Issue #145: Symbolic Cross-Referencing in ./commands/gylf/d

Fixed code headers and added SCR w/refs.
carl-hamlin added a commit that referenced this issue Mar 17, 2017
Issue #18: Symbolic Cross-Referencing in Headers
Issue #146: Symbolic Cross-Referencing in ./commands/gylf/t

Fixed code headers and added SCR w/refs.
carl-hamlin added a commit that referenced this issue Apr 30, 2017
Issue #18: Symbolic Cross-Referencing in Headers
Issue #279: Symbolic Cross-REferencing in ./functions/socket/listen.socket/b

Fixed code headers and added empty SCR header to
./functions/socket/listen.socket/b for posterity.
carl-hamlin added a commit that referenced this issue Apr 30, 2017
Issue #18: Symbolic Cross-Referencing in Headers
Issue #279: Symbolic Cross-Referencing in ./functions/socket/listen.socket/b

Added SCR data to README for ./functions/socket/listen.socket/b.
carl-hamlin added a commit that referenced this issue Apr 30, 2017
Issue #18: Symbolic Cross-Referencing in Headers
Issue #280: Symbolic Cross-Referencing in ./functions/socket/listen.socket/d

Fixed code headers and added empty SCR header to
./functions/socket/listen.socket/d for posterity.
carl-hamlin added a commit that referenced this issue Apr 30, 2017
Issue #18: Symbolic Cross-Referencing in Headers
Issue #280: Symbolic Cross-Referencing in ./functions/socket/listen.socket/d

Added SCR data to README for ./functions/socket/listen.socket/d.
carl-hamlin added a commit that referenced this issue Apr 30, 2017
Issue #18: Symbolic Cross-Referencing in Headers
Issue #281: Symbolic Cross-Referencing in ./functions/socket/listen.socket/t

Fixed code headers and added SCR header to
./functions/socket/listen.socket/t.
carl-hamlin added a commit that referenced this issue Apr 30, 2017
Issue #18: Symbolic Cross-Referencing in Headers
Issue #281: Symbolic Cross-Referencing in ./functions/socket/listen.socket/t

Added SCR data to README for ./functions/socket/listen.socket/t.
carl-hamlin added a commit that referenced this issue Apr 30, 2017
Issue #18: Symbolic Cross-Referencing in Headers
Issue #282: Symbolic Cross-Referencing in ./functions/socket/recv.from.socket/b

Fixed code headers and added empty SCR header to
./functions/socket/recv.from.socket/b for posterity.
carl-hamlin added a commit that referenced this issue Apr 30, 2017
Issue #18: Symbolic Cross-Referencing in Headers
Issue #282: Symbolic Cross-Referencing in ./functions/socket/recv.from.socket/b

Added SCR data to README for ./functions/socket/recv.from.socket/b.
carl-hamlin added a commit that referenced this issue Apr 30, 2017
Issue #18: Symbolic Cross-Referencing in Headers
Issue #283: Symbolic Cross-Referencing in ./functions/socket/recv.from.socket/d

Fixed code headers and added empty SCR header to
./functions/socket/recv.from.socket/d for posterity.
carl-hamlin added a commit that referenced this issue Apr 30, 2017
Issue #18: Symbolic Cross-Referencing in Headers
issue #283: Symbolic Cross-Referencing in ./functions/socket/recv.from.socket/d

Added SCR data to README for ./functions/socket/recv.from.socket/d.
carl-hamlin added a commit that referenced this issue Apr 30, 2017
Issue #18: Symbolic Cross-Referencing in Headers
Issue #284: Symbolic Cross-Referencing in ./functions/socket/recv.from.socket/t

Fixed code headers and added SCR header to
./functions/socket/recv.from.socket/t.
carl-hamlin added a commit that referenced this issue Apr 30, 2017
Issue #18: Symbolic Cross-Referencing in Headers
Issue #284: Symbolic Cross-Referencing in ./functions/socket/recv.from.socket/t

Added SCR data to README for ./functions/socket/recv.from.socket/t
carl-hamlin added a commit that referenced this issue Apr 30, 2017
issue #18: Symbolic Cross-Referencing in Headers
Issue #285: Symbolic Cross-Referencing in ./functions/socket/socket.errors/b

Fixed code headers and added empty SCR header to
./functions/socket/socket.errors/b for posterity.
carl-hamlin added a commit that referenced this issue Apr 30, 2017
Issue #18: Symbolic Cross-Referencing in Headers
Issue #285: Symbolic Cross-Referencing in ./functions/socket/socket.errors/b

Added SCR data to README for ./functions/socket/socket.errors/b.
carl-hamlin added a commit that referenced this issue Apr 30, 2017
Issue #18: Symbolic Cross-Referencing in Headers
Issue #286: Symbolic Cross-Referencing in ./functions/socket/socket.errors/d

Fixed code headers and added SCR header to
./functions/socket/socket.error/d.
carl-hamlin added a commit that referenced this issue Apr 30, 2017
Issue #18: Symbolic Cross-Referencing in Headers
Issue #286: Symbolic Cross-Referencing in ./functions/socket/socket.errors/d

Added SCR data to README for ./functions/socket/socket.errors/d.
carl-hamlin added a commit that referenced this issue Apr 30, 2017
Issue #18: Symbolic Cross-Referencing in Headers
Issue #287: Symbolic Cross-Referencing in ./functions/socket/socket.errors/t

Fixed code headers and added SCR header to ./functions/socket/socket.errors/t.
carl-hamlin added a commit that referenced this issue Apr 30, 2017
Issue #18: Symbolic Cross-Referencing in Headers
Issue #287: Symbolic Cross-Referencing in ./functions/socket/socket.errors/t

Added SCR data to README for ./functions/socket/socket.errors/t.
carl-hamlin added a commit that referenced this issue Apr 30, 2017
Issue #18: Symbolic Cross-Referencing in Headers
Issue #288: Symbolic Cross-Referencing in ./functions/socket/socket.send/b

Fixed code headers and added empty SCR header to
./functions/socket/socket.send/b for posterity.
carl-hamlin added a commit that referenced this issue Apr 30, 2017
Issue #18: Symbolic Cross-Referencing in Headers
Issue #288: Symbolic Cross-Referencing in ./functions/socket/socket.send/b

Added SCR data to README for ./functions/socket/socket.send/b.
carl-hamlin added a commit that referenced this issue Apr 30, 2017
Issue #18: Symbolic Cross-Referencing in Headers
Issue #289: Symbolic Cross-Referencing in ./functions/socket/socket.send/d

Fixed code headers and added empty SCR header to
./functions/socket/socket.send/d.
carl-hamlin added a commit that referenced this issue Apr 30, 2017
Issue #18: Symbolic Cross-Referencing in Headers
Issue #289: Symbolic Cross-Referencing in ./functions/socket/socket.send/d

Added SCR data to README for ./functions/socket/socket.send/d.
carl-hamlin added a commit that referenced this issue Apr 30, 2017
Issue #18: Symbolic Cross-Referencing in Headers
Issue #290: Symbolic Cross-Referencing in ./functions/socket/socket.send/t

Fixed code headers and added SCR header to
./functions/socket/socket.send/t.
carl-hamlin added a commit that referenced this issue Apr 30, 2017
Issue #18: Symbolic Cross-Referencing in Headers
Issue #290: Symbolic Cross-Referencing in ./functions/socket/socket.send/t

Added SCR data to README for ./functions/socket/socket.send/t.
@carl-hamlin
Copy link
Owner Author

Instituted SCR headers across the codebase. Closing issue.

carl-hamlin added a commit that referenced this issue May 2, 2017
Issue #18: Symbolic Cross-Referencing in Headers
Issue #127: Symbolic Cross-Referencing in ./b

Fixed typo in README SCR data for ./b.
carl-hamlin added a commit that referenced this issue May 2, 2017
Issue #18: Symbolic Cross-Referencing in Headers
Issue #133: Symbolic Cross-Referencing in ./functions/area/d

Fixed formatting mismatch in SCR data in README for
./functions/area/d.
carl-hamlin added a commit that referenced this issue May 2, 2017
Issue #18: Symbolic Cross-Referencing in Headers
Issue #246: Symbolic Cross-Referencing in ./functions/read.descriptor/t

Fixed formatting issue in SCR data in README for
./functions/read.descriptor/t.
carl-hamlin added a commit that referenced this issue May 2, 2017
Issue #18: Symbolic Cross-Referencing in Headers
Issue #290: Symbolic Cross-Referencing in ./functions/socket/socket.send/t

Fixed formatting issue in SCR data in README for
./functions/socket/socket.send/t.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants