-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cleanup #24
Comments
Merged
Merged
AntonReinhard
added a commit
that referenced
this issue
Jul 12, 2024
Add Reexport.jl to the dependencies and use it to reexport QEDbase's symbols. This is the officially endorsed way to do this (JuliaLang/julia#1986). Fixes part of #24
As far as I can see there's only one |
Merged
AntonReinhard
added a commit
that referenced
this issue
Aug 29, 2024
See subtask in #24 , it is actually unused currently anyways.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
During the restructuring of
QED.jl
, some little cosmetic issues were introduced (or copied):deps
andextras
)Suppressors
in the tests and useTestImpl
instead.algebraic_objects
import Pack
andPack.func(...) = ...
instead ofusing Pack: func
andfunc(...) = ...
for implementing an interface.import
statements tosrc/QEDcore.jl
SimpleTraits.jl
(maybe after Refactor: FourMomentum interface QEDbase.jl#59)src/particles/spinors.jl
(will be done in a separate issue)base_state
(?)mul
because it is redundant ifBase.*
is implemented anyway.The text was updated successfully, but these errors were encountered: