• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

jbearer / hspl / 62

Builds Branch Commit Type Ran Committer Via Coverage
62 core fixup! Replace program data structure with distinct self-contained goals. push 24 May 2017 04:31AM UTC jbearer travis-ci pending completion   set done
61 core fixup! fixup! Replace program data structure with distinct self-contained goals. push 24 May 2017 02:14AM UTC jbearer travis-ci pending completion   set done
60 core Timestamp tmp files in DebuggerTest. This will hopefully prevent IO failures in one test from killing all subsequent tests that need those files. push 24 May 2017 02:06AM UTC jbearer travis-ci pending completion   set done
59 core fixup! Replace program data structure with distinct self-contained goals. push 23 May 2017 04:20AM UTC jbearer travis-ci pending completion   set done
58 core Replace program data structure with distinct self-contained goals. Instead of creating a unified collection of all clauses in a program, we store with each 'PredGoal' the list of clauses which can be used to prove that goal. This has a few advant... push 23 May 2017 03:49AM UTC jbearer travis-ci pending completion   set done
57 core fixup! Consolidate superclasses of HSPLTypes into a single type class. push 17 May 2017 06:22AM UTC jbearer travis-ci pending completion   set done
56 core Provide an interface for strongly typed predicates. The user can "forward-declare" predicates using the 'decl' syntax to inform the compiler of the type of a particular predicate. The compiler can then infer types in the argument whenever that pr... push 14 May 2017 11:12PM UTC jbearer travis-ci pending completion   set done
55 core Implement arithmetic expressions. Terms can be combined to for sums, products, differences, and quotients. A new goal Equal can be used to test for equality of arithmetic expressions. push 13 May 2017 11:02PM UTC jbearer travis-ci pending completion   set done
54 core Make the syntax more consistent. Requiring $$ in a predicate sometimes (ie when it appears as a goal on the rhs of |-) but not others (as part of a def) is confusing. The difference between $$ and |$| is also potentially confusing. We replace $$ ... push 10 May 2017 09:03AM UTC jbearer travis-ci pending completion   set done
53 core Implement the equivalent of Prolog's ==/2. This predicate (|==|) succeeds if and only if both of its arguments are identical; that is, they have already been unified. In order for this to work, the intermediate unifier resulting from proving a s... push 10 May 2017 07:12AM UTC jbearer travis-ci pending completion   set done
52 core fixup! Implement the equivalent of Prolog's =/2. push 10 May 2017 03:28AM UTC jbearer travis-ci pending completion   set done
51 core Implement the equivalent of Prolog's =/2. The goal (|=|) acts as a predicate with special semantics: it attempts to unify its operands, and succeeds if and only if the unification succeeds. Implementing this required a significant overall of the... push 10 May 2017 01:39AM UTC jbearer travis-ci pending completion   set done
50 master Implement the main proof engine. The solver is capable of finding all proofs of a given goal which follow from a given set of clauses. The interface of the solver consists of a single entry point returning an opaque structure, together with a han... push 08 May 2017 09:31AM UTC jbearer travis-ci pending completion   set done
49 core Implement an interactive debugger for HSPL programs. This is accomplished by altering the main solver algorithm to use a continuation-based control flow which allows third parties to hook into interesting events during the runtime. The debugger ... push 08 May 2017 09:07AM UTC jbearer travis-ci pending completion   set done
48 core Implement an interactive debugger for HSPL programs. This is accomplished by altering the main solver algorithm to use a continuation-based control flow which allows third parties to hook into interesting events during the runtime. The debugger ... push 05 May 2017 08:47PM UTC jbearer travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc