Nick Dumas
df242e038b
trying to cross compile
1 year ago
Nick Dumas
57390bdb0a
now we have buildozer output
1 year ago
Nick Dumas
8da5531c50
new broken build
1 year ago
Nick Dumas
57f9d4c9fa
trying to break things again
1 year ago
Nick Dumas
058da7f072
fuckin bazel
1 year ago
Nick Dumas
dc04526e49
trying to use debian11 image instead of base
1 year ago
Nick Dumas
93149522cb
attempting to reference distroless image as a repo instead of a target
1 year ago
Nick Dumas
a68b4b5cbf
updating oci_rules usage
1 year ago
Nick Dumas
e5650fb492
quality of life stuff
1 year ago
Nick Dumas
c5d366f7b7
trying to clarify naming of artifacts
1 year ago
Nick Dumas
248298cced
I guess I typo'd this
1 year ago
Nick Dumas
20cc70b47b
correct use_repo invocation
1 year ago
Nick Dumas
9db278952d
semi working builds
1 year ago
Nick Dumas
4da393060f
don't want this
1 year ago
Nick Dumas
61f1d12e77
tweaking oci invocation
1 year ago
Nick Dumas
e1486ea2d7
Tweaking oci image invocation
1 year ago
Nick Dumas
e26cc2106d
oci rules imported correctly
1 year ago
Nick Dumas
3c180eb02c
more broken bazel build
1 year ago
Nick Dumas
a366cf4e5a
First draft at building OCI image
1 year ago
Nick Dumas
40713dd763
bazel + gazelle integration
1 year ago
Nick Dumas
c1599b6486
remove unneeded problem causing WORKSPACE file
1 year ago
Nick Dumas
9abebb2535
I think I'm loading my go-deps here????
1 year ago
Nick Dumas
b72a259d3e
empty workspace bzlmod
1 year ago
Nick Dumas
571e75f285
gazelle generated this
1 year ago
Nick Dumas
5eeea2a1ee
Now gazelle is loading
1 year ago
Nick Dumas
b12f817440
trying to use bzlmod
1 year ago
Nick Dumas
a452a53373
trying more stuff
1 year ago
Nick Dumas
da93cf070b
gazelle works, tests work
1 year ago
Nick Dumas
2ceca7fdee
it's broken but I want to see what changes
1 year ago
Nick Dumas
ecf359f936
experimenting with bazel
1 year ago
Nick Dumas
b269ca3100
messing with bazel
1 year ago
Nick Dumas
9de66ba0da
cleaning tests up
1 year ago
Nick Dumas
8602e2e16e
don't need that anymore
1 year ago
Nick Dumas
f179840fb9
more escape test cases
1 year ago
Nick Dumas
be33bd2c20
expand escape character test cases
1 year ago
Nick Dumas
cb9786ece8
properly handle escape characters
1 year ago
Nick Dumas
b9049f340e
trying to handle escape characters now
1 year ago
Nick Dumas
5e12c32fc5
Big renaming pass, this is about more than just wikilinks
1 year ago
Nick Dumas
be0d629280
Cleaning test code and output up with testify
1 year ago
Nick Dumas
8b4ba717e2
Renaming in preparation for more tests
1 year ago
Nick Dumas
3f3696eb9f
Lexer can now handle multi-line inputs
1 year ago
Nick Dumas
17699a114c
tests for simple parsing of wikilinks in larger content blocks
1 year ago
Nick Dumas
4235beff81
can't assume this empty token will be there anymore
1 year ago
Nick Dumas
37dcdb9168
Logging is tuneable for better debugging experience
1 year ago
Nick Dumas
ee6cad7662
removing nonexistent origin for this repo
1 year ago
Nick Dumas
82dd27bd06
More tests
1 year ago
Nick Dumas
04458800d1
tests refactored pretty nicely now
1 year ago
Nick Dumas
25f949fafd
refactoring tests to make this easier
1 year ago
Nick Dumas
0b377a0500
Expand test cases, refine logging configuration
...
Wiki links don't occur in a vacuum, I need to be able to parse entire
blocks of markdown and extract the wikilinks properly.
Now that I've gotten the lexer working I mostly don't need to see every
single change to the position/start/width values, but the
instrumentation will be useful for future debugging.
1 year ago
Nick Dumas
ebeea16b0d
Full test suite for Obsidian wikilinks
1 year ago