2020-10-06 04:44:27
ok, this is completely weird.
So I have a test directory that looks like this:
$ find ../t/jp
../t/jp
../t/jp/かぐや姫の物語_-_スタジオジブリ|STUDIO_GHIBLI
../t/jp/崖の上のポニョ_-_スタジオジブリ|STUDIO_GHIBLI
../t/jp/コクリコ坂から_-_スタジオジブリ|STUDIO_GHIBLI
../t/jp/思い出のマーニー_-_スタジオジブリ|STUDIO_GHIBLI
../t/jp/千と千尋の神隠し_-_スタジオジブリ|STUDIO_GHIBLI
../t/jp/ゲド戦記_-_スタジオジブリ|STUDIO_GHIBLI
../t/jp/風立ちぬ_-_スタジオジブリ|STUDIO_GHIBLI
../t/jp/借りぐらしのアリエッティ_-_スタジオジブリ|STUDIO_GHIBLI
Fireduck
2020-10-06 04:44:54
It shows up like that in a terminal on linux, in file explorer on windows
Fireduck
2020-10-06 04:44:55
seems fine
Fireduck
2020-10-06 04:45:42
I make a file directory walking tool that I can run. it prints the path and gives me the code points of the strings.
Fireduck
2020-10-06 04:46:10
If I run it alone, on either OS, it is fine.
Fireduck
2020-10-06 04:49:27
if I run them inside a bazel unit test, then they all come across as code point: �/65533
Fireduck
2020-10-06 04:52:15
That would be fine, if that were all that was happening. I've move on with my day and just say bazel unit test framework is weird
Fireduck
2020-10-06 04:52:39
but I am getting the same behavior in the HTML generation code (I think. Verifying this)
Fireduck
2020-10-06 06:13:43
Well, that was stupid
Fireduck
2020-10-06 06:13:52
1. I still don't know what is going on with the unit tests, but whatever
Fireduck
2020-10-06 06:14:11
2. I thought String.getBytes() defaulted to utf-8 now, apparently I was wrong
Fireduck
2020-10-06 06:15:30
*https://github.com/snowblossomcoin/channels/compare/58624358f2b8...bd9b3fb233e5*
https://github.com/snowblossomcoin/channels/commit/bd9b3fb233e55ef6e989a5b18541a6cdd05910f8 - fixes #35
GitHub
2020-10-06 06:15:31
[snowblossomcoin/channels] Issue closed by fireduck64
GitHub
2020-10-06 09:07:04
do the unit tests default to the `C` locale for performance reasons?
Rotonen
2020-10-06 10:44:29
and was there something i can try to compile in onto iOS with the gradle or mave thing?
Rotonen
2020-10-06 16:50:35
I'm not sure. I the unit tests might be set to something to avoid destroying terminals when things go wrong or something.
Fireduck
2020-10-06 16:51:32
SnowBlossomClient would be a good choice, it will include all the crypto bits but won't include the rocksdb (or won't need it, even if it is actually in the jar)
Fireduck
2020-10-06 17:51:50
i just need something i can put into the maven or gradle config to see if it goes through the ahead of time compiler or not
Rotonen
2020-10-06 17:52:10
i'd assume something needs to be on a public repository to be installable that way
Rotonen
2020-10-06 17:52:32
i'm trying to get a white blank screen app going as a feasibility study
Rotonen