Skip to content

Commit

Permalink
remove unused experiments dynvalue.rs and mound.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
emanueldima committed Feb 8, 2024
1 parent 92f0fae commit 943602e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 259 deletions.
8 changes: 5 additions & 3 deletions issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@
- explicit and implicit write support (policy, include readonly)
- fix tests, todo!() and TODO: in code

- fix double kleene error (see test)
- reimplement fs group as indexmap<file>
- implement get_all
- implement new search algorithm (fix double kleene error, see test)
- support type selector: `hial './src/tests/rust.rs^rust/:function_item'`
- support ts write: `hial './src/tests/rust.rs^rust/:function_item[-1]#label = "modified_fn_name"'`
- support rust/ts write: `hial './src/tests/rust.rs^rust/:function_item[-1]#label = "modified_fn_name"'`
- set value on the command line
- later: separate api module, used by ffi and dependent crates
- separate api module, used by ffi and dependent crates

- operations:
- assign to variables;
Expand Down
105 changes: 0 additions & 105 deletions src/utils/dynvalue.rs

This file was deleted.

151 changes: 0 additions & 151 deletions src/utils/mound.rs

This file was deleted.

0 comments on commit 943602e

Please sign in to comment.