opennars / Narjure

A Clojure implementation of the Non-Axiomatic Reasoning System proposed by Pei Wang.
GNU General Public License v2.0
43 stars 11 forks source link

Lein Marginalia failure #55

Closed jorisbontje closed 8 years ago

jorisbontje commented 8 years ago

Doing the binary search for lein marg first failure:

dcf168dd5807d285d9cecd3ac99fa192adc1981e is the first bad commit

Full git bisect log: https://gist.github.com/jorisbontje/90bf0ce0aee30c84ab16e3653ffbf5a5

This seems to be the offending line currently causing lein marg to fail: https://github.com/opennars/opennars2/blob/2_0_3_simple_budget/src/narjure/memory_management/task_dispatcher.clj#L86

(found by creating a local copy of marginalia, with a println in the parse-file function)

patham9 commented 8 years ago

Wow thank you!!! :) This really helps us a lot as we consider good documentation for this project as crucial,

Best regards. Patrick

patham9 commented 8 years ago

Indeed this keyword :event-buffer shouldn't even be there. It works now, the documentation will be updated with next commit and further refined in the next days, thank you again for finding the issue, jorisbontje! :)