Skip to content

Conversation

@eraserhd
Copy link
Contributor

@eraserhd eraserhd commented Jan 21, 2026

Before

------ ERROR -------------------------------------------------------------------
 File: /home/jfelice/src/clara-eql/test/net/eraserhead/clara_eql/core/many_valued_join_test.cljc:22:1
--------------------------------------------------------------------------------
  19 |   :where
  20 |   [EAV (= e ?eid) (= a :foo/uuid) (= v "aaa")])
  21 | 
  22 | (r/defsession empty-session 'net.eraserhead.clara-eql.core.many-valued-join-test)
-------^------------------------------------------------------------------------
Encountered error when macroexpanding clara.macros/defsession.
NullPointerException: Cannot invoke "clojure.lang.Named.getName()" because "x" is null
	clojure.core/name (core.clj:1610)
	clojure.core/name (core.clj:1604)
	clara.rules.compiler/get-cljs-accessors (compiler.clj:143)
...)

--------------------------------------------------------------------------------
  23 | 
  24 | (deftest t-defrule-many-valued-join
  25 |   (testing "about joins"
  26 |     (is (= {:foo/many-valued [{:bar/name "b11"}
--------------------------------------------------------------------------------

After

------ ERROR -------------------------------------------------------------------
 File: /home/jfelice/src/clara-eql/test/net/eraserhead/clara_eql/core/many_valued_join_test.cljc:22:1
--------------------------------------------------------------------------------
  19 |   :where
  20 |   [EAV (= e ?eid) (= a :foo/uuid) (= v "aaa")])
  21 | 
  22 | (r/defsession empty-session 'net.eraserhead.clara-eql.core.many-valued-join-test)
-------^------------------------------------------------------------------------
Encountered error when macroexpanding clara.macros/defsession.
Unable to resolve symbol clara_eav.eav.EAV
{:symbol clara_eav.eav.EAV, :ns net.eraserhead.clara-eql.core.many-valued-join-test}
ExceptionInfo: Unable to resolve symbol clara_eav.eav.EAV
	clara.rules.compiler/get-cljs-accessors (compiler.clj:144)
	clara.rules.compiler/get-cljs-accessors (compiler.clj:138)
	clara.rules.compiler/get-fields (compiler.clj:201)
...

--------------------------------------------------------------------------------
  23 | 
  24 | (deftest t-defrule-many-valued-join
  25 |   (testing "about joins"
  26 |     (is (= {:foo/many-valued [{:bar/name "b11"}
--------------------------------------------------------------------------------

@oracle-contributor-agreement
Copy link

Thank you for your pull request and welcome to our community! To contribute, please sign the Oracle Contributor Agreement (OCA).
The following contributors of this PR have not signed the OCA:

To sign the OCA, please create an Oracle account and sign the OCA in Oracle's Contributor Agreement Application.

When signing the OCA, please provide your GitHub username. After signing the OCA and getting an OCA approval from Oracle, this PR will be automatically updated.

If you are an Oracle employee, please make sure that you are a member of the main Oracle GitHub organization, and your membership in this organization is public.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Required At least one contributor does not have an approved Oracle Contributor Agreement. label Jan 21, 2026
@eraserhd
Copy link
Contributor Author

I'm still not able to create an Oracle account or sign the agreement. I tried using Chrome and inspecting the error payload, but there's nothing there. :/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

OCA Required At least one contributor does not have an approved Oracle Contributor Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant