-
-
Notifications
You must be signed in to change notification settings - Fork 34
Effective slots #159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Effective slots #159
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
90e638b
Removing unnecessary check for col-type presence
daninus14 9c8e70e
Implementation of effective standard slots for the mito metaclass
daninus14 8f705ce
dao-table-class effective slot definitions now working, similar appro…
daninus14 f19dcab
setting inflate and deflate in mito.dao.table slot definitions
daninus14 1e8e52b
- setting the table-column-references found in the direct slot class …
daninus14 bd18cd2
adding log4cl and log4sly dependencies to qlot for local development
daninus14 5490f3a
ignoring emacs specific files
daninus14 92e2ffe
Merge branch 'effective-slots' into dn-develop
daninus14 4811ad0
Fixing test missing a col-type
daninus14 f2db481
Fixing test missing a col-type
daninus14 f77b79b
Fixing test missing a col-type
daninus14 22117c2
cleaning up comments
daninus14 14ef867
Merge branch 'effective-slots' into dn-develop
daninus14 be4fd2d
removing unnecessary setf
daninus14 344d432
cleaning up empty setf
daninus14 91ff46b
.gitignore emacs
daninus14 a0b298a
Check for slot bound before accessing. This was causing errors for :g…
daninus14 d1e5b72
Merge branch 'effective-slots' into dn-develop
daninus14 6187dc5
package reference from previous commit fixed, now other projects that…
daninus14 f548641
col-type was not being bound in effective slots in some cases, now pr…
daninus14 3a52363
Merge branch 'fukamachi:master' into master
daninus14 2bffc7b
Merge branch 'master' into effective-slots
daninus14 7de9d32
adding table-column-class convenience function for effective slots
daninus14 9403930
Merge branch 'fukamachi:master' into effective-slots
daninus14 a9e020b
Cleaning up qlfile and removing some extra find-class which was unnec…
daninus14 4bb00ae
Update src/core/class/column.lisp
daninus14 5a9492b
Update qlfile.lock
daninus14 7515b65
Update src/core/dao/view.lisp
daninus14 d4123e6
Update src/core/class/table.lisp
daninus14 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,3 +9,4 @@ | |
|
|
||
| t/test.db | ||
| .qlot/ | ||
| .emacs* | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is this for?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, that just ignores emacs desktop and settings files that emacs sometimes adds automatically to the project, just to keep them out of the git workflow. I can remove it as well, just let me know. It's a convenience to be able to do
git add .instead of having to add file by file