tame/src
Mike Gerwitz 672cc54c14 compiler/js.xsl: Derive supplier name from base package name
At or around 00492ace01, I modified packages
to output canonical `@name`s, which contains a leading forward
slash.  Previously, names omitted that slash.  I did not believe that this
caused any problems.

It seems that the XSLT-based `standalones` system utilizes this package name
to derive a supplier name, which is supposed to be the filename of the
package without any path.  Since the package name changed from
`suppliers/foo` to `/suppliers/foo`, for example, this was now producing
"suppliers/name" instead of "name".

Of course, it was never a good idea to strip off only the first path
component.  But, this is how it has been since TAME was originally created
well over a decade ago.

I did not catch this since I was diff'ing the output of the xmle files, not
the final JS files.  I had thought that was sufficient, given what I was
changing, but I was wrong.

DEV-14502
2023-06-08 16:46:18 -04:00
..
current compiler/js.xsl: Derive supplier name from base package name 2023-06-08 16:46:18 -04:00
js [DEV-9619] Return sha256 2022-07-27 12:55:17 -04:00
preproc/expand Copyright year and name update 2023-01-20 23:37:30 -05:00
symtable Copyright year and name update 2023-01-20 23:37:30 -05:00
graph.xsl Copyright year and name update 2023-01-20 23:37:30 -05:00
init.xsl.in Copyright year and name update 2023-01-20 23:37:30 -05:00
symtable.xsl Copyright year and name update 2023-01-20 23:37:30 -05:00