1. 03 Oct, 2018 13 commits
  2. 02 Oct, 2018 17 commits
  3. 01 Oct, 2018 5 commits
  4. 26 Sep, 2018 4 commits
  5. 25 Sep, 2018 1 commit
    • Carlo Dapor's avatar
      Fix agnoster initial diagnostic error · afa8dc46
      Carlo Dapor authored
      This PR fixes the runtime error that displays this:
      
      ```log
      prompt_status:2: symbols: attempt to assign array value to non-array
      ```.
      
      It trips over a local array which is not properly declared.
      afa8dc46