Skip to content

2 tests in test_setmacro are failing #181

Open
@stkgo

Description

@stkgo

Hello, I am trying to build the package on GNU Guix and am seeing these two tests fail:

setmacro, lensmacro isolation: Test Failed at /gnu/store/090nkk2hxasylmc49jx7jqq6i014j98r-julia-setfield-1.1.1/share/julia/loadpath/Setfield/test/test_setmacro.jl:44
  Expression: m2 === #= /gnu/store/090nkk2hxasylmc49jx7jqq6i014j98r-julia-setfield-1.1.1/share/julia/loadpath/Setfield/test/test_setmacro.jl:44 =# @SMatrix([0 1; 0 0])
   Evaluated: [0 1; 0 0] === [0 1; 0 0]
Stacktrace:
 [1] macro expansion
   @ /gnu/store/d8ssakh0ys150jqmya3pvvi131adgwzf-julia-1.8.3/share/julia/stdlib/v1.8/Test/src/Test.jl:464 [inlined]
 [2] macro expansion
   @ /gnu/store/090nkk2hxasylmc49jx7jqq6i014j98r-julia-setfield-1.1.1/share/julia/loadpath/Setfield/test/test_setmacro.jl:44 [inlined]
 [3] macro expansion
   @ /gnu/store/d8ssakh0ys150jqmya3pvvi131adgwzf-julia-1.8.3/share/julia/stdlib/v1.8/Test/src/Test.jl:1360 [inlined]
 [4] top-level scope
   @ /gnu/store/090nkk2hxasylmc49jx7jqq6i014j98r-julia-setfield-1.1.1/share/julia/loadpath/Setfield/test/test_setmacro.jl:26
setmacro, lensmacro isolation: Test Failed at /gnu/store/090nkk2hxasylmc49jx7jqq6i014j98r-julia-setfield-1.1.1/share/julia/loadpath/Setfield/test/test_setmacro.jl:46
  Expression: m3 === #= /gnu/store/090nkk2hxasylmc49jx7jqq6i014j98r-julia-setfield-1.1.1/share/julia/loadpath/Setfield/test/test_setmacro.jl:46 =# @SMatrix([1 0; 0 0])
   Evaluated: [1 0; 0 0] === [1 0; 0 0]
Stacktrace:
 [1] macro expansion
   @ /gnu/store/d8ssakh0ys150jqmya3pvvi131adgwzf-julia-1.8.3/share/julia/stdlib/v1.8/Test/src/Test.jl:464 [inlined]
 [2] macro expansion
   @ /gnu/store/090nkk2hxasylmc49jx7jqq6i014j98r-julia-setfield-1.1.1/share/julia/loadpath/Setfield/test/test_setmacro.jl:46 [inlined]
 [3] macro expansion
   @ /gnu/store/d8ssakh0ys150jqmya3pvvi131adgwzf-julia-1.8.3/share/julia/stdlib/v1.8/Test/src/Test.jl:1360 [inlined]
 [4] top-level scope
   @ /gnu/store/090nkk2hxasylmc49jx7jqq6i014j98r-julia-setfield-1.1.1/share/julia/loadpath/Setfield/test/test_setmacro.jl:26
Test Summary:                 | Pass  Fail  Total  Time
setmacro, lensmacro isolation |   12     2     14  1.5s

It looks like this should be passing. Any thoughts on why these would be registered as failing?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions