Advertisement
Guest User

Untitled

a guest
Dec 15th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.51 KB | None | 0 0
  1. log.txt # log file for Stack and Queue projects
  2. November 28, 2016; December 03, 2016
  3. Ralph McCracken, III
  4. mccracke
  5.  
  6. # ====================
  7. # = PROJECT 7: STACK =
  8. # ====================
  9. November 28, 2016
  10. Ralph McCracken, III
  11. mccracke
  12.  
  13. #November 28, 2016 [MONDAY]
  14. 11:08:31 Import files from /home/courses/cop3330p/LIB/proj7
  15. 11:47:14 Import files “fstack_*.x” from /home/courses/cop3330p/LIB/area51/
  16. 11:50:20 Create files: stack.t, fstack.cpp
  17. 11:52:03 #END DAY
  18.  
  19. #November 29, 2016 [TUESDAY]
  20. 08:12:43 Begin work in file, stack.t
  21. 09:32:12 #BREAK
  22. 10:02:03 Continue work in file, stack.t
  23. 11:30:14 #END DAY
  24.  
  25. #November 20, 2016 [WEDNESDAY]
  26. 12:04:02 Continue work in file, stack.t
  27. 01:00:13 #BREAK
  28. 01:33:07 Continue work in file, stack.t
  29. 04:48:22 Finished first write-up of file, stack.t
  30. 04:48:39 #BREAK
  31. 08:28:58 Begin work in file, fstack.cpp
  32. 12:19:00 Finished first write-up of file, fstack.cpp
  33. 12:19:33 #TESTING
  34. > Builds: SUCCESS
  35. > Logic: ERROR
  36. Multiple Errors.
  37. 12:53:37 #END DAY
  38.  
  39. December 01, 2016 [THURSDAY]
  40. 12:07:11 #TESTING, typedef char
  41. > Builds: SUCCESS
  42. > Logic: ERROR
  43. Everything “seems” to work; however,
  44. after input: +1, +2, +3, -, u ,
  45. Array: [1,2,3,*,*,*,*,*,*,]
  46. Stack:
  47. 1,2,] instead of:
  48. Array: [1,2,3,*,*,*,*,*,*,*]
  49. Stack: [1,2]
  50.  
  51. Possible culprits:
  52. stack.t:
  53. Dump()
  54. Display()
  55. 12:28:20 Continue work in file, stack.t
  56. 02:28:14 #TESTING, typedef char
  57. > Builds: SUCCESS
  58. > Logic: ERROR
  59. Everything works;
  60. except Top() on the empty stack = termination.
  61.  
  62. Possible culprits:
  63. stack.t:
  64. Top
  65. fstack.cpp:
  66. main(), switch ’t’ or ’T’
  67. 02:39:14 Continue work in file, stack.t
  68. 03:13:27 #TESTING, typedef char
  69. > Builds: SUCCESS
  70. > Logic:
  71. After checking the DiscussionBoard,
  72. I learned that there is supposed to be
  73. a termination upon error..
  74. 03:15:30 Continue work in file, stack.t
  75. 03:46:16 #BREAK
  76. 11:36:47 #TESTING, typedef char
  77. > Builds: SUCCESS
  78. > Logic: Everything seems to be functioning as intended!
  79. 11:38:43 #TESTING, typedef int
  80. > Builds: SUCCESS
  81. > Logic: ERROR
  82. Appearance of “Display stack” and “contents”
  83. do not have any space between them.
  84.  
  85. Possible culprits:
  86. fstack.cpp:
  87. Call to Display().
  88. 11:44:21 Continue work in file, fstack.cpp.
  89. 12:23:00 #TESTING, typedef int
  90. > Builds: SUCCESS
  91. > Logic: Everything seems to be functioning as intended!
  92. 01:14:24 #TESTING, typedef fsu::String
  93. > Builds: SUCCESS
  94. > Logic: Everything seems to be functioning as intended!
  95. 01:35:43 Continue work in file, fstack.cpp
  96. 03:21:52 Continue work in file, stack.t
  97. 03:28:16 #TESTING, typedef char
  98. > Builds: SUCCESS
  99. > Logic: WORKING!
  100. 03:30:30 #TESTING, typedef int
  101. > Builds: SUCCESS
  102. > Logic: WORKING!
  103. 03:37:22 #TESTING, typedef fsu::String
  104. > Builds: SUCCESS
  105. > Logic: WORKING!
  106. 03:47:15 #TESTING, constTest
  107. > Builds: SUCCESS
  108. > Logic: WORKING!
  109. #ALL IS WELL
  110. #END DAY
  111. #END PROJECT 7
  112.  
  113. # ====================
  114. # = PROJECT 8: QUEUE =
  115. # ====================
  116. December 03, 2016
  117. Ralph McCracken, III
  118. mccracke
  119.  
  120. #December 03, 2016 [SATURDAY]
  121. 05:18:29 Import files from /home/courses/cop3330p/LIB/proj8
  122. 05:20:54 Import relevant files from /home/courses/cop3330p/LIB/area51/
  123. > in2post*.x, fqueue*.x
  124. 05:22:10 Create file:
  125. > queue.t
  126. 05:24:51 Copy test client from project 7, to be modified later:
  127. > proj7/fstack.cpp
  128. 05:25:41 Rename fstack.cpp to fqueue.cpp
  129. > mv fstack.cpp fqueue.cpp
  130. 05:29:49 Begin work in file, queue.t
  131. 12:29:16 Finished first write-up of file, queue.t
  132. 12:29:34 Begin modifying work of file, fqueue.cpp
  133. 12:57:42 Finished first write-up of file, fqueue.cpp
  134. 01:00:01 #TESTING, typedef char
  135. > Builds: FAIL
  136. > Logic: 20+ errors, all in queue.t
  137. 01:01:45 Continue work in file, queue.t
  138. 01:15:00 #TESTING, typedef char
  139. > Builds: FAIL
  140. > Logic: 20+ errors, all in queue.t
  141. 01:16:33 Continue work in file, queue.t
  142. 01:18:12 #TESTING, typedef char
  143. > Builds: FAIL
  144. > Logic: 20+ errors, all in queue.t
  145. 01:19:50 Continue work in file, queue.t
  146. 01:21:39 #TESTING, typedef char
  147. > Builds: FAIL
  148. > Logic: 5 errors: 4 in queue.t, 1 in fqueue.t
  149. 01:24:47 Continue work in file, queue.t
  150. 01:26:54 Continue work in file, fqueue.cpp
  151. 01:29:30 #TESTING, typedef char
  152. > Builds: FAIL
  153. > Logic: 14 errors, all in fqueue.cpp
  154. 01:30:51 Continue work in file, fqueue.cpp
  155. 01:36:32 #TESTING, typedef char
  156. > Builds: FAIL
  157. > Logic: 2 warnings, both in queue.t
  158. 01:38:21 Continue work in file, fqueue.cpp
  159. 01:43:39 #TESTING, typedef char
  160. > Builds: SUCCESS
  161. > Logic: ERROR
  162. f not a command,
  163. Dump() on same line as Display(),
  164. r not a command
  165.  
  166. Possible culprits:
  167. fqueue.cpp:
  168. main(), switch statement
  169. missing \n prior to Dump() call
  170. 01:49:32 Continue work in file, fqueue.cpp
  171. 01:56:32 #TESTING, typedef char
  172. > Builds: SUCCESS
  173. > Logic: ERROR
  174. Dump() still on same line as Display(),
  175. r does not function as intended
  176.  
  177. Possible culprits:
  178. fqueue.cpp:
  179. main(), switch statement
  180. missing \n prior to Dump() call
  181. queue.t:
  182. Release()
  183. 02:01:05 Continue work in file, fqueue.cpp
  184. 02:11:36 #TESTING, typedef char
  185. > Builds: SUCCESS
  186. > Logic: WORKING!
  187. 02:13:57 #TESTING, typedef int
  188. > Builds: SUCCESS
  189. > Logic: WORKING!
  190. 02:16:39 #TESTING, typedef fsu::String
  191. > Builds: SUCCESS
  192. > Logic: WORKING!
  193. 02:17:15 #TESTING, constTest
  194. > Builds: SUCCESS
  195. > Logic: WORKING!
  196. 02:22:47 #TESTING, in2post
  197. > Builds: SUCCESS
  198. Test_1: 1*2+3-4 > IDENTICAL
  199. Test_2: (1+2)*3/4 > IDENTICAL
  200. Test_3: > IDENTICAL
  201. Test_4: abc > IDENTICAL
  202. Test_5: 18*53/27/15 > IDENTICAL
  203. Test_6: 5^2*3+58 > IDENTICAL
  204. Test_7: 17/0 > IDENTICAL
  205. > Logic: WORKING!
  206. #ALL IS WELL
  207. #END DAY
  208. #END PROJECT 8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement