Skip to content

Commit

Permalink
#637 : refactoring code to support unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
arakov committed Apr 1, 2024
1 parent 0ea69e8 commit 2bbd8db
Show file tree
Hide file tree
Showing 24 changed files with 939 additions and 567 deletions.
3 changes: 0 additions & 3 deletions elenasrc3/elc/clicommon.h
Original file line number Diff line number Diff line change
Expand Up @@ -341,9 +341,6 @@ class ModuleScopeBase : public SectionScopeBase
virtual ref_t loadSymbolInfo(SymbolInfo& info, ref_t reference) = 0;
virtual ref_t loadSymbolInfo(SymbolInfo& info, ustr_t referenceName) = 0;

virtual void importClassInfo(ClassInfo& copy, ClassInfo& target, ModuleBase* exporter, bool headerOnly, bool inheritMode/*,
bool ignoreFields*/) = 0;

virtual void newNamespace(ustr_t name) = 0;
virtual bool includeNamespace(IdentifierList& importedNs, ustr_t name, bool& duplicateInclusion) = 0;

Expand Down
2 changes: 1 addition & 1 deletion elenasrc3/elc/cliconst.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

namespace elena_lang
{
#define ELC_REVISION_NUMBER 0x0246
#define ELC_REVISION_NUMBER 0x0247

#if defined _M_IX86 || _M_X64

Expand Down
Loading

0 comments on commit 2bbd8db

Please sign in to comment.