- May 11, 2022
-
-
Jiuyang Liu authored
-
Jiuyang Liu authored
switch to non-stagging release since we publish each commit on master.
-
Jiuyang Liu authored
-
Jiuyang Liu authored
-
Jiuyang Liu authored
-
Jiuyang Liu authored
-
Jiuyang Liu authored
-
Jiuyang Liu authored
-
- Apr 18, 2022
-
-
Michael Etzkorn 明凯 authored
also grabbed a typo and fixed some awkward phrasing
-
- Apr 07, 2022
-
-
Ocean Shen authored
Fixes #19.
-
- Aug 26, 2021
-
-
Henry Cook authored
Add CI to publish project to maven.
-
- Jul 28, 2021
-
-
Jiuyang Liu authored
-
- Jul 27, 2021
-
-
Jiuyang Liu authored
-
Jiuyang Liu authored
-
- Jul 26, 2021
-
-
Ocean Shen authored
-
- Jul 24, 2021
-
-
Ocean Shen authored
-
- Jul 23, 2021
-
-
Jiuyang Liu authored
-
Jiuyang Liu authored
-
Jiuyang Liu authored
-
Jiuyang Liu authored
-
Jiuyang Liu authored
-
Jiuyang Liu authored
-
- May 20, 2021
-
-
Wesley W. Terpstra authored
- fix a bug where here(xyz) loses access to the correct up - fix the API so that calls to here/up do not need a 'site' supplied - documentation for functions added
-
- Aug 28, 2020
-
-
Jiuyang Liu authored
* add mill support * add gitignore and remove pom.
-
- Aug 11, 2020
-
-
Wesley W. Terpstra authored
Everyone gets confused by the order of ++. It's backwards from what people expect. When you name your Configs 'WithX' it gets especially confusing. People want to write: Base ++ WithX ++ WithY, but that's wrong! They actually need: WithY ++ WithX ++ Base. The API: x.alter { case X => Y } ... does work as people expect. Right-hand side wins. Let's encourage people to write this: Base alter WithX alter withY Later we can deprecate '++' so people can write: WithY orElse withX orElse Base -
Wesley W. Terpstra authored
-
- Aug 05, 2020
-
-
Wesley W. Terpstra authored
* CI: add a github actions rule to type check the repository * wit-manifest: bump to head of api-scala-sifive for 0.18 support * CI: actually compile using wake and SBT * CI: remove legacy travis build rules * Revert "CI: actually compile using wake and SBT" This reverts commit 3f913db1f834198d6ac37d55a0ce23b08113b709. * CI: try actually building it * CI: add sbt compile back to flow
-
- Aug 08, 2019
-
-
Albert Chen authored
add .gitignore
-
Abert Chen authored
-
Albert Chen authored
Add license file and rename package
-
Abert Chen authored
-
Abert Chen authored
-
Abert Chen authored
-
Abert Chen authored
-
- Aug 07, 2019
-
-
Abert Chen authored
-
Abert Chen authored
-
Abert Chen authored
-
Albert Chen authored
-
Jiuyang liu authored
-
- Jan 31, 2018
-
-
Henry Cook authored
-