Skip to content

Commit

Permalink
Update progress -> checklist
Browse files Browse the repository at this point in the history
  • Loading branch information
mufeedvh committed Nov 15, 2023
1 parent 3cb7a4e commit 3174277
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ regsvr32 /u "Varnam Windows.dll"
- [x] Call the DLL from Rust for transliteration via dynamic linking. This is extended from [govarnam-rust](https://github.com/varnamproject/govarnam-rust).
- [x] Link the Rust interface and SampleIME CPP to build an IME build dll.
- [x] Windows Setup Wizard script via Inno Setup.
- [x] Keyboard Layout shifting (Active/Disable toggle)
- [x] Resource files for icons (`*.ico`) for Registry Profile. (Currently the SampleIME 'Chinese Simplified' icon resources are loaded)
- [ ] Language Switching (Currently runs on just [Malayalam VST](https://github.com/varnamproject/schemes/tree/master/schemes/ml))
- [ ] Implement the supported CONSTANTS for languages from [`windows_sys::Win32::System::SystemServices`](https://docs.rs/windows-sys/latest/windows_sys/Win32/System/SystemServices/index.html) and trigger language switch on Language Settings change.
- [ ] Keyboard Layout shifting (Active/Disable toggle)
- [ ] Resource files for icons (`*.ico`) for Registry Profile. (Currently the SampleIME 'Chinese Simplified' icon resources are loaded)
- [ ] Implement the supported CONSTANTS for languages from [`windows_sys::Win32::System::SystemServices`](https://docs.rs/windows-sys/latest/windows_sys/Win32/System/SystemServices/index.html) and trigger language switch on Language Settings change.
- [ ] 🔴Handle Govarnam `nil pointer dereference` and potential race conditions (due to early freeing?). An example stack trace:

```
Expand Down

0 comments on commit 3174277

Please sign in to comment.