Activity
From 02/19/2023 to 03/20/2023
03/14/2023
- 09:33 AM Feature #6237: OEUnit support
- We only need to qualify things if the code uses a class that is in conflict. Qualifying all the time is messy and we...
- 07:47 AM Feature #6237: OEUnit support
- Greg Shah wrote:
> Vladimir Tsichevski wrote:
> > In the file @convert/unit_test_support.rules@ the code beautifyin...
03/13/2023
- 12:20 PM Feature #6237: OEUnit support
- Vladimir Tsichevski wrote:
> In the file @convert/unit_test_support.rules@ the code beautifying feature was implemen... - 11:14 AM Feature #6237: OEUnit support
- In the file @convert/unit_test_support.rules@ the code beautifying feature was implemented: the qualified class names...
- 09:10 AM Feature #6237: OEUnit support
- Greg Shah wrote:
> > I suppose the problem origin is that I create the @DataProvider@ record objects in one block an... - 08:53 AM Feature #6237: OEUnit support
- > I suppose the problem origin is that I create the @DataProvider@ record objects in one block and use them in anothe...
03/10/2023
- 04:51 PM Feature #6237: OEUnit support
- Vladimir Tsichevski wrote:
> No, the @LONGCHAR@ was used in the original code.
> > * if @"LONGCHAR"@ is specified a... - 04:37 PM Feature #6237: OEUnit support
- I bumped into a problem implementing @DataProvider@ feature.
The problem is that I obtain the legacy data at the *... - 04:12 PM Feature #6237: OEUnit support
- Ovidiu Maxiniuc wrote:
> Vladimir,
> There are some issues with your code.
The code is not mine. It is the @DateP... - 02:41 PM Feature #6237: OEUnit support
- Vladimir,
There are some issues with your code. Looking at it I assume the following definitions:... - 10:17 AM Feature #6237: OEUnit support
- I have problem parsing JSON to @DataProvider@. The offending code is:...
03/08/2023
- 08:30 PM Feature #7169: drive conversion order using user-specified dependencies
- The OO processing today does part of this job, for the object graph. It would be moved into this external dependency...
- 08:29 PM Feature #7169: drive conversion order using user-specified dependencies
- We should implement a dependency manager to track dependencies and allow cascading adds and deletes from the conversi...
- 08:27 PM Feature #7180: create a centralized manager for the conversion list and per-file/project status a...
- We will externalize the conversion list and use it to drive both the front end and the TRPL processing. It will be a...
- 08:18 PM Feature #7180 (Closed): create a centralized manager for the conversion list and per-file/project...
- 08:20 PM Feature #7179: rework the conversion process to ensure that it can finish an entire run even when...
- Failures in TRPL should not abort the conversion process. Instead, we remove the current file from the conversion li...
- 07:44 PM Feature #7179 (New): rework the conversion process to ensure that it can finish an entire run eve...
- 07:41 PM Feature #7178: move the buffer scoping calculations to parse time
- When we initially created the parser, @SymbolResolver@ (SR), @SchemaDictionary@ (SD) and the rest of our front end in...
03/07/2023
- 05:24 PM Feature #7178 (New): move the buffer scoping calculations to parse time
- 03:34 PM Feature #6237: OEUnit support
- Greg Shah wrote:
> Do you have effort/time estimates for the rest of the work?
I think, it will take 2-3 days to ... - 03:24 PM Feature #6237: OEUnit support
- Do you have effort/time estimates for the rest of the work?
- 03:10 PM Feature #6237: OEUnit support
- OEUnit assertion library support added to FWD in 3827a rev. 14504.
The skeleton rev. 113
Unit tests created for the... - 03:54 AM Feature #7169: drive conversion order using user-specified dependencies
- Greg Shah wrote:
>
> No, today the code builds up an overall list of files to process and alphabetizes them all in...
03/06/2023
- 04:29 PM Feature #7169: drive conversion order using user-specified dependencies
- > Would the profiles name the DMOs with a namespace ?
It does not do this today.
> That could make the DMO nam... - 04:28 PM Feature #7169: drive conversion order using user-specified dependencies
- > Can the propath include directories outside the file sets inside the profile ?
Yes, but in practical terms this ... - 04:18 PM Feature #7169: drive conversion order using user-specified dependencies
- Temp table DMOs I mean.
I don't know why, but I can't modify my own comments in this ticket... - 04:08 PM Feature #7169: drive conversion order using user-specified dependencies
- btw, for now we could live with a schema shared between the profiles.
Would the profiles name the DMOs with a namesp... - 03:57 PM Feature #7169: drive conversion order using user-specified dependencies
- These profiles might be something that can help me. A couple of questions :
* Can the propath include directories... - 06:43 AM Feature #7169: drive conversion order using user-specified dependencies
- > Are profiles already supported today ? And if so, is there an explanation on how to use them ?
Yes, these are su... - 06:41 AM Feature #7169: drive conversion order using user-specified dependencies
- > Greg, if I understand correctly, your suggestion is to order the non-OO file list using the include/exclude filters...
- 03:02 AM Feature #7169: drive conversion order using user-specified dependencies
- Are profiles already supported today ? And if so, is there an explanation on how to use them ?
- 02:36 AM Feature #7169: drive conversion order using user-specified dependencies
- Greg, if I understand correctly, your suggestion is to order the non-OO file list using the include/exclude filters f...
03/03/2023
- 04:18 PM Feature #7169: drive conversion order using user-specified dependencies
- For dependencies between profiles, I think we should a add a @depends@ element which encodes one or more profiles on ...
- 04:12 PM Feature #7169: drive conversion order using user-specified dependencies
- The comparator is an interesting idea. It certainly would provide a great deal of customizable control. However, it...
- 04:10 PM Feature #7169: drive conversion order using user-specified dependencies
- Constantin suggested the following:
> As I see it, you need a custom comparator to sort the file list according to... - 04:09 PM Feature #7169: drive conversion order using user-specified dependencies
- The profile approach (see #6256) provides the ability to segment a larger code base into named profiles. An importan...
- 02:09 PM Feature #7169 (WIP): drive conversion order using user-specified dependencies
- 02:04 PM Support #6409: generate "railroad style" syntax diagrams for the progress parser
- This will be easy to do once we move to ANTLR v4.
- 12:30 PM Feature #6237: OEUnit support
- Vladimir Tsichevski wrote:
> Greg Shah wrote:
> > > Testing for equality of MEMPTR objects in OEUnit assertion libr... - 12:04 PM Feature #6237: OEUnit support
- Greg Shah wrote:
> > Testing for equality of MEMPTR objects in OEUnit assertion library is incorrect: the STRING(mem... - 11:54 AM Feature #6237: OEUnit support
- > Testing for equality of MEMPTR objects in OEUnit assertion library is incorrect: the STRING(memptr) values are comp...
- 07:59 AM Feature #6237: OEUnit support
- Testing for equality of @MEMPTR@ objects in @OEUnit@ assertion library is incorrect: the @STRING(memptr)@ values are ...
02/27/2023
- 01:29 PM Feature #6237: OEUnit support
- Yes, we need to implement this now.
- 01:29 PM Feature #6237: OEUnit support
- > @OEUnit@ *assertion library*: converts, compiles, all unit tests included on @OEUnit@ package pass. Add it the the ...
- 09:58 AM Feature #6237: OEUnit support
- Greg Shah wrote:
> Assume that we must include all support directly in FWD, just like with ABLUnit.
Should we do ... - 09:33 AM Feature #6237: OEUnit support
- Assume that we must include all support directly in FWD, just like with ABLUnit.
- 09:29 AM Feature #6237: OEUnit support
- Features unimplementation status:
# @OEUnit@ *assertion library*: converts, compiles, all unit tests included on @...
Also available in: Atom