Skip to content

Commit

Permalink
Fsdk(,.Tests): optional prog pred (failing test)
Browse files Browse the repository at this point in the history
When using this in a program (as opposed to a .fsx script),
there's no need to use fsi.CommandLineArgs or
Environment.GetCommandLineArgs(), because we just can just use
"argv" (an array<string>) from the Main method, so in that case
we don't need the _prog_ram name _pred_icate, as it's already
stripped.

So let's morph all tests to also consider this way, which will
make them all fail, but we try to fix everything on the next
commit after this.
  • Loading branch information
knocte committed Aug 25, 2023
1 parent 16e3fda commit 4a9b7d3
Show file tree
Hide file tree
Showing 2 changed files with 278 additions and 135 deletions.
Loading

0 comments on commit 4a9b7d3

Please sign in to comment.