changeset 343:e12c9a866513

Merge in missing file
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Fri, 25 Sep 2020 14:12:10 +0200
parents 3c2238c681b5 (current diff) 535f1bff4bcc (diff)
children f781d6da7d3d 2fcc960836c6
files
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Notes.md	Fri Sep 25 14:11:00 2020 +0200
+++ b/Notes.md	Fri Sep 25 14:12:10 2020 +0200
@@ -7,6 +7,8 @@
 ## Test setup
 Once we figure out how to organize the subpackages we should update test folders to Project. As of writing this there seems to be and issue with this approach combined with dev'ed packages so we can't do it yet. It seems that Pkg might fix this in the future.
 
+Some steps to imporve the situation right now is to combine everything to one package and use the `@includetests` macro from [TestSetExtensions](https://github.com/ssfrr/TestSetExtensions.jl) together with `Pkg.test(test_args="...")` to selectively run tests.
+
 ## Reasearch and thinking
  - [ ] Use a trait to indicate if a TensorMapping uses indices with regions.
     The default should be that they do NOT.
@@ -20,3 +22,5 @@
  - [ ] Create a macro @lazy which replaces a binary op (+,-) by its lazy equivalent? Would be a neat way to indicate which evaluations are lazy without cluttering/confusing with special characters.
  - [ ] Specificera operatorer i TOML eller något liknande?
  H.. H_gamma etc.)
+ - [ ] Dispatch in Lower() instead of the type Lower so `::Lower` instead of `::Type{Lower}` ???
+ 	Seems better unless there is some specific reason to use the type instead of the value.
--- a/TODO.md	Fri Sep 25 14:11:00 2020 +0200
+++ b/TODO.md	Fri Sep 25 14:12:10 2020 +0200
@@ -10,6 +10,8 @@
  - [ ] Create a struct that bundles the necessary Tensor operators for solving the wave equation.
  - [ ] Add a quick and simple way of running all tests for all subpackages.
 
+## Other
+ - [ ] Add Vidar to the authors list
 
 # Wrap up tasks
  - [ ] Kolla att vi har @inbounds och @propagate_inbounds på rätt ställen