-
Notifications
You must be signed in to change notification settings - Fork 20
add epics.DbText and DbAlias features #116
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
base: main
Are you sure you want to change the base?
Conversation
|
@coretl I added this on Andrea's request - let me know if you have any ideas for improvement. |
I believe we discussed this when thinking about putting in an equivalent to the builder - type: records.ai
name: A:RECORD
DESC: A record
VAL: 32When you could write an Now we're adding native support for |
|
I've just tried epics.DbAlias. It works! and very useful! it's also nice that everything is done without modifications on ibek. |
@coretl here is the discussion on Andrea's use case was just to add one or two snippets or aliases quickly. I'm of the opinion that having this along side the more robust 'add a db file into config folder` is not an issue. By the way, bringing this topic up again has made me question why we did decide to go ahead with epics-containers/ibek#302. The vscode DB editor is really nice and should be the primary method for adding arbitrary records. |
|
I think I'm happy with |
|
Reimplementing
|
I believe that is a warning. But it could easily imply that something is broken that you were expecting to work. |
|
So we are agreed that DbAlias is worth merging, can we not just have DbText as well for very quick tiny DB snippets. We can recommend in our docs to use a separate db file and use the epics vscode extension to give some validation of that as you edit it. |
|
I think so. Does DbLine add anything vs DbText? |
|
No but DbLine is required to make DbText work as DbText is a repeat of DbLine :-) |
|
Ah I see. OK sure. |
Add features to quickly add aliases or arbitrary chunks of Db directly from ioc.yaml.
e.g.