mirror of
https://github.com/appy-one/acebase.git
synced 2026-05-25 06:02:14 -06:00
[GH-ISSUE #30] const issue in storage.js #29
Labels
No labels
IndexedDB
browser
bug
dependencies
documentation
duplicate
enhancement
feature request
indexes
indexes
invalid
pull-request
query
question
transaction logging
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/acebase#29
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @clibu on GitHub (May 8, 2021).
Original GitHub issue: https://github.com/appy-one/acebase/issues/30
Originally assigned to: @appy-one on GitHub.
eslint shows the following error (amongst others) in
storage.jsThis also prevents vite -> esbuild from building.
Line 1473 needs to change from
const rettolet reteslint shows quite a few errors across multiple source files.
I also noticed that there are no test scripts specified in any package.json and only one test file
path-info.spec.jsDoes AceBase have a comprehensive test suite? If not is this planned.
@appy-one commented on GitHub (May 10, 2021):
Good catch. I've made quite a few changes to the code to enable clustering in nodejs environments, I've now also changed the line you referred to, hope to be able to commit them today. Regarding your test question - I have many test files locally that I run before publishing updates, but they are not suitable for automated testing atm
@clibu commented on GitHub (May 13, 2021):
@appy-one Any progress on the new release yet, not that I'm in a hurry.
Re. the tests are you planning on automating and publishing them at some point?
@appy-one commented on GitHub (May 19, 2021):
Fix published in v1.6.0. Don't know when I'll be working on automated tests