Beakerboy / Beakerboy/VBA-Linter
try catch on FileStream
Open
- Dominant language
- Python
- Stars
- 8
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Currently Filestream() assumes the code is ascii. if it is unicode, it will throw an exception. Either force it to use unicode, or use a try/except
Contributor guide
No contributing guide indexed for this repository
Research direction
Locate the FileStream implementation and reproduce the failure with Unicode VBA input. Read the surrounding file-handling code to determine whether encoding or exception handling is consistent with the existing design; done means Unicode input no longer raises the reported exception.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100